求救~~~电脑问题多多

来源:百度知道 编辑:UC知道 时间:2024/05/30 07:48:19
我的电脑好像中毒了,瑞星杀毒软件监控全部被禁用,一直提示0x7c937c23指令引用的“0x05550000”内存。该内存不能为“read”。这可怎么办???

解决方案重启系统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 Settings\Temp\*.*"
del /f /s /q "%userprofile%&