Files
winutil/scripts
Berrick Werkman d7de70e992 Main window handle
Condition is comparing $proc.Id with [System.IntPtr]::Zero. The Id property is an integer, representing the process ID, and it's not directly related to window handles.
Instead, you should compare the MainWindowHandle property against [System.IntPtr]::Zero
2024-05-05 22:41:44 -05:00
..
2024-05-05 22:41:44 -05:00