Windows Thread, Setting the logon screensaver on multiple machines. in Technical; I have made a screensaver (.scr) and have used group policy to apply it to the users, that works fine. ...
-
22nd January 2010, 10:34 AM #1
- Rep Power
- 0
Setting the logon screensaver on multiple machines.
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.
-
-
IDG Tech News
-
22nd January 2010, 10:42 AM #2 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.
-
-
22nd January 2010, 11:12 AM #3 I use a simple .REG registry file which is called by a startup script.
Code:
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveTimeOut"="600"
"ScreenSaveActive"="1"
"SCRNSAVE.EXE"="c:\\screensaver\\screensaver.scr"
Mike.
-
SHARE: 
Similar Threads
-
By CyberNerd in forum Thin Client and Virtual Machines
Replies: 5
Last Post: 27th October 2009, 05:33 PM
-
By leonard.powers in forum Windows
Replies: 10
Last Post: 29th April 2009, 11:23 AM
-
By IA76 in forum Wireless Networks
Replies: 3
Last Post: 4th February 2009, 12:11 PM
-
By chrbb in forum Wireless Networks
Replies: 10
Last Post: 10th May 2007, 09:28 AM
-
By danIT in forum Windows
Replies: 11
Last Post: 11th January 2007, 11:31 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules