Skip to content

Windows system utilities to maximize productivity

License

Notifications You must be signed in to change notification settings

zavenanarsh/PowerToys

 
 

Repository files navigation

Overview

Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. Inspired by the Windows 95 era PowerToys project, this reboot provides power users with ways to squeeze more efficiency out of the Windows 10 shell and customize it for individual workflows. A great overview of the Windows 95 PowerToys can be found here.

For a video overview of PowerToys, including install steps and a walkthrough of the available utilities, check out the PowerToys: Utilities to customize Windows 10 episode of Tabs vs Spaces on YouTube.

Downloading & Release notes | What's Happening | Contributing to PowerToys | Known issues

Build status

Branch Status x64
Master Build Status for Master
Stable Build Status for Stable
Installer Build Status for Installer

Current PowerToy Utilities

Color Picker

ColorPicker is a simple and quick system-wide color picker with Win+Shift+C. Color Picker allows to pick colors from any currently running application and automatically copies the HEX or RGB values to your clipboard. This code is based on Martin Chrzan's Color Picker.


FancyZones

FancyZones is a window manager that makes it easy to create complex window layouts and quickly position windows into those layouts.




File Explorer Add-ons

File Explorer add-ons will enable SVG icon rendering and Preview Pane additions for File Explorer.

Preview Pane is an existing feature in the File Explorer. To enable it, you just click the View tab in the ribbon and then click "Preview Pane". PowerToys will now enable two types of files to be previewed: Markdown (.md) & SVG (.svg)

Image Resizer

Image Resizer is a Windows Shell Extension for quickly resizing images. With a simple right click from File Explorer, resize one or many images instantly. This code is based on Brice Lambson's Image Resizer.



Keyboard Manager

Keyboard Manager allows you to customize the keyboard to be more productive by remapping keys and creating your own keyboard shortcuts. This PowerToy requires Windows 10 1903 (build 18362) or later.



PowerRename

PowerRename is a Windows Shell Extension for advanced bulk renaming using search and replace or regular expressions. PowerRename allows simple search and replace or more advanced regular expression matching. While you type in the search and replace input fields, the preview area will show what the items will be renamed to. PowerRename then calls into the Windows Explorer file operations engine to perform the rename. This has the benefit of allowing the rename operation to be undone after PowerRename exits. This code is based on Chris Davis's SmartRename.

PowerToys Run

PowerToys Run is a new toy in PowerToys that can help you search and launch your app instantly with a simple Alt+Space and start typing! It is open source and modular for additional plugins. Window Walker is now inside too! This PowerToy requires Windows 10 1903 (build 18362) or later.


Shortcut Guide

Windows key shortcut guide appears when a user holds the Windows key down for more than one second and shows the available shortcuts for the current state of the desktop.



Video Conference Mute (Experimental)

Video Conference Mute is a quick and easy way to do a global "mute" of both your microphone and webcam via Win+N. Just set your webcam in the target application to the PowerToys VideoConference camera.

Note: This is only included in the pre-release experimental version of PowerToys installer. This PowerToy requires Windows 10 1903 (build 18362) or later.


Installing and running Microsoft PowerToys

Requirements

  • Windows 10 1803 (build 17134) or later.
  • Have .NET Core 3.1 Desktop Runtime. The installer should handle this but we want to directly make people aware.

0.18 users for updating via notifications

  • We adjusted how upgrading works in 0.20. In 0.19 we accounted for this upcoming change but if you are going from 0.18 to 0.21, please directly use the installer file.

Via GitHub with EXE [Recommended]

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.23.2-x64.exe to download the PowerToys installer.

This is our preferred method.

Via WinGet (Preview)

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

WinGet install powertoys

Experiential PowerToys utility with Video conference muting

Install the pre-release experimental version of PowerToys to try out this version. It includes all improvements from 0.23 in addition to the Video conference utility. Click on Assets to show the files available in the release and then download the .exe installer.

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.

Known issues

  • Color Picker at times won't work when PT is running elevated - #5348. We are currently working on a fix now for this.

Processor support

We currently support the matrix below.

x64 x86 ARM
Supported Issue #602 Issue #490

What's Happening

September 2020 Update

Our goals for 0.23 release cycle was to focus on stability, accessibility, localization and quality of life improvements for both the development team and our end users. We have a full accessibility pass being done starting end of September to audit all of PowerToys. Our localization efforts now had data flowing both directions as well.

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

Highlights from September

  • We shipped v0.23! (0.24 Experimental build coming shortly)

General

  • Localization pipeline is flowing from our Github to the loc system and back. 0.25 should be localized now.
  • The EXE installer should be at parity now with the MSI. Please go to the wiki for installer args

FancyZones

  • Fixed bug on not seeing a newly attached screen
  • Fixed spanning across monitors bug
  • Added in default layout for new users, a Priority Grid
  • Added keyboard support to grow / shrink to multiple zones
  • General bug fixes

PT Run

  • Multiple crash bugs fixed. Prioritized any users reported along with top hits from Watson reporting
  • Stopped PT Run from interfering with an install
  • Fixed folder bug if it had a # in it (Thanks @jjw24 for the PR!)
  • Fixed a screen flicker for
  • General bug fixes
  • Allow Command Line args in PowerToys Run (Thanks @@royvou)

Keyboard manager

  • Multiple crash bugs fixed. Prioritized any users reported along with top hits from Watson reporting
  • Fixed multiple accessibility issues.
  • General bug fixes

Preview Pane

  • Added in Frontmatter and better (but still basic) latex support.

Settings

  • Fixed scaling issue for responsive design on Image Resizer
  • Fixed crash on empty color value.
  • Fixed crash for toggling FancyZones on/off
  • Fixed 0x00 NFTS crash for settings
  • Fixed multiple accessibility issues.
  • Layout adjustments (Thanks @niels9001)
  • General bug fixes

Dev related

  • FxCop is being rolled out across all PowerToys. This should catch a lot of possible leaks.
  • Unified PT Run's log system
  • PT Run's calc plugin now has unit tests (Thanks @P-Storm)
  • Dev setup install script now supports VS preview (Thanks @TobiasSekan)
  • @CaelestisZ, @kameshkotwani, @adriancampos, @RahulDas782 for doc tweaks
  • Thanks @Aaron-Junker, @jay-o-way and @htcfreek for helping triage!
  • Thanks for everyone that filled an issue. It really does help us prioritize

Video / GIF capture functional spec for public review

Deondre Davis created our functional spec for creating a light weight, video / GIF recording tool. We encourage everyone to review it and please leave comments in the pull request so we can adjust as needed. We'll be closing it for feedback on October 12th, 2020.

This is for work post-stabilization of current roadmap work and is only the spec for what we are thinking about support. Just want to set expectations here.

What is being planned for 0.25

For 0.25, we are proactively working on:

  • Stability
  • Localization
  • Improve interactions with elevated windows and keeping most of the PT utilities non-elevated so we still have a 'shell' like experience
  • OOBE work

PowerToys roadmap

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

Developer Guidance

Please read the developer docs for a detailed breakdown.

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.

⚠ State of code ⚠

PowerToys is still a very fluidic project and the team is actively working out of this repository. We will be periodically re-structuring/refactoring the code to make it easier to comprehend, navigate, build, test, and contribute to, so DO expect significant changes to code layout on a regular basis.

License Info

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.

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.

About

Windows system utilities to maximize productivity

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.5%
  • C# 44.0%
  • TypeScript 2.8%
  • HTML 2.1%
  • C 0.5%
  • PowerShell 0.4%
  • Other 0.7%