mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 20:19:17 +08:00
14 lines
569 B
Markdown
14 lines
569 B
Markdown
|
# [FancyZones_zonable_tester](/tools/FancyZones_zonable_tester/)
|
||
|
|
||
|
![Image of the FancyZones zonable tester](/doc/images/tools/fancyzones-zonable-tester.png)
|
||
|
|
||
|
This command line application tests if the window where the mouse cursor is located is zonable. It also adds additional information about the window to the console output:
|
||
|
|
||
|
* The HWND (window handle) of the window
|
||
|
* The process ID of the window
|
||
|
* The HWND of the window in the foreground
|
||
|
* The style of the window
|
||
|
* The exStyle of the window
|
||
|
* The window class
|
||
|
* The path of the process that created the window
|