GithubHelp home page GithubHelp logo

spacecase123 / powertoys Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/powertoys

0.0 0.0 0.0 283.14 MB

Windows system utilities to maximize productivity

License: MIT License

JavaScript 0.03% C++ 44.94% C 0.59% C# 53.79% PowerShell 0.46% HTML 0.09% Batchfile 0.05% HLSL 0.05%

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 docs.microsoft.com!

Current utilities:
Always on Top PowerToys Awake Color Picker
FancyZones File Explorer Add-ons Image Resizer
Keyboard Manager Mouse utilities PowerRename
PowerToys Run Shortcut Guide Video Conference Mute

Installing and running Microsoft PowerToys

Requirements

Via GitHub with EXE [Recommended]

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 people, it is x64.

  • For x64 (most common): click on PowerToysSetup-0.59.1-x64.exe
  • For ARM64: PowerToysSetup-0.59.1-arm64.exe

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.59 - May 2022 Update

In this release, we focused on wrapping up building for native ARM64 and releasing the first experimental build. Below are some of the highlights!

Highlights

  • The work for running natively on ARM64 has been wrapped up and a build is released. Thanks @snickler!
  • Power Rename now is running on WinUI 3.
  • Keyboard Manager now allows up to 4 modifier keys for shortcuts and has received some quality fixes.
  • Upgraded the Windows App SDK runtimes to 1.1.0, fixing an issue where Settings wouldn't start with UAC off and improving performance.
  • The Windows App SDK runtime binaries are being shipped with PowerToys which should resolve the installations issues reported with WinAppSDK.

Known issues

  • There are reports of users who are unable to open the Settings window. This is being caused by incompatibilities with some applications (RTSS RivaTuner Statistics Server and MSI AfterBurner are known examples of this). If you're affected by this, please check the linked issue to verify if any of the presented solutions works for you.

General

ARM64

  • ARM64 support now fully added!
  • Fixed PowerRename to work on ARM64.
  • Fixed File Explorer tools to work on ARM64.
  • Made changes for the installer projects to build ARM64 installers.
  • Configured the CI and Release pipelines to build for ARM64.
  • Added ARM64 build status to the README.

Always on Top

  • Fixed an issue where the borders where sticking around when a window was minimized with Win+D.

FancyZones

  • Fixed a bug that was consuming CPU cycles when the default layout was set.
  • Fixed a bug where apps were not opened in their last known zones due to Virtual Desktop ID changes.
  • Fixed a bug that was snapping popup menus opened by applications.
  • Fixed a bug causing windows not to be snapped under some configurations.

Image Resizer

  • No longer tries to change metadata on files that were not actually resized. Thanks @adamchilders!

File explorer add-ons

  • Fixed a bug where modules depending on WebView2 would be limited to opening files smaller than 2 MB. Now the resulting html is generated into a temporary file before presenting it.
  • Add a viewBox attribute to svg files that don't have one so that the preview tries to show the whole image.
  • Remove scrollbar that was showing when rendering svg thumbnails.

Keyboard Manager

  • Now up to four modifier keys can be used in shortcuts. This will allow you to use the Office key (which sends Win+Ctrl+Shift+Alt), for example.
  • Fixed a bug locking Keyboard Manager when two shortcut mapping were pressed at the same time.
  • Removed event spam for certain telemetry events.

PowerRename

  • Ported to use WinUI 3 instead of WinUI 2.

PowerToys Run

  • The Services plugin is able to search for parts of the name, display name or the service type or state. Thanks @htcfreek!
  • The Services plugin now supports the startup type 'Automatic (Delayed Autostart)'. Thanks @htcfreek!
  • The Services plugin now has tooltips for large service names and other UI improvements. Thanks @htcfreek!
  • The TimeDate plugin gave results for queries containing just numbers on global queries. This has been fixed. Thanks @htcfreek!
  • We've introduced a throttle before a query is done to ensure typing is done to increase performance. Thanks @shandsj!
  • Fixed a crash in WebSearch when there's an empty pattern setup for the system's default browser.
  • Fixed a bug where VSCodeWorkspaces was not finding portable installations of VSCode. Thanks @harvastum!
  • The Calculator plugin reacts better to invalid input and internal errors. Thanks @htcfreek!
  • The Calculator plugin can now be configured to use the US number format instead of the system one. Thanks @htcfreek!
  • The Folder plugin supports paths containing "/". Thanks @davidegiacometti!

Settings

  • Now the UI for adding excluded apps for FindMyMouse is disabled when the module is disabled. Thanks @davidegiacometti!
  • Text was improved in the Settings UI for File Explorer. Thanks @Jay-o-Way!
  • Settings won't try to launch if everything runs elevated in the machine, and a warning message is shown instead.
  • Some minor UI fixes. Thanks @niels9001!
  • The Settings screen should now open correctly if the OOBE screen was opened first.
  • The rounded corner settings for FancyZones now only show on Windows 11. Thanks @davidegiacometti!
  • Fixed a UI freeze when entering the Keyboard Manager page with clean settings.
  • Fixed a UI glitch where a message was being shown that all PowerToys Run plugins were disabled when using the search function. Thanks @davidegiacometti!
  • Upgraded the Windows App SDK runtimes to 1.1.0, fixing an issue where Settings wouldn't start with UAC off and improving performance.

Runner

  • Auto-update takes into account if it's running on x64 or arm64 to download the right installer.

Installer

  • Updated the .NET dependency to 6.0.5.
  • The installer is now built using a beta version of Wix 3.14 for arm64 support.
  • Added the VC++ Redistributable binary as a requirement.
  • The Windows App SDK runtime binaries are being shipped with PowerToys instead of running its installer. This should fix most of the install issues with 0.58.

Development

  • New action added to GitHub to publish the winget package to PowerToys.
  • New action added to GitHub to publish for the Microsoft Store. Thanks azchohfi!
  • Documentation for installing the Windows App SDK dependencies and building the installer was updated.
  • FxCop removed from the PowerToys Run TimeZone plugin and was replaced with NetAnalyzers. Thanks @davidegiacometti!

Community contributions

We'd like to directly mention certain contributors (in alphabetical order) for their continued community support this month and helping directly make PowerToys a better piece of software.
@Aaron-Junker, @CleanCodeDeveloper, @davidegiacometti, @dend, @franky920920, @htcfreek, @jay-o-way, @jsoref, @niels9001, @snickler.

What is being planned for v0.60

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

  • Environment Variables Editor PowerToy
  • Screen Measure PowerToy
  • 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.

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 alekhyareddy28 avatar enricogior avatar niels9001 avatar csigs avatar arjunbalgovind avatar seraphimazykova avatar ryanbodrug-microsoft avatar stefansjfw avatar jaimecbernardo avatar orzfly avatar ivan100sic avatar dsrivastavv avatar mykhailopylyp avatar dend avatar davidegiacometti avatar vldmr11080 avatar jsoref avatar bzoz avatar theclueless avatar cleancodedeveloper avatar traies avatar htcfreek avatar chrdavis avatar lances101 avatar yevhenii44-zz 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.