Jump to content

please help me


qazw125825

Recommended Posts

Please try the following steps after opening CMD as administrator:
 
1. Disable and stop the WMI service.
     sc config winmgmt start= disabled
     net stop winmgmt
 
2. Run the following commands.
     Winmgmt /salvagerepository %windir%\System32\wbem
     Winmgmt /resetrepository %windir%\System32\wbem
 
4. Re-enable the WMI service and then reboot the PC to see how it goes.
     sc config winmgmt start= auto
 
If the problem remains, then try the following steps to rebuild the repository:
 
1. Disable and stop the WMI service.
     sc config winmgmt start= disabled     (note that there is a blank between '=' and 'disabled')
     net stop winmgmt
 
2. Rename the repository folder (located at %windir%\System32\wbem\repository) to repository.old.
 
3. Re-enable the WMI service.
     sc config winmgmt start= auto
 
4. Reboot the PC to see if the problem remains.

Link to comment
Share on other sites

17 hours ago, ???????? said:

Please try the following steps after opening CMD as administrator:
 
1. Disable and stop the WMI service.
     sc config winmgmt start= disabled
     net stop winmgmt
 
2. Run the following commands.
     Winmgmt /salvagerepository %windir%\System32\wbem
     Winmgmt /resetrepository %windir%\System32\wbem
 
4. Re-enable the WMI service and then reboot the PC to see how it goes.
     sc config winmgmt start= auto
 
If the problem remains, then try the following steps to rebuild the repository:
 
1. Disable and stop the WMI service.
     sc config winmgmt start= disabled     (note that there is a blank between '=' and 'disabled')
     net stop winmgmt
 
2. Rename the repository folder (located at %windir%\System32\wbem\repository) to repository.old.
 
3. Re-enable the WMI service.
     sc config winmgmt start= auto
 
4. Reboot the PC to see if the problem remains.

Thank you. The problem is solved

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.