Fix for Windows Defender won’t turn on error in Vista
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
When you check Windows Defender in your vista system it may be off. When you try to opened up the security center and clicked “Turn on Now”. It went through it’s update check, reported no updates and continued to say that it was not turned on.Try this solution to fix this problem the solution try to rebuilding the WMI repository.
Solution
Right-click Command Prompt and Run as Administrator. Type the following command
winmgmt /verifyrepository
If the system returns “WMI repository is not consistent”, run this command
winmgmt /salvagerepository
The first time you run this it will fail. (It will issue stop commands to the services causing it to fail. It might take a couple minutes for the services to shut down). Run the command again. You actually may have to run it 3 times before it finally runs and completes on its own.
Now you need to Reboot your system.
That’s it now your windows defender should turned on
More details
Winmgmt is the WMI service within the SVCHOST process running under the LocalSystem account. In all cases, the WMI service automatically starts when the first management application or script requests connection to a WMI namespace.
winmgmt /verifyrepository
Performs a consistency check on the WMI repository. When you add the /verifyrepository switch without the <path> argument, then the live repository currently used by WMI is verified. When you specify the path argument, you can verify any saved copy of the repository. In this case, the path argument should contain the full path to the saved repository copy. The saved repository should be a copy of the entire repository folder.
winmgmt /salvagerepository
Performs a consistency check on the WMI repository, and if an inconsistency is detected, rebuilds the repository. The content of the inconsistent repository is merged into the rebuilt repository, if it can be read. The salvage operation always works with the repository that the WMI service is currently using.
Random Posts
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






Just wanted to thank you for the above instructions! Running Vista Home Premium, Windows Defender wouldn’t turn on. Followed above instructions; problem solved!!
Thanx!
Greg
Thanks for the fix.. worked great!
thanx
nick
I tried this fix, but it says, “WMI repository is consistent”. When I open Windows Defender it says that WD is not turned on. I select to turn it on. The program opens, downloads new definitions, recommends a scan- which I do. Then I close the Window, but it never shows up in my taskbar. If I open Windows Defender again, it says that it is not running. Any ideas? Any help would be greatly appreciated.
Thanks,
Theron
http://www.ehow.com/how_5204533_fix-windows-defender-not-open.html gives an alternative method – but this is a nice, easy one, too
thx for the advice