Restrict Access to the Event Logs (Windows NT/2000/XP)

The Windows event log contains records documenting application, security and system events taking place on the machine. As these logs can contain sensitive data this tweak allows you to restrict access to administrators and system accounts only.

1.Open your registry and find the key below.

2.Under this key are three sub-keys: Application, Security and System. These subkeys represent each section of the event log. To restrict access to each section create a new DWORD value of 'RestrictGuestAccess' under each sub-key and set it to equal '1'. To restrict access to only certain sections, then only add the value to that specific key.

Restart Windows for change to take effect.

Registry Settings
System Key : [HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Services\EventLog]
Value Name : RestrictGuestAccess
Data Type : REG_DWORD (DWORD Value)
Value Data : (0 = guest access, 1 = restricted access)

Disclaimer : Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.