I cannot believe how many problems are solved with this fix. Thanks so much Ramesh.
My SQL Server Agent wouldn't start. I tracked it down to the Event Log service not starting, which led me to your post.
The fix was a little tougher in my case. I tried all the fixes above, but eventually had to:
- Boot in Safe Mode.
- Open Windows Explorer.
- Go to .\WMI folder.
- Right click, "Properties, Security".
- Added myself as a user. (Note: I was already an Admin, so I don't know why this was necessary).
- Turned on all rights and saved it.
- Ran .\System32\cmd.exe as Administrator.
- Removed attributes from *.etl files, as shown in other posts above.
- Back in Windows Explorer, I was finally able to rename the RtBackup to RtBackup2.
What a pain.
I reset the SafeMode using msconfig, and rebooted.
Now SQL Server Agent works, my Maintenance Plans work, and all due to this fix.