Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.14 KB

unofficialInstallMethods.md

File metadata and controls

37 lines (23 loc) · 1.14 KB

Unofficial community driven install methods

These are community driven alternative install methods to Windows Package Manager (WinGet) and GitHub. The PowerToys teams does not update or manage these install methods.

These will be listed in alphabetical order.

Chocolatey

Download and upgrade PowerToys from Chocolatey. If you have any issues when installing/upgrading the package please go to the package page and follow the Chocolatey triage process

To install PowerToys, run the following command from the command line / PowerShell:

choco install powertoys

To upgrade PowerToys, run the following command from the command line / PowerShell:

choco upgrade powertoys

Scoop

Download and update PowerToys from Scoop.

To install PowerToys, run the following command from the command line / PowerShell:

scoop install powertoys

To update PowerToys, run the following command from the command line / PowerShell:

scoop update powertoys