[윈도우] WMI 복구하기
- 08-20
- 6,331 회
- 1 건
WMI 관련 오류시 CMD 에서 아래 명령어를 입력하시면 됩니다.
[code]
sc config winmgmt start= disabled
net stop winmgmt /y
winmgmt /salvagerepository %windir%\System32\wbem
winmgmt /resetrepository %windir%\System32\wbem
sc config winmgmt start= auto
net start winmgmt
[/code]
혹시 귀찮으신 분은 배치파일을 첨부하였으니, 압축 해제하신 후 오른쪽 마우스 클릭 후 관리자 권한으로 실행하시면 됩니다.
* 참고자료
https://techcommunity.microsoft.com/t5/ask-the-performance-team/wmi-rebuilding-the-wmi-repository/ba-p/373846
https://social.technet.microsoft.com/Forums/ie/en-US/39a33ad4-124a-47f8-aea0-5d3130920e84/client-installation-wmi-problem?forum=configmgrgeneral
http://blog.xenotech.net/2509
http://windowsbulletin.com/how-to-fix-wmi-error-0x8004100e/
- WMIRepair.zip (482byte)