mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
95865bfd24
* first push (associated issues: #17951 #761) * More docs * Fix spelling * More docs * Fix spelling * Push * Fix link * Fix spelling * Update bug-report-tool.md * Update verification-scripts.md * Update doc/devdocs/tools/bug-report-tool.md Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> * Update doc/devdocs/tools/bug-report-tool.md * Update doc/devdocs/tools/styles-report-tool.md Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> * Update doc/devdocs/tools/build-tools.md * Update doc/devdocs/tools/clean-up-tool.md --------- Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
22 lines
1.5 KiB
Markdown
22 lines
1.5 KiB
Markdown
# 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](/tools). The compiled tools are saved under `{PowerToysInstallPath}\tools`.
|
|
|
|
## Overview of the tools
|
|
|
|
Following tools are currently available:
|
|
|
|
* [BugReportTool](bug-report-tool.md) - A tool to collect logs and system information for bug reports.
|
|
* [Build tools](build-tools.md) - A set of scripts that help building PowerToys.
|
|
* [Clean up tool](clean-up-tool.md) - A tool to clean up the PowerToys installation.
|
|
* [FancyZones hit test](fancyzone-hit-test.md) - A tool to test FancyZones layout selection logic.
|
|
* [FancyZones draw layout test](fancyzones-draw-layout-test.md) - A tool to test FancyZones layout drawing logic.
|
|
* [FancyZones zonable tester](fancyzones-zonable-tester.md) - A tool to test if a window is zonable.
|
|
* [Monitor info report](monitor-info-report.md) - A small diagnostic tool which helps identifying WinAPI bugs related to the physical monitor detection.
|
|
* [project template](/tools/project_template/README.md) - A Visual Studio project template for a new PowerToys project.
|
|
* [StylesReportTool](styles-report-tool.md) - A tool to collect information about an open window.
|
|
* [Verification scripts](verification-scripts.md) - A set of scripts that help verifying the PowerToys installation.
|
|
* [WebcamReportTool](webcam-report-tool.md) - A tool to collect information about the connected webcams.
|