Go to file
2021-02-06 21:32:51 +01:00
.github Migrate spelling-0.0.19 changes from main 2021-02-06 21:32:51 +01:00
.pipelines Fix installer pipeline (#9342) 2021-01-27 17:02:34 -08:00
deps Bug report tool (#8633) 2020-12-22 11:27:28 +01:00
doc Moving OOBE to wiki (#9459) 2021-02-03 11:08:16 -08:00
installer [FancyZones Editor] New UX for the FZ editor. (#9325) 2021-01-27 19:33:52 +01:00
src fix search 2021-02-06 21:32:51 +01:00
tools Bug report tool for registry (#9213) 2021-01-21 17:01:28 +01:00
.gitattributes Update .gitattributes to make line endings consistent (#5942) 2020-08-14 11:38:10 -07:00
.gitignore Add SVG Thumbnail Provider for Windows Explorer (#5048) 2020-07-21 16:27:12 -07:00
.gitmodules Bug report tool (#8633) 2020-12-22 11:27:28 +01:00
CODE_OF_CONDUCT.md adding in a Code of Conduct 2020-03-05 10:11:27 -08:00
COMMUNITY.md Adding in Davide and InVEST team to community.md (#8612) 2020-12-15 12:05:42 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md (#9131) 2021-01-18 15:55:53 +01:00
Cpp.Build.props build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
Directory.Build.props common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
LICENSE Fix license file (#2626) 2020-05-02 15:59:18 -07:00
NOTICE.md Update NOTICE.md (#9193) 2021-01-20 12:16:10 -08:00
nuget.config Clearing any nuget configuration that might be coming from parent directories, fixes #4595 2020-06-30 08:50:53 +02:00
PowerToys.sln [PT Run] Registry plugin (#7951) 2021-01-20 19:15:45 +01:00
README.md Update README.md 2021-02-05 09:32:19 -08:00
SECURITY.md Create SECURITY.md 2020-07-17 14:45:18 -07:00
SUPPORT.md Change community health file names to the same name format (#7192) 2020-10-12 15:33:58 -07:00

Microsoft PowerToys

Downloads & Release notes | Contributing to PowerToys | What's Happening | Roadmap

Build status

Architecture Master Stable Installer
x64 Build Status for Master Build Status for Stable Build Status for Installer

About

Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity. For more info on PowerToys overviews and guides, or any other tools and resources for Windows development environments, head over to docs.microsoft.com!

Current utilities:
Color Picker FancyZones File Explorer Add-ons
Image Resizer Keyboard Manager PowerRename
PowerToys Run Shortcut Guide Video Conference Mute (Experimental)

Installing and running Microsoft PowerToys

Requirements

  • Windows 10 v1903 (build 18362) or better preferred, Windows 10 v1803 (build 17134) minimum.
  • Have .NET Core 3.1 Desktop Runtime. The installer should handle this but we want to directly make people aware.

Stable version

Install from the Microsoft PowerToys GitHub releases page. Click on Assets to show the files available in the release and then click on PowerToysSetup-0.31.2-x64.exe to download the PowerToys installer.

This is our preferred method.

Experimental version

To install the Video Conference mute, please use the v0.28 pre-release experimental version of PowerToys to try out this version. It includes all improvements from v0.27 in addition to the Video conference utility. Click on Assets to show the files available in the release and then download the .exe installer.

We hope to have an updated version in February 2021 with the new DirectShow driver.

Via WinGet (Preview)

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

WinGet install powertoys

Other install methods

There are community driven install methods such as Chocolatey and Scoop. If these are your preferred install solutions, this will have the install instructions.

Processor support

We currently support the matrix below.

x64 x86 ARM64
Supported Issue #602 Issue #490

Contributing

This project welcomes contributions of all types. Help spec'ing, design, documentation, finding bugs are ways everyone can help on top of coding features / bug fixes. We are excited to work with the power user community to build a set of tools for helping you get the most out of Windows.

We ask that before you start work on a feature that you would like to contribute, please read our Contributor's Guide. We will be happy to work with you to figure out the best approach, provide guidance and mentorship throughout feature development, and help avoid any wasted or duplicate effort.

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.

For guidance on developing for PowerToys, please read the developer docs for a detailed breakdown. This includes how to setup your computer to compile.

What's Happening

PowerToys Roadmap

Our prioritized roadmap of features and utilities that the core team is focusing on.

0.31 - January 2021 Update

Our goals for v0.31 release cycle were to focus on improving the FancyZones editor, adding in some new features into PowerToys Run, some ARM64 work, and stability.

Our prioritized roadmap of features and utilities that the core team is focusing on for the near future. We fixed a lot of localization issues from our initial release but we may not still be perfect. If you find an issue, please file a localization bug.

Highlights from v0.31

General

  • Bug report tool and improved logging now added to our system tray.
  • Added in CodeQL and other CI improvements.
  • OOBE Spec should be finalized

ARM64 Progress

  • .NET Core upgrade for code bases the PowerToys team controls is complete. We still have two external dependencies that are .NET Framework that need to be updated.

Color Picker

  • Bug fixes in editor

FancyZones

  • Streamlined, simplified user interface (Massive thanks to @niels9001)
  • Dark mode for the editor
  • Certain settings (e.g. number of zones, spacing settings) can now be set on individual layouts.
  • Bug fixes

File explorer

  • Fixed a bug with SVG preview on OneDrive folders
  • SVG are scaled appropriately when viewbox is provided
  • SVG thumbnail quality improved

PowerToys Run

  • Service management plugin (restart, stop, ...) using the ! keyword
  • Registry key plugin using the : keyword
  • System action plugin (reboot, lock, ...)
  • Hyperbolic functions added to calculator (example: =arsinh(3))
  • Icon fixes when running in certain themes
  • Unneeded dependencies removed
  • Bug fixes

Installer

  • Default to .NET Core 3.1.11

Community contributions

We'd like to directly mention (in alphabetical order) for their continued community support this month and helping directly make PowerToys a better piece of software.

@Aaron-Junker, @BenConstable9, @chrdavis, @davidegiacometti, @ExecThTs, @htcfreek, @itsme-alan, @jay-o-way, @martinchrzan, @niels9001, @pavelzw, and @TobiasSekan

What is being planned for v0.33 - February 2021

For v0.33, we are proactively working on:

  • Stability
  • Video conference mute's new DirectShow filter should be ready shortly for testing and we hope to have the utility inside the official 0.33 build
  • OOBE dialog
  • Plugin Manager

For 0.35, we aim to focus mainly on getting all the parts needed to support ARM64 support. This includes our installer, CI system, build server, and upgrading all projects to .NET Core projects to .NET 5.

PowerToys Community

The PowerToys team is extremely grateful to have the support of an amazing active community. The work you do is incredibly important. PowerToys wouldnt be nearly what it is today without your help filing bugs, updating documentation, guiding the design, or writing features. We want to say thank you and take time to recognize your work.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

Privacy Statement

The application logs basic telemetry. Our Telemetry Data page (Coming Soon) has the trends from the telemetry. Please read the Microsoft privacy statement for more information.