Code Monkey home page Code Monkey logo

powertoys's Introduction

Microsoft PowerToys

Hero image for Microsoft PowerToys

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

Build status

Architecture Solution (Main) Solution (Stable) Installer (Main)
x64 Build Status for Main Build Status for Stable Build Status Installer pipeline
ARM64 Build Status for Main Build Status for Main Build Status Installer pipeline

About

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

Current utilities:
Always on Top PowerToys Awake Color Picker
FancyZones File Explorer Add-ons File Locksmith
Hosts File Editor Image Resizer Keyboard Manager
Mouse utilities PowerRename PowerToys Run
Quick Accent Screen Ruler Shortcut Guide
Text Extractor Video Conference Mute

Installing and running Microsoft PowerToys

Requirements

  • Windows 11 or Windows 10 version 2004 (code name 20H1 / build number 19041) or newer.
  • Our installer will install the following items:

Via GitHub with EXE [Recommended]

Go to Microsoft PowerToys GitHub releases page, click on Assets at the bottom to show the files available in the release. Please use the appropriate the PowerToys installer that matches your machine's architecture. For most, it is x64.

This is our preferred method.

Via Microsoft Store

Install from the Microsoft Store's PowerToys page. You must be using the new Microsoft Store which will be available for both Windows 11 and Windows 10.

Via WinGet (Preview)

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

winget install Microsoft.PowerToys -s winget

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.

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.66 - December 2022 Update

In this release, we focused on stability and improvements.

Highlights

  • PowerToy utilities now ship with self-contained .NET 7, meaning it's not necessary to install .NET as part of the installer and it's easier to keep up to date.
  • It's possible to pick which of the installed OCR languages is used by Text Extractor by selecting it in the right-click context menu.
  • Added a setting to sort the order of the accented characters by usage frequency in Quick Accent.

General

  • Reduced resource consumption caused by logging. A thread for each logger was being created even for disabled utilities.
  • The .NET 7 dependency is now shipped self-contained within the utilities, using deep links to reduce storage space usage.

Color Picker

  • Fixed an issue where the custom color formats were not working when picking colors without using the editor.
  • Fixed a crash when using duplicated names for color formats.
  • Added two decimal formats, to distinguish between RGB and BGR.
  • Fixed color name localization, which was not working correctly on 0.65.

FancyZones

  • Fixed an editor crash caused by deleting a zone while trying to move it.
  • Reduce the time it takes the tooltip for layout shortcut setting to appear in the editor.

File Locksmith

  • Fixed an issue causing File Locksmith to hang when looking for open handles in some machines.

Hosts File Editor

PowerToys Run

Quick Accent

  • Added support for dark theme. Thanks @niels9001!
  • Increased default input delay to improve out of the box experience.
  • Fixed a bug causing the first character to not be selected when opening the overlay. Thanks @davidegiacometti!
  • Fixed the positioning of the overlay when showing near the horizontal edges of the screen.
  • Added additional Pinyin characters. Thanks @char-46!
  • Added Macedonian characters. Thanks @ad-mca-mk!
  • Added a setting to sort characters by usage frequency.
  • Added a setting to always start selection in the first character, even when using the arrow keys as the activation method.

Settings

  • Fixed an error that hid the option to keep the display on when using the "Indefinitely Awake" mode.
  • Fixed an accessibility issue causing the navigation bar to not work with narrator in scan mode.
  • Fixed an accessibility issue where the name for the shortcut control was not being read correctly.
  • Tweaked the Color Picker custom color format UI. Thanks @niels9001!
  • Improved the shortcut control visibility and accessibility. Thanks @niels9001!
  • Fixed an issue causing the Settings to not be saved correctly on scenarios where the admin user would be different then the user running PowerToys.
  • Added a setting to pick which language should be used by default when using Text Extractor.

Text Extractor

  • Improve behavior for CJK languages by not adding spaces for some characters that don't need them. Thanks @AO2233!
  • OCR language can now be picked in the right-click context menu.

Video Conference Mute

  • Reduced resource consumption by not starting the File Watchers when the utility is disabled.

Documentation

  • Updated the development setup documentation.
  • Improved the Markdown documentation lists numbering in many docs. Thanks @sanidhyas3s!

Development

  • Turned on C++ code analysis and incrementally fixing warnings.
  • C++ code analysis no longer runs on release CI to speed up building release candidates. It still runs on GitHub CI and when building locally to maintain code quality.
  • Cleaned up "to-do" comments referring to disposing memory on C#. Thanks @davidegiacometti!
  • Added a fabric bot rule for localization issues.
  • Fixed a CI build error after a .NET tools update.
  • Update the Windows App SDK dependency version to 1.2.
  • When building for arm64, the arm64 build tools are now preferred when building on an arm64 device. Thanks @snickler!
  • Updated the C# test framework and removed unused Newtonsoft.Json package references.
  • Updated StyleCop and fixed/enabled more warnings. Thanks @davidegiacometti!
  • Fixed a language typo in the code. Thanks @eltociear!
  • Improved code quality around some silent crashes that were being reported to Microsoft servers.
  • Moved the GPO asset files to source instead of docs in the repo.
  • Upgraded the unit test NuGet packages.

What is being planned for version 0.67

For v0.67, we'll work on below:

  • Allow installing without UAC.
  • Add a flyout menu to the system tray icon for quick access.
  • Stability / bug fixes

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 wouldn’t 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. Month over month, you directly help make PowerToys a better piece of software.

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.

powertoys's People

Contributors

crutkas avatar bao-qian avatar qianlifeng avatar jjw24 avatar yuyoyuppe avatar jaimecbernardo avatar alekhyareddy28 avatar enricogior avatar niels9001 avatar seraphimazykova avatar stefansjfw avatar csigs avatar arjunbalgovind avatar ryanbodrug-microsoft avatar davidegiacometti avatar orzfly avatar ivan100sic avatar dsrivastavv avatar mykhailopylyp avatar dend avatar vldmr11080 avatar jsoref avatar bzoz avatar theclueless avatar htcfreek avatar cleancodedeveloper avatar traies avatar chrdavis avatar sosssego avatar lances101 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.