Is it possible to have different screensaver locking times for local vs. remote (rdp) logins on Windows? I don't know much about Windows admin, just that this config is pushed through GPO.
Is it possible to have different screensaver locking times for local vs. remote (rdp) logins on Windows? I don't know much about Windows admin, just that this config is pushed through GPO.
There's no built-in functionality to do this. If I were going to do it I'd remove any screensaver timeout related settings from Group Policy Administrative Templates and deploy logon a script to manage the setting. That logon script could check the
CLIENTNAME
environment variable forConsole
(because RDP-based logons would have the remote client computer's name here). It could be something as simple as: