Vista *thinks* multiple antivirus programs are installed. Why?

Posted: 07-31-2007, 11:20 PM
Hello,

In my Windows Security Center I see the following messages:

"Multiple antivirus programs report that they are turned on and up to date"
"Windows Defender and Kaspersky Anti-Virus both report that they are turned
on"

However, I only have one installed now (AVG). I did have Kaspersky
installed, but I uninstalled it. Windows Security still thinks it is
installed. I even went through the registry and got rid of all Kaspersky
entries, and deleted all directories.

How do I "refresh" Windows Security Center to make it know only AVG is
installed?

Thanks.
Reply With Quote

Responses to "Vista *thinks* multiple antivirus programs are installed. Why?"

JerryM
Guest
Posts: n/a
 
Re: Vista *thinks* multiple antivirus programs are installed. Why?
Posted: 08-01-2007, 03:21 AM
Did you reboot after you deleted Kapersky?

--
Jerry

One thing money can't buy,
The Wagging Tail of a Dog.

"Refresher" <Refresher@discussions.microsoft.com> wrote in message
news:566B1B25-DA4D-4016-84DC-5A661E472D0A@microsoft.com...
> Hello,
>
> In my Windows Security Center I see the following messages:
>
> "Multiple antivirus programs report that they are turned on and up to
> date"
> "Windows Defender and Kaspersky Anti-Virus both report that they are
> turned
> on"
>
> However, I only have one installed now (AVG). I did have Kaspersky
> installed, but I uninstalled it. Windows Security still thinks it is
> installed. I even went through the registry and got rid of all Kaspersky
> entries, and deleted all directories.
>
> How do I "refresh" Windows Security Center to make it know only AVG is
> installed?
>
> Thanks.
Reply With Quote
David
Guest
Posts: n/a
 
Re: Vista *thinks* multiple antivirus programs are installed. Why?
Posted: 08-01-2007, 03:43 AM
JerryM wrote:
> Did you reboot after you deleted Kapersky?
>
That's not the issue. There is a known issue with Vista's Security
Center keeping any antivirus or spyware programs hanging around long
after they are removed from the system. Cleaning out the registry with
a fine toothed comb has no effect. I hope to see this issue address
with an update to Vista in the near future.

Although I no longer have AVG or Spybot on my Vista machine, Security
Center refuses to believe they have been zapped off the system. sigh.

Dave
Reply With Quote
dean-dean
Guest
Posts: n/a
 
Re: Vista *thinks* multiple antivirus programs are installed. Why?
Posted: 08-01-2007, 03:58 AM
You could try this:

Right-click Command Prompt (in Start Menu\Programs\Accessories) and choose
Run as
Administrator. Type (or Copy and Paste) the following command:

winmgmt /verifyrepository

If the system returns "WMI repository is not consistent", type 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, saying, "A stop control has been sent to a
service that other running services are dependent on"). It might take a
couple minutes for the services to shut down. Run the last command again.
You actually may have to run it 3 times before it finally runs and completes
on its own.

"David" <david@invalid.com> wrote in message
news:_vGdnZfNA87CbjLbnZ2dnUVZ_h2pnZ2d@comcast.com. ..
> JerryM wrote:
>> Did you reboot after you deleted Kapersky?
>>
> That's not the issue. There is a known issue with Vista's Security Center
> keeping any antivirus or spyware programs hanging around long after they
> are removed from the system. Cleaning out the registry with a fine
> toothed comb has no effect. I hope to see this issue address with an
> update to Vista in the near future.
>
> Although I no longer have AVG or Spybot on my Vista machine, Security
> Center refuses to believe they have been zapped off the system. sigh.
>
> Dave
Reply With Quote
Refresher
Guest
Posts: n/a
 
Re: Vista *thinks* multiple antivirus programs are installed. Why?
Posted: 08-01-2007, 12:56 PM
Thanks for the reply.

When I ran winmgmt/verifyrepository, I got

WMI repository is consistent

"dean-dean" wrote:
> You could try this:
>
> Right-click Command Prompt (in Start Menu\Programs\Accessories) and choose
> Run as
> Administrator. Type (or Copy and Paste) the following command:
>
> winmgmt /verifyrepository
>
> If the system returns "WMI repository is not consistent", type 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, saying, "A stop control has been sent to a
> service that other running services are dependent on"). It might take a
> couple minutes for the services to shut down. Run the last command again.
> You actually may have to run it 3 times before it finally runs and completes
> on its own.
>
> "David" <david@invalid.com> wrote in message
> news:_vGdnZfNA87CbjLbnZ2dnUVZ_h2pnZ2d@comcast.com. ..
> > JerryM wrote:
> >> Did you reboot after you deleted Kapersky?
> >>
> > That's not the issue. There is a known issue with Vista's Security Center
> > keeping any antivirus or spyware programs hanging around long after they
> > are removed from the system. Cleaning out the registry with a fine
> > toothed comb has no effect. I hope to see this issue address with an
> > update to Vista in the near future.
> >
> > Although I no longer have AVG or Spybot on my Vista machine, Security
> > Center refuses to believe they have been zapped off the system. sigh.
> >
> > Dave
>
>
Reply With Quote
dean-dean
Guest
Posts: n/a
 
Re: Vista *thinks* multiple antivirus programs are installed. Why?
Posted: 08-01-2007, 03:44 PM
Well, you could try the sledgehammer approach:

Right-click Command Prompt and Run as Administrator. Type (or Copy and
Paste) the following commands, pressing Enter after each one:

net stop winmgmt
cd %windir%\system32\wbem
ren repository repository.old
net start winmgmt

This will rebuild the Repository.

Make sure the following Services are set to Automatic (the default), in
Computer Management:

Base Filtering Engine
Windows Firewall
Remote Procedure Call (RPC)
DCOM Server Process Launcher

In Windows Update, make sure KB935807 is installed.

"Refresher" <Refresher@discussions.microsoft.com> wrote in message
news:6F84DAB6-8B3D-4B46-8EBD-A1C8F13EB6F5@microsoft.com...
> Thanks for the reply.
>
> When I ran winmgmt/verifyrepository, I got
>
> WMI repository is consistent
>
> "dean-dean" wrote:
>
>> You could try this:
>>
>> Right-click Command Prompt (in Start Menu\Programs\Accessories) and
>> choose
>> Run as
>> Administrator. Type (or Copy and Paste) the following command:
>>
>> winmgmt /verifyrepository
>>
>> If the system returns "WMI repository is not consistent", type 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, saying, "A stop control has been sent to
>> a
>> service that other running services are dependent on"). It might take a
>> couple minutes for the services to shut down. Run the last command
>> again.
>> You actually may have to run it 3 times before it finally runs and
>> completes
>> on its own.
>>
>> "David" <david@invalid.com> wrote in message
>> news:_vGdnZfNA87CbjLbnZ2dnUVZ_h2pnZ2d@comcast.com. ..
>> > JerryM wrote:
>> >> Did you reboot after you deleted Kapersky?
>> >>
>> > That's not the issue. There is a known issue with Vista's Security
>> > Center
>> > keeping any antivirus or spyware programs hanging around long after
>> > they
>> > are removed from the system. Cleaning out the registry with a fine
>> > toothed comb has no effect. I hope to see this issue address with an
>> > update to Vista in the near future.
>> >
>> > Although I no longer have AVG or Spybot on my Vista machine, Security
>> > Center refuses to believe they have been zapped off the system. sigh.
>> >
>> > Dave
>>
>>
Reply With Quote
GTS
Guest
Posts: n/a
 
Re: Vista *thinks* multiple antivirus programs are installed. Why?
Posted: 08-01-2007, 03:40 PM
See
http://forums.microsoft.com/WindowsO...25272&SiteID=2
for several methods of repairing this problem. I prefer this one -

Open an elevated command prompt and run the following commands:

net stop winmgmt
cd /d %windir%\system32\wbem
ren repository repository.old
(or delete it using the command "rd /s repository" instead of the
ren command)
net start winmgmt

It may take a minute or so to complete while WMI rebuilds the database.

--

"Refresher" <Refresher@discussions.microsoft.com> wrote in message
news:566B1B25-DA4D-4016-84DC-5A661E472D0A@microsoft.com...
> Hello,
>
> In my Windows Security Center I see the following messages:
>
> "Multiple antivirus programs report that they are turned on and up to
> date"
> "Windows Defender and Kaspersky Anti-Virus both report that they are
> turned
> on"
>
> However, I only have one installed now (AVG). I did have Kaspersky
> installed, but I uninstalled it. Windows Security still thinks it is
> installed. I even went through the registry and got rid of all Kaspersky
> entries, and deleted all directories.
>
> How do I "refresh" Windows Security Center to make it know only AVG is
> installed?
>
> Thanks.
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Plz help me.. Vista is arguing with Spyware and Antivirus programs Jeanne C. B. Windows Vista Security 3 07-22-2007 01:07 AM
RC1 thinks Nero is installed won't continue upgrade. Michelle Windows Vista Install & Setup 4 10-03-2006 03:21 AM
Programs installed on XP in Vista Reza Ghoorhanian Windows Vista 4 06-15-2006 09:31 PM
Remote Assistant thinks MSN is NOT installed Jowelboy Windows XP Work Remotely 1 07-15-2004 02:06 AM
hiding installed programs from multiple users on same computer Rob Customize Windows XP 2 09-11-2003 12:13 AM