didn't solve issue, what is the root cause of event logs service starting failed
Event Log service is not starting |Error 13: The data is invalid
Hi folks,
I am trying to start Windows Event Log service on of my Windows Server 2016 machine, but it is not starting up and throwing below error:
I already have tried removing the contents of winevt\Logs but no luck. Rebooted server twice with no joy. Any help would be appreciated! Thanks in advance.
Windows for business | Windows Server | User experience | Other
3 answers
Sort by: Most helpful
-
Anonymous
2024-02-27T06:19:48.88+00:00 Hello,
Using SFC or IDSM to check and repair system files is worth having a try.
Such as:
SFC /scannow
DISM.exe /Online /Cleanup-image /Restorehealth
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
Note: Replace the C:\RepairSource\Windows placeholder with the location of your repair source.
If the Answer is helpful, please click "Accept Answer" and upvote it.
-
Apurva Pathak 890 Reputation points
2024-02-26T19:10:31.1533333+00:00 I deleted the Key: HKLM\SOFTWARE\Policies\Microsoft\Windows\EventLog and it started working. They key got regenerated after rebooting the server. Thanks all for looking into this!