| T O P I C R E V I E W |
| Michael |
Posted - 05/24/2012 : 5:16:47 PM When users remote into there pc with Remote Desktop it logs their local session off. The login screen stays there, screen saver never comes on. Any way to activate it to run when they remote in? Thanks, Michael |
| 2 L A T E S T R E P L I E S (Newest First) |
| Michael |
Posted - 07/11/2012 : 8:50:41 PM Thanks for the reply, I will look at this for an option. I may just set the monitor to power off after a period of time, as now I have it set to never. Thanks Michael |
| straffin |
Posted - 05/25/2012 : 12:50:49 PM In our experience, the screen saver settings in the Default User registry keys (HKEY_USERS\.DEFAULT\Control Panel\Desktop) are what's used when there's nobody logged in (i.e. at the login screen). Setting the following keys should do the trick:
[HKEY_USERS\.DEFAULT\Control Panel\Desktop] "ScreenSaveActive"="1" "ScreenSaveTimeOut"="300" "ScreenSaverIsSecure"="0" "SCRNSAVE.EXE"="C:\\Windows\\system32\\Mystify.scr"
**NOTE**: The "ScreenSaverIsSecure"="0" is very, VERY important here. Once upon a time, we set that key to "1" in an attempt to have all users have a secure screen saver by default. While it did do that much, it also made it so that, if you didn't log in within 5 minutes, a *secure* screen saver would kick in on the login screen. Question: How do you provide credentials for the currently logged-in user WHEN THERE IS NO LOGGED-IN USER? Answer: You don't. Users had to hard-reset or hard-power-off their machines and catch the login screen again after restarting.
**Also note**: I didn't test the above settings as we abandoned messing with those keys some time ago for the aforementioned reason. Use at your own risk (and let us know what happened). :) |
|
|