Problems with ASGS & ACSS... EXE path not registered in Registry, etc.

User-to-user help and troubleshooting.
iPPCs
Posts: 10
Joined: Sat Nov 24, 2012 9:35 am

Post 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. =)
ImmortalZ
Posts: 5048
Joined: Mon Sep 08, 2003 7:00 am
Location: India
Contact:

Post 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. :(
Post Reply