一键清理系统垃圾bat?
清理电脑的缓存垃圾和深度清理,保证电脑运行速度
1、鼠标右键单击,新建文本文档文章源自玩技e族-https://www.playezu.com/754367.html
文章源自玩技e族-https://www.playezu.com/754367.html
2,在文件中输入源代码文章源自玩技e族-https://www.playezu.com/754367.html
echo 正在清除系统垃圾文件,请稍等......文章源自玩技e族-https://www.playezu.com/754367.html
del /f /s /q %systemdrive%*.tmp文章源自玩技e族-https://www.playezu.com/754367.html
del /f /s /q %systemdrive%*._mp文章源自玩技e族-https://www.playezu.com/754367.html
del /f /s /q %systemdrive%*.log文章源自玩技e族-https://www.playezu.com/754367.html
del /f /s /q %systemdrive%*.gid文章源自玩技e族-https://www.playezu.com/754367.html
del /f /s /q %systemdrive%*.chk文章源自玩技e族-https://www.playezu.com/754367.html
del /f /s /q %systemdrive%*.old文章源自玩技e族-https://www.playezu.com/754367.html
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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系统LJ完成!
echo. & pause
3,然后点击文件,选择另存为,将文件另存为“ Windows10一键垃圾清理.bat”,放置在任意位置
4、双击文件便开始自动垃圾清理大约要几分钟时间即可。
电脑一键清理系统垃圾的代码是什么啊?怎么弄?
。在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!
双击它就能很快地清理垃圾文件,大约一分钟不到。
以上是问答百科为你整理的2条关于一键清理垃圾bat的问题「一键清理系统垃圾bat?」希望对你有帮助!更多相关一键清理垃圾bat有用吗的内容请站内查找。