prohibit regidtry changes

  • Thread starter Thread starter Nemanja
  • Start date Start date
N

Nemanja

How to prohibit users from changing registry values. For
example he/she can make a simple *.reg file run it and on
next log on the registry values would be aplied besides
the GPO. I have prohibited the editing of regiistry with
the GPO but they can still change the values, at least I
know that they can do it after some testing.



Nemanja
 
If you disable registry tools from group policy editor, users cannot
normally change registry by running reg files. That isn't bullet proof
protection. It isn't very difficult to create copy of regedit.exe and with
hex editor search that restricting policy key and change it to something
else.
 
Back
Top