WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Security Center Reporting No Antu-Virus Software

 
Goto page Previous  1, 2, 3
   Home -> Vista -> Security RSS
Next:  windows security center  
Author Message
Choonster

External


Since: Aug 24, 2008
Posts: 1



(Msg. 9) Posted: Sun Aug 24, 2008 9:54 pm
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: microsoft>public>windows>vista>security (more info?)

I've got the same problem as Rosie, but your solution didn't work for me

"Charlie42" wrote:

> "Rosie" <Rosie.TakeThisOut@discussions.microsoft.com> wrote:
>
> > 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
>
>
Back to top
Login to vote
Charlie42

External


Since: Jul 25, 2007
Posts: 865



(Msg. 10) Posted: Sat Aug 30, 2008 9:10 am
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Choonster" <Choonster.RemoveThis@discussions.microsoft.com> wrote:

> I've got the same problem as Rosie, but your solution didn't work
> for me

Did you try to force a rebuild, rebooting afterwards?

If it does not work, I would suggest uninstalling McAfee, force the rebuild,
then reinstall the anti-virus.

Charlie42
Back to top
Login to vote
Charlie42

External


Since: Jul 25, 2007
Posts: 865



(Msg. 11) Posted: Sat Aug 30, 2008 10:26 am
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Charlie42" <Charlie42.RemoveThis@spam.me.not> wrote:

>> I've got the same problem as Rosie, but your solution didn't
>> work for me
>
> Did you try to force a rebuild, rebooting afterwards?
>
> If it does not work, I would suggest uninstalling McAfee, force
> the rebuild, then reinstall the anti-virus.

....and use McAfee's removal tool for the job. You should run it twice,
rebooting afterwards each time, in order to get completely rid of McAfee.

Charlie42
Back to top
Login to vote
Xiaobin

External


Since: Sep 16, 2008
Posts: 3



(Msg. 12) Posted: Tue Sep 16, 2008 11:17 am
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The method 1 says the repository is consistent.

It says "Access denied" when i tried Method 2.

I have almost the same problem. Vista Security Center would not recognize
McAfee Anti-Virus and McAfee Firewall after each reboot.

Thanks,

Xiaobin

"Charlie42" wrote:

> "JamesJ" <jjy.DeleteThis@darwin_roadrunner.com> wrote:
>
> >I just installed and-virus and firewall software but Vista Security Center
> > reports no anti-virus software installed. The anti-virus software reports
> > all is well.
>
> There are two general approaches that may fix your problem. All of the
> commands are typed in manually at a command prompt (Accessories menu). Run
> as administrator.
>
> Method 1:
> winmgmt /verifyrepository
>
> If WMI repository is reported to be inconcistent, run this command:
> winmgmt /salvagerepository
>
> Method 2 (force repository rebuild):
> net stop winmgmt /y
> cd %windir%\system32\wbem\
> ren repository repository.old
>
> Then restart
>
> > Also before installing this I turned off Windows Firewall but still
> > noticed
> > that Vista is reporting Windows Defender running and active.
> > I thought Defender is the firewall. I must be mistaken.
>
> Windows Defender is Vista's anti-spyware program, not a firewall. Keep it
> running, unless you experience any conflicts with your security suite (not
> likely).
>
> Charlie42
>
Back to top
Login to vote
Malke

External


Since: Feb 09, 2008
Posts: 2121



(Msg. 13) Posted: Tue Sep 16, 2008 11:34 am
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Xiaobin wrote:

> The method 1 says the repository is consistent.
>
> It says "Access denied" when i tried Method 2.
>
> I have almost the same problem. Vista Security Center would not recognize
> McAfee Anti-Virus and McAfee Firewall after each reboot.

You need to run cmd elevated. Start Orb>Search box>type: cmd
When cmd appears in the Results above, right-click it and choose "Run as
administrator". Provide authentication as required. At the command prompt,
type:

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 - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ
Back to top
Login to vote
Xiaobin

External


Since: Sep 16, 2008
Posts: 3



(Msg. 14) Posted: Tue Sep 16, 2008 3:15 pm
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I did right click and ran it as Administrator. I actually talked to a McAfee
support who gave me exactly the same commands you gave in your email. Upon
encountering the "Access Denied" message, he advised me to contact Microsoft
and see how i can rename that folder. That is why I turned to this forum for
help.

Thanks,

Xiaobin

"Malke" wrote:

> Xiaobin wrote:
>
> > The method 1 says the repository is consistent.
> >
> > It says "Access denied" when i tried Method 2.
> >
> > I have almost the same problem. Vista Security Center would not recognize
> > McAfee Anti-Virus and McAfee Firewall after each reboot.
>
> You need to run cmd elevated. Start Orb>Search box>type: cmd
> When cmd appears in the Results above, right-click it and choose "Run as
> administrator". Provide authentication as required. At the command prompt,
> type:
>
> 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 - Don't Panic!
> FAQ - http://www.elephantboycomputers.com/#FAQ
>
>
Back to top
Login to vote
Malke

External


Since: Feb 09, 2008
Posts: 2121



(Msg. 15) Posted: Wed Sep 17, 2008 4:40 am
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Xiaobin wrote:

> I did right click and ran it as Administrator. I actually talked to a
> McAfee support who gave me exactly the same commands you gave in your
> email. Upon encountering the "Access Denied" message, he advised me to
> contact Microsoft and see how i can rename that folder. That is why I
> turned to this forum for help.

I would uninstall McAfee and use something better. I recommend NOD32,
Kaspersky, or even Avast if you want a free antivirus. McAfee is garbage
and has had issues with Vista from Vista's beginning. If you insist on
using McAfee, uninstall it, then run McAfee's cleanup program, and then try
installing it again.

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ
Back to top
Login to vote
Xiaobin

External


Since: Sep 16, 2008
Posts: 3



(Msg. 16) Posted: Wed Sep 17, 2008 9:03 am
Post subject: Re: Security Center Reporting No Antu-Virus Software [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I actually already uninstalled/reinstalled McAfee at least 3 times with their
McAfee Removal Tool for cleanup. But it did not help. I am running out of
patience with McAfee and I may just get something else.

Thanks.

Xiaobin

"Malke" wrote:

> Xiaobin wrote:
>
> > I did right click and ran it as Administrator. I actually talked to a
> > McAfee support who gave me exactly the same commands you gave in your
> > email. Upon encountering the "Access Denied" message, he advised me to
> > contact Microsoft and see how i can rename that folder. That is why I
> > turned to this forum for help.
>
> I would uninstall McAfee and use something better. I recommend NOD32,
> Kaspersky, or even Avast if you want a free antivirus. McAfee is garbage
> and has had issues with Vista from Vista's beginning. If you insist on
> using McAfee, uninstall it, then run McAfee's cleanup program, and then try
> installing it again.
>
> Malke
> --
> MS-MVP
> Elephant Boy Computers - Don't Panic!
> FAQ - http://www.elephantboycomputers.com/#FAQ
>
>
Back to top
Login to vote
Display posts from previous:   
       Home -> Vista -> Security All times are: Eastern Time (US & Canada) (change)
Goto page Previous  1, 2, 3
Page 2 of 3

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
  Windows Vista
 Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET