add registry key

  • Thread starter Thread starter Bisha
  • Start date Start date
B

Bisha

I need to add a registry key to all users. I created
a .reg file and add regedit /s regfile.reg.

Everything works but for regular users or even power users
I get an error to access registry.Looks like a permission
problem . "How can I add the registry keyas a regular or
power user ??"

Thanks
 
In said:
I need to add a registry key to all users. I created
a .reg file and add regedit /s regfile.reg.

Everything works but for regular users or even power users
I get an error to access registry.Looks like a permission
problem . "How can I add the registry keyas a regular or
power user ??"

You may have wanted the .registry group.

In any case, what is the reg file's content? Ordinary users have no
permission to write in most HKLM. They usually can in most of HKCU.
 
Back
Top