Big said:
I just got a new machine with ultimate installed. I deleted the Mcaffee AV
program (included with machine) and installed AVAST!
Mcaffeei s no longer on the HD or running any processes, but Security center
still thinks that it is "ON." Security Center does acknowledge that AVAST is
installed and running. I have done several reboots but this is still
happening.
I'm wondering why Security Center won't update the virus program it is
using...Or how to show it what to do?
By the way, didn't have this problem in XP SP2 when I switched from Norton
to AntiVir...
This trick for fixing that issue in XP apparently works in Vista, too.
In Vista you probably need to run elevated. There are two ways of doing
the same thing - the first way is using the gui and the second way is
from the command line. Your choice. Set a System Restore point first.
Method A
Start>Run>services.msc [enter]
Scroll down to Windows Management Instrumentation and double-click it.
Now click on the "Pause" button. Leave that window open and double-click
My Computer. Navigate to %systemroot%\Windows\System32\wbem (where
%systemroot% is the drive where XP is installed). Delete the Repository
folder and *only* the Repository folder. Now go back to the WMI service
window you left open and restart the service.
This will rebuild the Repository and hopefully straighten out the
incorrect entries for all your duplicates.
In order to see the Windows files, you may need to unhide them:
Make sure you are able to see all hidden files and extensions (View tab
in Folder Options).
a. Check "Display the contents of system folders".
b. Check "Show hidden files and folders".
c. Uncheck "Hide protected operating system files" and click "OK" to the
dialog box.
Method B from MVP Torgeir Bakken (more elegant)
Open a command window (Start/Run --> cmd.exe) and run the following
commands:
net stop winmgmt
cd /d %windir%\system32\wbem
ren repository repository.old
net start winmgmt
(or alternatively delete it using the command "rd /s repository" instead
of the ren command)
It may take a minute or so to complete while WMI rebuilds the database.
Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User