Coder Social home page Coder Social logo

brenca / powertoys Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/powertoys

0.0 1.0 0.0 6.32 MB

Windows system utilities to maximize productivity

License: MIT License

Batchfile 0.12% C++ 54.11% C 1.16% HTML 12.37% C# 16.01% JavaScript 0.17% TypeScript 14.54% CSS 1.53%

powertoys's Introduction

Overview

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.

logo

Installation

(Note: in order to run PowerToys, you'll need to be running at least Windows build 17134 or higher. Also, PowerToys does not currently support Windows ARM machines)

Github

The first preview of these utilities can be installed from here.

Chocolatey (Unofficial)

Download and upgrade PowerToys from Chocolatey.

To install PowerToys, run the following command from the command line or from PowerShell:

choco install powertoys

To upgrade PowerToys, run the following command from the command line or from PowerShell:

choco upgrade powertoys

If you have any issues when installing/upgrading the package please go to the package page and follow the Chocolatey triage process

Build Status

Build Status

What's Happening

October Update

A big thanks to everyone who has downloaded and started using the first PowerToys preview. There's been over 150K downloads so far. An even bigger thanks to everyone who has provided feedback and suggestions in the issues. The community engagement has been really awesome to see.

The team has been hard at working fixing bugs, addressing issues and implementing feature suggestions. If you've downloaded the code and built the latest on your machine recently you've seen many of these improvements (dark mode!). We're hoping to have a new official build out shortly with all these improvements and will also be signed by Microsoft. A new utilitity is also coming soon: Chris Davis is working to integrate his SmartRename tool into PowerToys!

SmartRename

  1. FancyZones - FancyZones is a window manager that makes it easy to create complex window layouts and quickly position windows into those layouts. The FancyZones backlog can be found here

FancyZones

FancyZones Video Tutorial FancyZones Video Tutorial

  1. Windows key shortcut guide - The 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. The shortcut guide backlog can be found here

Windows key shortcut guide

Additional utilities in the pipeline are:

  • Maximize to new desktop widget - The MTND widget shows a pop-up button when a user hovers over the maximize / restore button on any window. Clicking it creates a new desktop, sends the app to that desktop and maximizes the app on the new desktop.
  • Process terminate tool
  • Animated gif screen recorder

Backlog

The full backlog of utilities can be found here

Where to download PowerToys

The latest release of PowerToys can be downloaded from https://github.com/microsoft/PowerToys/releases
Click on Assets to show the files available in the release and then click on PowerToysSetup.msi to download the PowerToys installer.
PDB symbols for the release are available in a separate zip file PDB symbols.zip.

Developer Guidance

Build Prerequisites

  • Windows 10 1803 (build 10.0.17134.0) or above to build and run PowerToys.
  • Visual Studio 2019 Community edition or higher, with the 'Desktop Development with C++' component and the Windows 10 SDK version 10.0.18362.0 or higher.

Building the Code

  • Open powertoys.sln in Visual Studio, in the Solutions Configuration drop-down menu select Release or Debug, from the Build menu choose Build Solution.
  • The PowerToys binaries will be in your repo under x64\Release.
  • If you want to copy the PowerToys.exe binary to a different location, you'll also need to copy the modules and the svgs folders.

Prerequisites to Build the Installer

Building the .msi Installer

  • From the installer folder open PowerToysSetup.sln in Visual Studio, in the Solutions Configuration drop-down menu select Release or Debug, from the Build menu choose Build Solution.
  • The resulting PowerToysSetup.msi installer will be available in the installer\PowerToysSetup\x64\Release\ folder.

Debugging

The following configuration issue only applies if the user is a member of the Administrators group.

Some PowerToys modules require being run with the highest permission level if the current user is a member of the Administrators group. The highest permission level is required to be able to perform some actions when an elevated application (e.g. Task Manager) is in the foreground or is the target of an action. Without elevated privileges some PowerToys modules will still work but with some limitations:

  • the FancyZones module will be not be able to move an elevated window to a zone.
  • the Shortcut Guide module will not appear if the foreground window belongs to an elevated application.

To run and debug PowerToys from Visual Studio when the user is a member of the Administrators group, Visual Studio has to be started with elevated privileges. If you want to avoid running Visual Studio with elevated privileges and don't mind the limitations described above, you can do the following: open the runner project properties and navigate to the Linker -> Manifest File settings, edit the UAC Execution Level property and change it from highestAvailable (/level='highestAvailable') to asInvoker (/level='asInvoker'), save the changes.

How to create new PowerToys

See the instructions on how to install the PowerToys Module project template.
Specifications for the PowerToys settings API.

Coding Guidance

Please review these brief docs below relating to our coding standards etc.

๐Ÿ‘‰ If you find something missing from these docs, feel free to contribute to any of our documentation files anywhere in the repository (or make some new ones!)

This is a work in progress as we learn what we'll need to provide people in order to be effective contributors to our project.

Contributing

This project welcomes contributions and suggestions and 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.

โš  Note: PowerToys is still a nascent project and the team is actively working out of this repository. We will be periodically re-structuring 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. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

powertoys's People

Contributors

alaricus avatar bzoz avatar cedi avatar chasemaier avatar chrdavis avatar corbob avatar deisterhold avatar ebbyd3 avatar enricogior avatar ewouth avatar execthts avatar garyhuntddn avatar grumpydev avatar hugodahl avatar indierawk2k2 avatar johng42 avatar kiritofeng avatar meir017 avatar mickut avatar microsoftopensource avatar mkevenaar avatar msftgits avatar mythmon avatar patdhlk avatar redsquirrelious avatar themrjukes avatar tomer avatar tulkjay avatar wjk avatar xjose97x avatar

Watchers

 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.