What is the best way to deploy a HKCU registry change for anyone who logs onto the machine. Someone mentioned to me Active Setup...but I am not sure.
A:
The way I would do this is to run a powershell script when the user logs on that edits the registry. I would do this from windows scheduler.
Jonno_FTW
2009-08-07 15:09:22
That may work for one machine...but assume a large company that has 1000+ users.
JoeLangley
2009-08-07 15:33:35
I believe it is possible using the windows task scheduler. Just have it run a script when the user logs on.
Jonno_FTW
2009-08-08 07:50:34