1   1  /  1  页   跳转

机子反应慢怎么办?

机子反应慢怎么办?



用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
分享到:
gototop
 

回复:机子反应慢怎么办?

瑞星杀毒软件最新版本杀毒,卡卡上网安全助手清理

不要装用处少,占用资源的软件
不要整天抱怨生活,
生活根本就不会知道你是谁,
更别说它会听你的抱怨
gototop
 

回复:机子反应慢怎么办?

C盘空间最好2G以上,不要在C盘上装太多程序,用系统带的磁盘清理程序和碎片整理程序对C盘整理
gototop
 

回复:机子反应慢怎么办?

再就是看看有没有病毒,关闭所有程序,打开任务管理器,看CPU占用率是不是一直很高
gototop
 

回复:机子反应慢怎么办?

启动系统程序--记事本
输入以下代码:


@echo off
pause
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 清理系统垃圾完成!
echo. & pause

把当前记事本保存,地方随你便,文件名一键清理系统垃圾文件.bat

完成后双击打开这个文件并按提示操作
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT