快速修复内存不能READ:
sc stop winmgmt
del /f /s /q %windir%\system32\wbem\Repository\*.*
rd /s /q %windir%\system32\wbem\Repository\FS
sc start winmgmt
全面修复内存不能READ:
sc stop winmgmt
del /f /s /q %windir%\system32\wbem\Repository\*.*
rd /s /q %windir%\system32\wbem\Repository\FS
sc start winmgmt
for %%1 in (%systemroot%\system32\*.dll) do regsvr32 /s %%1
for %%1 in (%systemroot%\system32\*.ocx) do regsvr32 /s %%1

227

被折叠的 条评论
为什么被折叠?



