If you make the change on your local machine, then export the key you changed, save as a .reg file - and store it on the NETLOGON share, you can then have a logon script run the command:
regedit reg_file.reg
(where reg_file is the name of your file), this will then make the change when the user logs in.
It's not very elegant, and there may be other ways of doing it, but it will work, so it's an option.
Hope this helps!
Rob
Main Topics
Browse All Topics





by: grayePosted on 2007-07-05 at 10:54:21ID: 19425905
Remember, there are two kinds of "login scripts"... the old-style WinNT login scripts (that probably aren't used that much nowdays), and the newer Active Directory batch files for login, logout, startup, and shutdown that are used with GPOs.
So, you'd use both... Yes, it's a batch file, but you use it inside a GPO
I actually find that easier than creating a custom security policy template for adding something simple to the registry.