mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
949b9a6185
* remove files * add dictionaries * Create expect.txt * spelling corrections + move words * spelling updates * few more * import commit from bot * move names * undo FZ changed by VS |
||
---|---|---|
.. | ||
bug-report-tool.md | ||
build-tools.md | ||
clean-up-tool.md | ||
fancyzones-draw-layout-test.md | ||
fancyzones-hit-test.md | ||
fancyzones-zonable-tester.md | ||
monitor-info-report.md | ||
readme.md | ||
styles-report-tool.md | ||
verification-scripts.md | ||
webcam-report-tool.md |
PowerToys tools
Tools in PowerToys are standalone apps and scripts that run outside of the PowerToys runner. They help developers and users to debug and test PowerToys features.
The source code of the tools can be found in the tools folder. The compiled tools are saved under {PowerToysInstallPath}\tools
.
Overview of the tools
Following tools are currently available:
- BugReportTool - A tool to collect logs and system information for bug reports.
- Build tools - A set of scripts that help building PowerToys.
- Clean up tool - A tool to clean up the PowerToys installation.
- FancyZones hit test - A tool to test FancyZones layout selection logic.
- FancyZones draw layout test - A tool to test FancyZones layout drawing logic.
- FancyZones zonable tester - A tool to test if a window is zonable.
- Monitor info report - A small diagnostic tool which helps identifying WinAPI bugs related to the physical monitor detection.
- project template - A Visual Studio project template for a new PowerToys project.
- StylesReportTool - A tool to collect information about an open window.
- Verification scripts - A set of scripts that help verifying the PowerToys installation.
- WebcamReportTool - A tool to collect information about the connected webcams.