Jump to content

Recommended Posts

Posted

I have made a screensaver (.scr) and have used group policy to apply it to the users, that works fine. However, im in a school and many of the computers sit waiting at the logon screen. Then the xp professional screensaver comes up. I know how to change the screensaver through the registry and have tested it and that works fine. But firstly i need to copy the .scr to the C drive of every machine, rather than get them to pull it off a server because can see that going badly wrong at some point. Secondly i need change the registry and remove the xp screensaver and apply my personal one.

 

So can anyone help me to figure out an automated way to do this? preferably through GPO.

Posted

Its held in the registry key

 

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]

"SCRNSAVE.EXE"="logon.scr"

 

there are a couple of ways to mofify this. Do it via active directory or startup sript to write the key.

Posted

I use a simple .REG registry file which is called by a startup script.

 

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveTimeOut"="600"
"ScreenSaveActive"="1"
"SCRNSAVE.EXE"="c:\\screensaver\\screensaver.scr"

 

Mike.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...