Finding Satellite window handle
Posted: Tue May 19, 2026 2:30 am
I'm running an automated process which grabs screen shots of the satellite window during a satellite pass. There is nothing in the window title which allows me to reliably get its handle using [Win32]::FindWindow.
The best workaround I currently have is to find the handle to "Tracker" or "Automatic Schedule", when get the parent window.
Can anyone suggest a simpler approach? It would be so much easier if the Sat window had a magic string in the title, like "Satellite".
Kind regards,
Lance
The best workaround I currently have is to find the handle to "Tracker" or "Automatic Schedule", when get the parent window.
Can anyone suggest a simpler approach? It would be so much easier if the Sat window had a magic string in the title, like "Satellite".
Kind regards,
Lance