Windows XP wmi error

Joined
Feb 12, 2010
Messages
1
Reaction score
0
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.
 
Joined
Feb 16, 2010
Messages
1
Reaction score
0
Check and repair the WMI-Repository.
  1. 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"
    .
  2. 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows XP WMI error 0
Windows XP WMI help 0
Windows 7 Windows 7 Crashing 2
Windows Vista WMI damaged/error 0x80041003 15
WMI for wireless 1
fire fox stops working 5
Errors with WMI 1
File Download - Security Warning 5

Top