Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
如果您懷疑系統WMI元件損毀,產生一些無法預期的現象,可以做以下的動作。
1.將以下的文字存成一個BAT檔。
net stop winmgmt
cd %windir%system32wbem
del Repository /s /q
for /f %%s in ('dir /b /s %windir%system32wbem*.dll') do regsvr32 /s %%s
net start winmgmt
2.點二下執行即可。