Add Access control or UAC prompt to windows event viewer

Akbar Kanji 20 Reputation points
2024-07-10T05:20:36.77+00:00

Looking at controlling access to Windows event viewer for standard users. does anyone know if there is a mechanism to perform a UAC prompt when windows event viewer is run or restrict access to certain logs example PowerShell the way security events is restricted?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-07-11T03:20:41.2166667+00:00

    Hello,

    Yes, it is possible to control access to the Windows Event Viewer for standard users and implement mechanisms such as UAC prompts or restricting access to certain event logs. Here are a few methods you can try:

    Use Group Policy settings to control access to the Event Viewer. Group Policy allows you to manage user rights and permissions on a Windows domain network. You can restrict access to the Event Viewer by configuring the appropriate Group Policy settings.

    Registry Editor: Use the Registry Editor to modify permissions for the Event Viewer. Navigate to the following registry key: “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System”. Look for the “DisableRegistryTools” DWORD value and set it to “1” to disable access to the Event Viewer. Please note that modifying the registry should be done cautiously as it can impact system stability if not done correctly.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.