registry

  • Thread starter Thread starter yeahoo3
  • Start date Start date
Y

yeahoo3

How or can you make changes to the HKEY_Current_USER on
local Machine for all the users.
For instance if you have an application installed that
requires the same change to all the users registry haw can
yhis be accomplished with out logging in to each users
profile and making the change?
 
Save the registry key in a reg file and put a line in your login
script like:

regedit /s my_app.reg

Note: the /s flag causes a "silent" copying of the registry key. Test
it first without the /s flag to be able to see output messages.
 
Back
Top