Page 3 of 3

Posted: Fri Nov 30, 2012 3:39 am
by iPPCs
pkk wrote:QUOTE (pkk @ Nov 29 2012, 06:17 AM) Please make sure "Windows Management Instructions" (WMI) service is running.
pkk, exceptional help!

Problem is with WMI Repository. Is completely empty even with reinstall of .NET 3.5 with SP1. As a matter of fact, Repository directory does not exist at all and .NET tools remain unregistered. Odd.

Ran several online and in-system AV's, Maleware... etc... proggies to determine possible rootkit issues. None detected. Nod32, etc... Etc....

Interesting. Possibly requires full reinstall of Windowz. Uggg.

*exhausted* Give'n up for the next month. Have exams. =)

Posted: Wed Dec 05, 2012 3:58 pm
by ImmortalZ
Copy/paste this inside a text file and save it with the extension .BAT.

Code: Select all

net stop winmgmt
c:
cd %systemroot%\system32\wbem
rd /S /Q repository
 

regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
 

mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s
echo DONE reboot
pause
Run the batch file from a command prompt or double click on it.

And finally, install this hotfix from Microsoft in case you haven't already.

If this doesn't fix the problem, you're looking at a Repair/Reinstall. Sorry. :(