PDA

View Full Version : registry change script on server logon (W98)



joehill1
12-05-2003, 10:36 AM
How do I have a registry change load into a client machine at logon? I want to change the default desktop setting on every client in a computer lab without having to go to every machine a run regedit. Can I do this through a logon script?
Windows NT 4.0 server (PDC) and Win 98 clients

Ardvrk571
12-14-2003, 08:49 PM
Add this to a new line in your logon script (you need to add your own details)

regedit /s \\server\location of file\regfile.reg

/s is silently
server is name of server
location of file on server (shared folder)
and the then name of the reg file