xp系统清理垃圾文件

我是新手刚刚接触电脑清理垃圾文件有没有一键或想qq一样好上手的啊

在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!
双击它就能很快地清理垃圾文件,大约一分钟不到。

@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完成!
echo. & pause

以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了.
温馨提示:内容为网友见解,仅供参考
第1个回答  2010-02-08
安装一个360安全卫士吧,蛮好用的,里面就有一个功能是帮助清理电脑垃圾文件。而且也是非常好的杀毒软件
第2个回答  2014-06-06
电脑太卡,是因为电脑里的垃圾缓存,以及恶意插件等原因造成的卡顿~
推荐你使用腾讯电脑管家,他有清理垃圾功能,专业的智能筛选功能帮你把没用的垃圾缓存等划分开,让你一目了然,一键清理垃圾.还有清理插件功能,帮你智能的区分开哪些有用,哪些没有,也有介绍标注,可根据自己的电脑情况进行选择性的清理.

希望能够帮到你~
第3个回答  2010-02-08
其实一键清除系统垃圾文件很简单的 你可以尝试着自己写个

@echo off
pause
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. & pause

新建一个文本文档 把代码粘进去 然后把后缀改为bat 或cmd就可以了
第4个回答  推荐于2016-09-24

  方法:

  1、打开我的电脑。

  2、右击C盘--选择属性。

  3、点击打开后---点击清理磁盘。

  4、等待扫描结束后勾选结果进行清理即可。

相似回答