Windows – Deploy Registry Change

deploymentpowershellwindowswindows-registry

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.

Best Answer

Are you using Active Directory? Then you can use a Group Policy to change / add / remove Registry Settings for every user which logs onto a machine in the domain.

If you cant use GPO maybe a shortcut to a script which sets the values in C:\Documents and Settings\All Users\Start Menu\Programs\Startup can help you.