PowerToys

(★ 137,936)

Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .gitattributes
  • .gitignore
  • .vsconfig
  • AGENTS.md
  • auto-cherry-pick.ps1
  • CODE_OF_CONDUCT.md
  • COMMUNITY.md
  • CONTRIBUTING.md
  • Cpp.Build.props
  • Cpp.Build.targets
  • CppRuleSet.ruleset
  • DATA_AND_PRIVACY.md
  • Directory.Build.props
  • Directory.Build.targets
  • Directory.Packages.props
  • LICENSE
  • NOTICE.md
  • nuget.config
  • packages.config
  • PowerToys.slnx
  • README.md
  • SECURITY.md
  • SUPPORT.md

# Installation Guide

dotnet / c++ / windows
Prerequisites

Setup Steps

git clone https://github.com/microsoft/PowerToys.git

Clone the project source code.

winget install Microsoft.PowerToys -s winget

Install PowerToys using WinGet.

Key Commands

winget install Microsoft.PowerToys -s winget

Install PowerToys for the current user scope.

Refer to doc/devdocs in the repository for detailed build and developer environment setup instructions.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Release Timeline

Actively Maintained

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

winget

View Details ▼

Windows Package Manager.

winget {{[add|install]}} {{package}}

Install a package (use `--source` when package is available from multiple sources):

winget {{[rm|uninstall]}} {{package}}

Remove a package (Note: `remove` can also be used instead of `uninstall`):

winget show {{package}}

Display information about a package:

// repository documentation