Problem with windows Security and Windows Defender

  • Thread starter Thread starter kngcrbr
  • Start date Start date
K

kngcrbr

Windows Security Center say that there is no Malware Detection software
installed. This includes Windows Defender and AVG. Windows Security
Center say that Windows Defender needs to be turned on ( to turn on
click here ) When I click turn on, it starts searching for Defender
Updates... Then says there are no Updates for WD and goes back to saying
that Windows Defender needs to be turned on.
Windows Security Center also says there is no Anti-Virus. But AVG is
installed and completely up to date also.

This all started occuring a few days ago... maybe 7 days ago.
Uninstall/ Reinstall of AVG causes no change, checking for updates for
Windows Defender thru Windows Update does not fix any problems either.

I previously have found of someone who discribed system restore and
then installing the updates to office 2007 sp1, etc, afterward. This is
unacceptable. It is quite obvious that this has something to do with
registry of the Windows Security Center. If someone knows how to fix
this problem with a simple registry edit, I would truely appreciate the
help.

Thanks,
King Crabber


--
kngcrbr
 
"kngcrbr" <kngcrbr.32mzu1@no-mx.forums.net> wrote:

> Windows Security Center say that there is no Malware Detection software
> installed. This includes Windows Defender and AVG. Windows Security
> Center say that Windows Defender needs to be turned on ( to turn on
> click here ) When I click turn on, it starts searching for Defender
> Updates... Then says there are no Updates for WD and goes back to saying
> that Windows Defender needs to be turned on.
> Windows Security Center also says there is no Anti-Virus. But AVG is
> installed and completely up to date also.
>
> This all started occuring a few days ago... maybe 7 days ago.
> Uninstall/ Reinstall of AVG causes no change, checking for updates for
> Windows Defender thru Windows Update does not fix any problems either.
>
> I previously have found of someone who discribed system restore and
> then installing the updates to office 2007 sp1, etc, afterward. This is
> unacceptable. It is quite obvious that this has something to do with
> registry of the Windows Security Center. If someone knows how to fix
> this problem with a simple registry edit, I would truely appreciate the
> help.


There are two general approaches that may fix your problem. All of the
commands are typed in manually at the command prompt (type "cmd" and ENTER
in your start menu). Run as administrator.

Method 1:
winmgmt /verifyrepository
If WMI repository is reported to be inconcistent, run the following command:
winmgmt /salvagerepository

Method 2:
net stop winmgmt /y
ren %windir%\system32\wbem\repository
%windir%\system32\wbem\repository.old
Then restart.

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

> ren %windir%\system32\wbem\repository
> %windir%\system32\wbem\repository.old


That last command should be typed in one line, with a space between the
paths.

Charlie42
 
Hey thank you very much for the knowlegable reply. I will try this out
and get back with you ASAP as to how it went.

Thanks again,
kngcrbr


--
kngcrbr
 
Back
Top