Windows Server 2012 R2 - Windows Event Log fails to start with error 1314: a required privilege is not held by the client

Simo 1 Reputation point
2021-08-28T22:55:31.053+00:00

Today our server had some issues where we lost a bunch of printers from "Devices & Printers".

We rebooted the server but that didn't help and instead we got a warning triangle on the network connection icon, server went into "Public network location" which means network sharing is off.

A bunch of services are also not starting (Network location awareness, Remote access connection manager and others) and after digging and looking at the dependency chain of services, it seems the root cause is the event log service not starting.

Sure enough, it isn't. In fact, the "Windows Event Log" service was totally missing from the services list. I have no idea why it disappeared.

I re-created it using this:

sc create eventlog binpath="C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted" type=share start=auto error=normal group="Event Log" tag=no obj= "NT AUTHORITY\LocalService" DisplayName="Windows Event Log"

It now correctly appears in the services list but it won't start with the error 1314: a required privilege is not held by the client

I checked permissions in "C:\Windows\System32\winevt" folder and "Logs" subfolder. Everything seems ok (same as another server we have)
I checked permissions in registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog and subkeys. Everything seems ok (same as another server we have).

I also run SFC /scannow and it came back with nothing.

I don't know if fixing the event log issue will fix the other issues we're facing, but I need to fix this first and then I'll see.

**** UPDATE ***

I have since rebooted the server and now "Windows Event Log" service will not start but with a different error: 2 - The system cannot find the file specified

Any help/suggestions?

Thanks a lot in advance.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-08-29T00:43:54.107+00:00

    Might try deleting all the EVTX files in case of corruption, reboot.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Liu JY 1 Reputation point
    2021-09-04T05:33:27.947+00:00

    Finally, I reset my system. It helped.

    0 comments No comments