电脑出现内存不能 read 是什么原因

来源:百度知道 编辑:UC知道 时间:2024/09/27 07:17:28
我家的电脑经常出现内存不能raad的一个框框是什么原因啊,请帮忙

解决方案重启系统F8进入安全模式:
一、运行 输入cmd
回车在命令提示符下输入;
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
二、将以下命令存成一个yf.bat文件,双击执行;
@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 Se