How to: Restrict Remote Access to Event Viewer on Windows NT Server 4.0
ID: Q245128
|
The information in this article applies to:
-
Microsoft Windows NT Server version 4.0
SUMMARY
This article describes how to edit the registry to restrict remote access to Event Viewer on a computer running Microsoft Windows NT Server 4.0.
MORE INFORMATIONIMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore it if
a problem occurs. For information about how to do this, view the "Restoring
the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help
topic in Regedt32.exe.
WARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT, you should also update your Emergency
Repair Disk (ERD).
To restrict remote access to Event Viewer to only the Administrators group:
- At the computer on which you want to restrict remote access to
Event Viewer, use Registry Editor (Regedt32) to locate the
following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurePipeServers\Winreg\AllowedPaths
- Double-click the Machine value in the right pane, and then
delete the string in the Multi-String Editor box.
- Quit Registry Editor.
- Restart the computer.
To permit users other than members of the Administrators group to have remote access to Event Viewer:
- Create a global group in the domain, and then add the appropriate
user accounts to this group.
- Use Registry Editor (Regedt32) to locate the Winreg registry
key.
- Click the Winreg key, and then click Permissions on the
Security menu.
- In the Registry Key Permissions dialog box, click
Add.
- In the Add Users And Groups dialog box, click the name of
the global group, and then click Add.
- In the Type Of Access box, click the appropriate type, and
then click OK.
- To close the Registry Key Permissions dialog box, click
OK.
- Quit Registry Editor.
- Restart the computer.
Additional query words:
edit registry
Keywords :
Version : winnt:4.0
Platform : winnt
Issue type : kbinfo
|