lock registry key value

  • Thread starter Thread starter tlotr
  • Start date Start date
T

tlotr

Hi everyone,

I'd like to know if theres a way to prevent applications or users to modify
a registry key value.
Thanks in advance!
-T-
 
Yes, regedt32, not regedit, will give you options to set permissions on
registry keys. Regini.exe will allow you to do it from the command prompt.
Just make sure you ponder side effects of any changes before you make them.
If a program needs to change a value, the user running the application is
the one that needs the permissions. And if you take away read permissions
on a vital key, you could cause some problems.

Ray at work
 
Back
Top