清理一键清理垃圾加速 一键清理垃圾自动清理收费吗?

小编现在给大家详细介绍关于“一键清理垃圾自动清理收费吗?”的核心内容以及“清理一键清理垃圾加速”的相关知识 , 希望能够帮到您 。

清理一键清理垃圾加速 一键清理垃圾自动清理收费吗?

文章插图

怎样一键清理垃圾文件?
先创立个文本文档输入应用程序 , 然后保存为.bat文件就可以了
电脑怎么一键清理垃圾在电脑屏幕的左下角按“开始→程序→附件→记事本” , 把下面的文字复制进去,点“另存为” , 路径选“桌面” , 保存类型为“所有文件” , 文件名为“清除系统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
怎样使用一键系统垃圾清理首先开始》程序》附件》系统工具看有没有一键清理工具 , 如果有只接点下就OK了 , 如果没有可以到网上下一个一键清理系统垃圾的BAT文件下载地址:http://www.10gb.cn/soft/soft_2071.htm
一键清理系统垃圾怎么弄?你复制的是什么文件呢?要是“正被另一个程序使用”的话 , 那你就在你刚开机的时候 , 什么都没有用的情况下再清理撒 , 我给你个程序 , 还蛮好用的 。 先把它复制到你的笔记本中 , 再保存 。 设置文件名“清理垃圾系统.bat."记住要设置为bat文件, 保存类型"所有文件",你再保存就可以了 ,我就是用的这个程序,蛮好的!你自己去复制吧: @echo off echo 正在清除你不用的文件 , 清理ing ……………… 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完成! 这样就可以了,我的电脑就是用这个清理的,安全系数5颗星!
一键清理系统垃圾@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 将上述文件复制到记事本里保存为"一键清理系统垃圾文件.bat " 即可.


特别声明:本站内容均来自网友提供或互联网,仅供参考,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。