Skip to content

Latest commit

 

History

History
33 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

33 lines (9 loc) · 485 Bytes

Example Plugin For PowerToys

Made a template for creating plugins in PowerToys

How to use

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