Is it me or GUI windows don't show up in the SYSTEM account session?
I don't want to interact with them, but they need to pop up since I have a script that interacts with the windows in an automated way.
I built a script that needs to interact with a software's windows to gather information. This works perfectly when done in a user's session but the problem is that when ran via SCCM and the "system" session (which is what we want since we don't want the user to see it happen), the software starts but it's windows are not generated apparently, therefore the script hangs.
Is it possible to somehow enable interactive windows to appear while it runs in SYSTEM session?
Answer is based on the comments above. The problem is that there are no GUI windows appearing in session-0 (SYSTEM), and it seems to be by design. The program runs but the windows aren't allowed to show apparently. So it's advised to find another way to gather the data if you ever encounter this situation.