Re: Windows XP Security Center
- From: Sebastian G <seppi@xxxxxxxxx>
- Date: Fri, 20 Apr 2007 08:14:38 +0200
bagwash wrote:
Mention of dependency service prompts me to clock on the Dependencies tab, which produces the Internal Error message "WBEM error features not available. Upgrade WMI to a new build".
If I was feeling a bit lost before, I'm now seriously adrift! Any further ideas please?
Seems like you managed to *** up your WMI database.
I don't remember which Microsoft Knowledge Base article it was, but the recommended actions can be summarized in the following batch script:
net stop winmgmt
rd /s /q %systemroot%\system32\wbem\Repository
rundll32.exe setupapi,InstallHinfSection WBEM 132 %windir%\inf\wbemoc.inf
net start winmgmt
for /r %%i in (%windir%\system32\wbem\*.dll) do regsvr32 /s "%%i"
for /r %%i in (%windir%\system32\wbem\*.exe) do "%%i" /regserver
winmgmt /clearadap
winmgmt /kill
winmgmt /unregserver
winmgmt /regserver
winmgmt /resyncperf
.
- Follow-Ups:
- Re: Windows XP Security Center
- From: bagwash
- Re: Windows XP Security Center
- References:
- Windows XP Security Center
- From: bagwash
- Re: Windows XP Security Center
- From: Zilbandy
- Re: Windows XP Security Center
- From: Sebastian G
- Re: Windows XP Security Center
- From: Zilbandy
- Re: Windows XP Security Center
- From: Sebastian G
- Re: Windows XP Security Center
- From: bagwash
- Windows XP Security Center
- Prev by Date: Re: Windows XP Security Center
- Next by Date: Re: Free Adobe Reader 8
- Previous by thread: Re: Windows XP Security Center
- Next by thread: Re: Windows XP Security Center
- Index(es):