瑞星卡卡安全论坛

首页 » 技术交流区 » 系统软件 » 运行慢
czy156 - 2007-2-11 13:16:00
我的程序最近运行的慢了,打开一个网站就用很长时间,还很卡,打开的网站多了更卡,请大虾帮忙
不可再生的缘 - 2007-2-11 13:44:00
第一看看进程那个程序占用了大量CPU,然后在用杀毒软件查杀一下。。。。。。。。。。。。。。。。。
复制以下的文字,粘贴到记事本中,然后另存为清除系统垃圾.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%\recent\*.*"
echo 清除系统垃圾文件完成!
echo. & pause
1
查看完整版本: 运行慢