Vista not recognizing NAV

  • Thread starter Thread starter Bluebonnet
  • Start date Start date
B

Bluebonnet

I have done a clean install of Norton Internet Security, and after two
restarts, Vista still doesn't recognize that I have an antivirus program
running. Is there a way to get it to recognize my AV software so that it
doesn't show I'm "unprotected"?
 
Bluebonnet said:
I have done a clean install of Norton Internet Security, and after two
restarts, Vista still doesn't recognize that I have an antivirus program
running. Is there a way to get it to recognize my AV software so that it
doesn't show I'm "unprotected"?

There are two general approaches that may fix your problem. All of the
commands are typed in manually at the command prompt (type "cmd" and ENTER
in your start menu). Run as administrator.

Method 1:
winmgmt /verifyrepository
If WMI repository is reported to be inconcistent, run the following command:
winmgmt /salvagerepository

Method 2:
net stop winmgmt /y
ren %windir%\system32\wbem\repository
%windir%\system32\wbem\repository.old
(make sure there is a space between the two paths)
Then restart.

Charlie42
 
Back
Top