Skip to content
Lin Yu-Chieh (Victor) edited this page Jan 13, 2024 · 10 revisions

To get this repo working with PowerToys:

  1. Clone or download PowerToys to your local disk
    git clone https://github.com/microsoft/PowerToys.git
  2. Get submodules for PowerToys
    cd .\PowerToys
    git submodule update --init --recursive
  3. Fork this repo
  4. Clone or download the fork into your local PowerToys repo (PowerToys\src\modules\launcher\Plugins)
    cd .\src\modules\launcher\Plugins
    git clone https://github.com/lin-ycv/EverythingPowerToys.git
  5. In VS, add local clone as an existing project to PowerToy's Plugins folder (modules\launcher\Plugins)
  6. Develop and compile as needed

To pull updates from PowerToys:

  1. discard changes
    git restore PowerToys.sln
  2. pull updates
    git pull
  3. add existing project (step 5)
Clone this wiki locally