
04-10-2008
|
|
|
|
Re: Vista Security center
"Captainswoosh" <Captainswoosh@discussions.microsoft.com> wrote:
> Ever since I installed Vista SP1, security center reports that my
> antivirus,
> AVG 7.5.519 is turned off.
> The antivirus program is fully functional and up to date.
> I am have to select self monitoring to negate the annoying pop up message.
> I have uninstalled AVG and reinstalled with no effect.
Try to fix the repository.
Method 1:
winmgmt /verifyrepository
If WMI repository is reported to be inconcistent, run the following command:
winmgmt /salvagerepository
Method 2 (forced rebuild):
net stop winmgmt /y
cd %windir%\system32\wbem\
ren repository repository.old
Then restart.
Charlie42
|