Fix for Windows Defender won’t turn on error in Vista

If you're new here, you may want to subscribe to our 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.

Related Articles


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

No trackbacks/pingbacks yet.

Comments

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

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=""> <code> <em> <i> <strike> <strong>

(required)

(required)