Made a template for creating plugins in PowerToys
Clone the Microsoft PowerToys repo, git clone https://github.com/microsoft/PowerToys.git
Navigate into the plugins foldercd PowerToys\src\modules\launcher\Plugins
Clone this repo git clone https://github.com/ohb00/ExamplePlugin.git
Run PowerToys\tools\build\build-essentials.ps1
Open PowerToys\PowerToys.sln
Build and run modules\launcher\PowerLauncher