I need to prevent a remote desktop session from going into idle. The setting to not logout/disconnect user was already made, but still if I let the window, minimize and work on something else, it shows as idle:
in cmd: query user /server: MY_SERVER
, shows idle after 1 minute.
I need to have this active all the time, as a user makes some activity, since I have some scheduled tasks that will run some GUI actions/applications. Also the remote connection will at some point start by itself, if the server gets rebooted or so.
What I have tried:
- mouse jiggler
- caffeine
- autohotkey scripts
- powertoys - awake
None of them worked. The cmd query still showed idle after one 1 minute
Am I missing something? Does this have to do with windows being opened (not minimized), or having focus or something else?
Thank you