Published on: December 2, 2020 | Last Updated on: September 7, 2025 by Jason Bergner
Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Microsoft PowerToys from the command line using both the EXE & MSI installers.
After a few moments you will find Microsoft PowerToys entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Download the PowerToysSetup-x.y.z-x64.exe to a folder created at (C:\Downloads)
Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
Navigate to the C:\Downloads folder
Enter the following command: PowerToysSetup-x.y.z-x64.exe --silent
Press Enter
After a few moments you will find Microsoft PowerToys entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
After a few moments you will find Microsoft PowerToys entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Download the PowerToysSetup-x.y.z-x64.msi to a folder created at (C:\Downloads)
Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
Navigate to the C:\Downloads folder
Enter the following command: MsiExec.exe /i PowerToysSetup-x.y.z-x64.msi /qn
Press Enter
After a few moments you will find Microsoft PowerToys entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a Microsoft PowerToys Installation Log File
The Microsoft PowerToys installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.
Microsoft PowerToys (EXE) Silent Install with Logging (Versions 0.53.1 & Newer)
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.