清理電腦的緩存垃圾和深度清理,包管電腦運行速度,請參閱:電腦運行慢若何斷根垃圾,鏈接地址:http://jingyan.baidu.com/article/09ea3ede3b3b96c0afde395d.html,可以一鍵清理,便利快捷
復制上篇經驗的代碼,放入記事本
 
 源代碼如下
@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.bat(復制這個名稱)
保留即可,雙擊運行。
 可是斷根垃圾
 按照提醒,點擊窗口,點擊鍵盤肆意鍵竣事,完當作清理。
 顛末深度清理,恢復電腦的運行速度
 輕松便利快捷,做當作bat后放置在桌面。每次都很速度,感謝,但愿有所幫忙。
新建記事本-打開放入代碼-保留封閉-重定名記事本-完當作-雙擊運行
 
 
 0 篇文章
如果覺得我的文章對您有用,請隨意打賞。你的支持將鼓勵我繼續創作!