Jump to content

qazw125825

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by qazw125825

  1. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.