Featured image of post How to Install and Uninstall PowerToys Using the winget Command

How to Install and Uninstall PowerToys Using the winget Command

Introduces the steps to easily install and uninstall Microsoft PowerToys using the package manager winget command in a Windows environment. It can be executed immediately from the command prompt.

Install PowerToys via Command Prompt

Here is how to install PowerToys via Command Prompt.

1
winget install Microsoft.PowerToys --source winget

Uninstall PowerToys via Command Prompt

1
winget uninstall --name PowerToys 
comments powered by Disqus