"Rosie" <Rosie@xxxxxx> wrote:
Quote:
> I have the same problem, Each time I start my computer windows
> security center reports that it did not find my anti virus. I have
> MacAfee which was bought with the computer and I do not want to
> buy another antivirus. Especially as MacAfee is listed as one of the
> partners? Any ideas?
Scan your WMI repository for inconsistencies, and correct them:
Open up a command prompt as administrator (Accessories menu > right-click >
Run as Admin). At the prompt, type:
winmgmt /salvagerepository
Alternatively, you can force a rebuild of the repository. At the command
prompt, type:
net stop winmgmt /y
cd %windir%\system32\wbem\
ren repository repository.old
Then reboot.
Charlie42