很多人都懂一些简单的电脑系统问题的解决方案,但是系统垃圾清理bat的解决思路却鲜为人知,小编前几天就遇到了系统垃圾清理bat的问题,于是准备整理一些系统垃圾清理bat的解决思路,其实只需要按照 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% ecycled*.* del /f /s /q %windir%*.bak del /f /s /q %windir%prefetch*.* rd /s /q %windir% emp & md %windir% emp del /f /q %userprofile%cookies*.* del /f /q %userprofile% ecent*.* del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*" del /f /s /q "%userprofile%Local SettingsTemp*.*" del /f /s /q "%userprofile% ecent*.*" echo 清除系统LJ完成! echo. & pause 的步骤即可,大家一起来看看小编整理的关于系统垃圾清理bat的解决方法:
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% ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir% emp & md %windir% emp
del /f /q %userprofile%cookies*.*
del /f /q %userprofile% ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile% ecent*.*"
echo 清除系统LJ完成!
echo. & pause
3:记事本重命名:清除系统LJ.bat(复制这个名称)
保存即可,双击运行。
4:可是清除垃圾
5:根据提示,点击窗口,点击键盘任意键结束,完成清理。
6:经过深度清理,恢复电脑的运行速度
7:轻松方便快捷,做成bat后放置在桌面。每次都很速度,谢谢,希望有所帮助。
8:新建记事本-打开放入代码-保存关闭-重命名记事本-完成-双击运行