How do I fix Windows Management Instrumentation service?
Repair the WMI control doing following steps:
- Stop all DocuWare Services.
- Open a command prompt Start > run > cmd.
- Stop the service “Windows Management Instrumentation”.
- Open Windows Explorer and navigate to the path C:\windows\system32\wbem and rename the folder “Repository” to e.g. “Repository_old”.
How do I fix a corrupt WMI file?
Answers
- Disable and stop the WMI service. sc config winmgmt start= disabled (note that there is a blank between ‘=’ and ‘disabled’)
- Rename the repository folder (located at %windir%\System32\wbem\repository) to repository. old.
- Re-enable the WMI service.
- Reboot the server to see if the problem remains.
How do I know if I have WMI corruption?
- Open an elevated command prompt.
- Verify the WMI repository is not corrupt by running the following command: winmgmt /verifyrepository. If the repository is not corrupted, a “WMI Repository is consistent” message will be returned. If you get something else, go to step 3.
- Run the following commands to repair WMI:
Is it safe to disable WMI?
The short answer is yes, it’s safe to disable the WMI Provider Host. However, it’s highly not recommended to do so. According to the service’s details, stopping Windows Management Instrumentation will cause most Windows-based software to not function properly.
Why does Windows Management Instrumentation ( WMI ) have problems?
A corrupt WMI repository can mess up things like the Symantec management agent and its ability to deploy software. If you check properties of “WMI Control” in Computer Management (under Services & Applications), and it shows problems, then the PC likely has a WMI issue.
What happens to the WMI repository if it is corrupted?
The WMI Repository “%windir%System32WbemRepository” is the database that stores meta-information and definitions for WMI classes; in some cases the repository also stores static class data as well. If the Repository becomes corrupted, then the WMI service will not be able to function correctly.
What happens if WMI service comes back alive?
Note The WMI Service has auto start setting, and if it comes back alive, you will not be able to replace the files. The service needs to be in a stopped state (if WMI service is alive at the time, repeat step: 2~3) 03/11/2014 11:53 AM .
What are the event IDs for Microsoft WMI?
Look for any of the following WMI event IDs: 28, 65, 5600, 5601, 5614. Any of these could indicate a WMI repository issue or core infrastructure problem.