Re: Windows XP Security Center



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
.


Quantcast