# PowerToy ModuleTemplate # Introduction This project is used to generate the Visual Studio PowerToys Module Template # Instruction In Visual Studio from the menu Project->Export Template... generate the template. Set the name `PowerToys Module`, add a description `A project for creating a PowerToys module` and an icon. Open the resulting .zip file in `%USERNAME%\Documents\Visual Studio 2019\Templates\ProjectTemplates` and edit `MyTemplate.vstemplate` to make the necessary changes, the resulting template should look like this: ```xml PowerToys Module A project for creating a PowerToys module VC C++ windows extension 1000 true PowerToy true Enabled true __TemplateIcon.ico ModuleTemplate.vcxproj.filters dllmain.cpp pch.cpp trace.cpp pch.h resource.h trace.h ModuleTemplate.rc ```