On my Windows 7 (Ultimate) system the Windows Event Log service does not start anymore. I get the response "Error 2: Cannot find the file specified" I checked my system, but unfortunately I couldn't find any reason for this behavior. All log directories exists (System32\winevt). It could be a permission problem at one of these directories.

Also sfc /scannow can't find any reason (successfully).

The bad think is, that all dependent services also stopped working: Task Manager Cd/Dvd Rom drives other drivers

Any idea is appreciated.

Matthias

link|improve this question
feedback

migrated from stackoverflow.com Jun 24 '11 at 12:14

This question came from our site for professional and enthusiast programmers.

1 Answer

Error 2

If you have the above error (Cannot find the file specified) when trying to start the windows event log, then have no fear, for I may have the solution. If you have tried everything else online, then try this fix. Open up regedit, and delete the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Parameters

Basically, a hotfix (not sure which) malforms that registry key, rendering the event log useless.

Source of Information

link|improve this answer
It can also be sign of malware – Sean Jun 26 '11 at 2:18
feedback

Your Answer

 
or
required, but never shown