首页 超级知识宝库如何清理系统垃圾,怎样清理电脑系统垃圾?

如何清理系统垃圾,怎样清理电脑系统垃圾?

发布于: 2013-05-14 03:56:44
字数: 1070
评论: 0
阅读: 10016

怎样清理电腦系统的垃圾,这是一个我们经常在做但做得不完全的事情,一些临时文件、日志文件、索引文件等等,如果我们不定时清理就会堆积在那里,我们知道在网上也有很多清理电腦的教程和软件,在这里帮大家总结概括了一下

xp系统下电腦系统垃圾清理

1.第一种:磁盘清理
打开我的电腦 - 点击系统盘右键 - 选择属性然后就会弹出磁盘清理对话框,点击磁盘清理,然后等待扫描完毕后选择要清理的文件,点击确定就会自动清理垃圾了。(磁盘清理时最好少开一些应用程度这样可以清理的更干净)
点击查看原图

点击查看原图

点击查看原图

2.第二种:批处理清理垃圾(一键清理系统垃圾文件)
新建一个记事本,在里面粘贴以下内容
@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

然后把记事本另存为清除垃圾.bat(可命名为其它的名字,但后缀不能变)的批处理文件然后找到这个文件 ,点击打开,就可以执行清除垃圾的命令啦。
点击查看原图

点击查看原图

点击查看原图

点击查看原图

发表评论
😁 😅 🤣 😂 🙂 😊 😇 😍 🤩 😙 😘 😋 😛 🤪 😝 🤔 😮‍💨 😎 🤓 😓 😱 😭 👽