希望引起广泛关注,高手来呀!

来源:百度知道 编辑:UC知道 时间:2024/05/21 15:06:52
内存不能为written解决 或 内存不能为read
悬赏分:0 - 离投票结束还有 4 天 2 小时
用了三种方法,状况依旧呀!

关闭并停止 Windows Management Instrumentation 服务
删除 Winnt\\\\System32\\\\Wbem\\\\Repository 文件夹中的所有文件

"for %1 in (%windir%\system32\*.dll) do regsvr32 .exe/s %1 "
"for %1 in (%windir%\system32\*.ocx) do regsvr32 .exe/s %1 "

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellExecuteHooks 下,应该只有一个正常的键值"{AEB6717E-7E19-11d0-97EE-00C04FD91972}, 将其他的删除(默认键值当然不要删除)
问题补充:重装系统解决,太麻烦了,总有什么办法吧?应该是软件问题呀!!!

@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!

清下系统垃圾,再用NOD32杀下毒应该就能解决。。