A anipallekattu Joined Feb 12, 2010 Messages 1 Reaction score 0 Feb 12, 2010 #1 my computer is showing wmi error time and again what is the solution for this. Due to this I cant open internet explorer and I am continuing with fire fox mozilla.
my computer is showing wmi error time and again what is the solution for this. Due to this I cant open internet explorer and I am continuing with fire fox mozilla.
W whata Joined Feb 16, 2010 Messages 1 Reaction score 0 Feb 17, 2010 #2 Check and repair the WMI-Repository. Check: Open a DOS-Box, type at the command-prompt: C:\>wmic wmic:root\cli>cpu get /all Does an error message appear? If so, the wmi-database is corrupt. (%systemroot%\system32\wbem\repository\FS\...) Close the wmic with "exit" . Repair the wmi-database by deleting the folder. After that, Windows create the files again. Here are the commands (create a batch-file): sc config winmgmt start= disabled net stop winmgmt /yes c: cd %systemroot%\system32\wbem rd /s /q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll sc config winmgmt start= auto net start winmgmt
Check and repair the WMI-Repository. Check: Open a DOS-Box, type at the command-prompt: C:\>wmic wmic:root\cli>cpu get /all Does an error message appear? If so, the wmi-database is corrupt. (%systemroot%\system32\wbem\repository\FS\...) Close the wmic with "exit" . Repair the wmi-database by deleting the folder. After that, Windows create the files again. Here are the commands (create a batch-file): sc config winmgmt start= disabled net stop winmgmt /yes c: cd %systemroot%\system32\wbem rd /s /q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll sc config winmgmt start= auto net start winmgmt