Pages

Tuesday, December 10, 2013

wmi initialization failure

To resolve this error and recreate any missing or corrupt registry entries, perform the following steps:


  1. Start a command-line session. 
  2. Unregister any WMI service (also known as WinMgmt) performance libraries by typing winmgmt /clearadap 
  3. Stop all running copies of the WMI service by typing winmgmt /kill 
  4. Unregister the WMI service by typing winmgmt /unregserver 
  5. Register the WMI service by typing winmgmt /regserver 
  6. Register any WMI service performance libraries by typing winmgmt /resyncperf

No comments:

Post a Comment