Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Security Center reports multiple antivirus programs

Reply
Thread Tools Display Modes

Security Center reports multiple antivirus programs

 
 
Bruce Wilkinson
Guest
Posts: n/a

 
      03-12-2008
OS is Vista Ultimate. Previous antivirus was manually removed because
uninstall failed. Used Windows Install Clean Up to remove the program, then
deleted services from registry and restarted. After reboot, deleted folder,
then deleted remaining entries from registry and restarted again. Installed
new antivirus program.

Security Center now reports 2 a/v programs, neither on or updated. There are
no traces of the old one. The program folder is gone. It's also been removed
from the recycle bin. None of the processes or services visible in Task
Manager are from the old a/v program. There are no services for it listed in
services.msc.

The new a/v has services listed in services.msc. It also has processes and
services running in Task Manager. The agent is visible in the system tray.
It's console is startable and can run scans of the system. It's status is
listed as green.

How can I determine why Security Center thinks there are 2 a/v programs?

Bruce
 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      03-12-2008
Bruce Wilkinson wrote:

> OS is Vista Ultimate. Previous antivirus was manually removed because
> uninstall failed. Used Windows Install Clean Up to remove the program,
> then deleted services from registry and restarted. After reboot, deleted
> folder, then deleted remaining entries from registry and restarted again.
> Installed new antivirus program.
>
> Security Center now reports 2 a/v programs, neither on or updated. There
> are no traces of the old one. The program folder is gone. It's also been
> removed from the recycle bin. None of the processes or services visible in
> Task Manager are from the old a/v program. There are no services for it
> listed in services.msc.
>
> The new a/v has services listed in services.msc. It also has processes and
> services running in Task Manager. The agent is visible in the system tray.
> It's console is startable and can run scans of the system. It's status is
> listed as green.
>
> How can I determine why Security Center thinks there are 2 a/v programs?


I don't know how you determine why, but I know what usually fixes it:

Right-click Command Prompt and Run as Administrator. Type the following
command:

winmgmt /verifyrepository

If the system returns "WMI repository is not consistent", run this command:

winmgmt /salvagerepository

The first time you run this it will fail. It will issue stop commands to
the services causing it to fail. It might take a couple minutes for the
services to shut down. Run the command again. You actually may have to
run it 3 times before it finally runs and completes on its own. Reboot your
system.

If the above doesn't work or you get "WMI repository is consistent", do the
following from an elevated cmd prompt:

net stop winmgmt [enter]
cd /d %windir%\system32\wbem [enter]
ren repository repository.old [enter]
net start winmgmt [enter]

Malke
--
MS-MVP
Elephant Boy Computers
www.elephantboycomputers.com
Don't Panic!
 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      03-12-2008
Was the previous antivirus Norton or McAfee?

"Bruce Wilkinson" <> wrote in
message news:230BB3EC-1E10-4935-80F4-...
> OS is Vista Ultimate. Previous antivirus was manually removed because
> uninstall failed. Used Windows Install Clean Up to remove the program,
> then
> deleted services from registry and restarted. After reboot, deleted
> folder,
> then deleted remaining entries from registry and restarted again.
> Installed
> new antivirus program.
>
> Security Center now reports 2 a/v programs, neither on or updated. There
> are
> no traces of the old one. The program folder is gone. It's also been
> removed
> from the recycle bin. None of the processes or services visible in Task
> Manager are from the old a/v program. There are no services for it listed
> in
> services.msc.
>
> The new a/v has services listed in services.msc. It also has processes and
> services running in Task Manager. The agent is visible in the system tray.
> It's console is startable and can run scans of the system. It's status is
> listed as green.
>
> How can I determine why Security Center thinks there are 2 a/v programs?
>
> Bruce


 
Reply With Quote
 
Bruce Wilkinson
Guest
Posts: n/a

 
      03-12-2008
Neither, it was Panda Antivirus 2007.

Bruce

"Bob" wrote:

> Was the previous antivirus Norton or McAfee?
>
> "Bruce Wilkinson" <> wrote in
> message news:230BB3EC-1E10-4935-80F4-...
> > OS is Vista Ultimate. Previous antivirus was manually removed because
> > uninstall failed. Used Windows Install Clean Up to remove the program,
> > then
> > deleted services from registry and restarted. After reboot, deleted
> > folder,
> > then deleted remaining entries from registry and restarted again.
> > Installed
> > new antivirus program.
> >
> > Security Center now reports 2 a/v programs, neither on or updated. There
> > are
> > no traces of the old one. The program folder is gone. It's also been
> > removed
> > from the recycle bin. None of the processes or services visible in Task
> > Manager are from the old a/v program. There are no services for it listed
> > in
> > services.msc.
> >
> > The new a/v has services listed in services.msc. It also has processes and
> > services running in Task Manager. The agent is visible in the system tray.
> > It's console is startable and can run scans of the system. It's status is
> > listed as green.
> >
> > How can I determine why Security Center thinks there are 2 a/v programs?
> >
> > Bruce

>
>

 
Reply With Quote
 
Bruce Wilkinson
Guest
Posts: n/a

 
      03-12-2008
Malke:

That seems to have solved the problem. Now only 1 a/v program is registered.

Thanks,
Bruce

"Malke" wrote:

> Bruce Wilkinson wrote:
>
> > OS is Vista Ultimate. Previous antivirus was manually removed because
> > uninstall failed. Used Windows Install Clean Up to remove the program,
> > then deleted services from registry and restarted. After reboot, deleted
> > folder, then deleted remaining entries from registry and restarted again.
> > Installed new antivirus program.
> >
> > Security Center now reports 2 a/v programs, neither on or updated. There
> > are no traces of the old one. The program folder is gone. It's also been
> > removed from the recycle bin. None of the processes or services visible in
> > Task Manager are from the old a/v program. There are no services for it
> > listed in services.msc.
> >
> > The new a/v has services listed in services.msc. It also has processes and
> > services running in Task Manager. The agent is visible in the system tray.
> > It's console is startable and can run scans of the system. It's status is
> > listed as green.
> >
> > How can I determine why Security Center thinks there are 2 a/v programs?

>
> I don't know how you determine why, but I know what usually fixes it:
>
> Right-click Command Prompt and Run as Administrator. Type the following
> command:
>
> winmgmt /verifyrepository
>
> If the system returns "WMI repository is not consistent", run this command:
>
> winmgmt /salvagerepository
>
> The first time you run this it will fail. It will issue stop commands to
> the services causing it to fail. It might take a couple minutes for the
> services to shut down. Run the command again. You actually may have to
> run it 3 times before it finally runs and completes on its own. Reboot your
> system.
>
> If the above doesn't work or you get "WMI repository is consistent", do the
> following from an elevated cmd prompt:
>
> net stop winmgmt [enter]
> cd /d %windir%\system32\wbem [enter]
> ren repository repository.old [enter]
> net start winmgmt [enter]
>
> Malke
> --
> MS-MVP
> Elephant Boy Computers
> www.elephantboycomputers.com
> Don't Panic!
>

 
Reply With Quote
 
Chris Game
Guest
Posts: n/a

 
      03-12-2008
On Tue, 11 Mar 2008 19:17:18 -0700, Malke wrote:

> Right-click Command Prompt and Run as Administrator. Type the
> following command:
>
> winmgmt /verifyrepository


Where is this stuff documented?

--
Chris Game

"A facility for quotation covers the absence of original thought."
-- Dorothy Leigh Sayers
 
Reply With Quote
 
Ramesh, MS-MVP
Guest
Posts: n/a

 
      03-12-2008
winmgmt (Windows):
http://msdn2.microsoft.com/en-us/lib...25(VS.85).aspx

And a KB released here:

Windows Vista Security Center does not detect that Windows Live OneCare is installed and active:
http://support.microsoft.com/kb/944175


The /salvagerepository verifies the WMI repository and repairs it only if it's INCONSISTENT. So you don't have to verify it by running the "Winmgmt /Verifyrepository" command.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Chris Game" <> wrote in message news:edoybc8phhla$....
On Tue, 11 Mar 2008 19:17:18 -0700, Malke wrote:

> Right-click Command Prompt and Run as Administrator. Type the
> following command:
>
> winmgmt /verifyrepository


Where is this stuff documented?

--
Chris Game

"A facility for quotation covers the absence of original thought."
-- Dorothy Leigh Sayers
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Security Center reports Windows firewall and Norton Antivirus both turned on sealink Windows Vista Security 10 11-05-2007 11:17 PM
Vista *thinks* multiple antivirus programs are installed. Why? Refresher Windows Vista Security 16 10-03-2007 12:33 AM
Security Center suddenly reports no antivirus or firewall Amanda Windows Vista Security 7 09-16-2007 03:12 PM
Security Centre wrongly reports dual antivirus programs Spirefm Windows Vista Security 6 10-21-2006 04:59 PM
Security Centre wrongly reports dual antivirus programs Spirefm Windows Vista Security 0 09-03-2006 04:57 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59