Cannot start windows event log service on Windows 7. Error 4201.__

Anonymous
2009-11-15T05:12:47+00:00

Cannot start the Windows Event Log service on Local Computer.  Error 4201: The instance name passed was not recognized as valid by a WMI data provider.

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-11-15T15:54:26+00:00

Hi Ramesh,

That did the trick.  For the record:

  1. Used msconfig to switch to safe mode boot
  2. Booted to safe mode
  3. ran cmd.exe as an administrator
  4. typed "cd C:\Windows\System32\LogFiles\WMI"
  5. typed "rename RtBackup RtBackup2"
  6. Used msconfig to switch to normal boot mode
  7. Reboot and found event viewer working

Thank you! 

Rung

Was this answer helpful?

40+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Ramesh 181.7K Reputation points Volunteer Moderator
2009-11-15T06:53:44+00:00

Hi rung_windows7,

Renaming or deleting the following folder seems to work for some users:

C:\Windows\System32\LogFiles\WMI\RtBackup

REF: Event log error 4201 - ERROR_WMI_INSTANCE_NOT_FOUND (a helluva great thread)


Ramesh Srinivasan, Microsoft MVP [Windows Desktop Experience]

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

60 additional answers

Sort by: Oldest
  1. Anonymous
    2016-07-26T14:58:22+00:00

    Hi rung_windows7,

    Renaming or deleting the following folder seems to work for some users:

    C:\Windows\System32\LogFiles\WMI\RtBackup

    REF: Event log error 4201 - ERROR_WMI_INSTANCE_NOT_FOUND (a helluva great thread)


    Ramesh Srinivasan, Microsoft MVP [Windows Desktop Experience]

    We have this problem with Windows 10 Professional.  But renaming or deleting RtBackup does not fix the Event Log Service starting error.  We've verified that all WMI Namespaces and entries, and the repository is in perfect health and everything is working.    We've even restored the SOFTWARE and SYSTEM registry 3 weeks back when it was all working by no change...  hmmm puzzling.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-08-11T22:09:53+00:00

    Cannot start the Windows Event Log service on Local Computer.  Error 4201: The instance name passed was not recognized as valid by a WMI data provider.

    The renaming or deleting or changing the permissions of R tBackup did not fix this error for me,, after many weeks of testing and poking I found my solution , and I hope it helps others who haven't found a fix yet.

    • Open the Registry and Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\

    • Under this key are 3 EventLog- keys, each one has a DWORD(32) value called LogFileMode, if these aren't set correctly it causes the EventLog to fail to start with the 4201 Error. Here are the correct settings for each key...

    \EventLog-Application\LogFileMode - value should be 11000180 (Hex)

    \EventLog-Security\LogFileMode - value should be 100001c0 (Hex)

    \EventLog-System\LogFileMode - value should be 10000180 (Hex)

    Now reboot the PC and see if the eventlog service now starts

    Good Luck

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-10-14T00:55:31+00:00

    Hey,

    I was following this guide and none of the actions here worked for me

    I was unable to delete RtBackup folder due to 'files in use' under the directory 

    (checking with procexp.exe i found these are being held by SYSTEM process

    what i did was:

    1. open regedit
    2. navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger
    3. go over every sub-directory that is directly under Autologger and look for the Start DWORD and set it to 0

    by that we disabled auto-start logging at boot time for each of them.

    1. restart
    2. You should be able to delete 'RtBackup'  now
    3. once the folder has been deleted - you may revert the previous changes made to Start DWORD (set it back to 1)

    that worked for me

    Hope this helps you

    Moshe

    Was this answer helpful?

    0 comments No comments