- WMI functions are unacessible. For example, if you try to start "SQL Server Configuration Manager" (which uses WMI internally) it will fail to lauch with error. Other programs just won't start or freeze indefinetely;
- svchost.exe process which hosts "Windows Management Instrumentation" service (Winmgmt) will use 100% of single CPU core time;
- HDD led will glow constantly;
- If you wait for some time (some hours) all previous symptoms disapper and everything functions normally until next reboot.
- Load into "Safe mode";
- Kill svchost.exe in question via Task Manager, and then quickly;
- Delete "%systemroot%\System32\wbem\Repository" folder;
- Reboot.
After this procedure Windows will recreate this folder and symptoms described above will stop. I think this folder is some kind of cache, which becomes either corrupted (more likely) or very large and WMI service enters some kind of almost infinite loop on booting then processing this folder data. As an interesting fact "Repository" folder which I deleted on my system was 559Mb, while recreted folder is 22Mb which is 25 times difference.
No comments:
Post a Comment