
02-04-2008
|
|
|
|
Re: Vista not recognizing NAV
"Bluebonnet" <Bluebonnet@discussions.microsoft.com> wrote:
>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
|