Wednesday, April 10, 2013

Beranda » , » Prevent Other People Access To Your Windows Registry

Prevent Other People Access To Your Windows Registry


Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.

By definition, Windows Registry is a hierarchical database that stores configuration settings and options for low-level operating system components and for applications running on the platform. It’s such a vital component to Windows that it might be a good idea putting a bit more safety guard to it. And when you do, you need to protect it from being unauthorized accessed by both locally and remotely.

To Restrict access to registry local


Firstly, check the local admin group to make sure you are the only one who has the local administrator privilege.

Secondly, update this Group Policy to restrict access to Windows Registry editor Regedit.exe. You can do this by
  • 1. Press WIN + R, type gpedit.msc, and click OK to launch Local Group Policy Editor.
  • 2. Navigate the left panel to User Configuration → Administrative Template → System
  • 3. Double click Prevent Access to Registry Editing Tools at the right panel, click the Enable radio button, and click OK to save the settings.
Now, when anyone, including yourself, using your PC attempting to launch the registry editor, they will get message telling them that the registry editor has been disabled by administrator.

To undo this to regain access to the registry tool, repeat the same process to disable the setting.

To restrict access to registry remotely


All you need to do on both Windows 7 and Windows 8 computers is to make sure the Remote Registry service disabled. As long as this service is not running, your registry is safe in your own vault. We also have covered this in this post earlier.