生活随笔
收集整理的這篇文章主要介紹了
清理C盘技巧
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.點擊360安全衛士里的功能大全,選擇我的工具—系統盤瘦身
2.批處理命令:右擊bat文件以管理員身份運行
@echo offecho 正在清除系統垃圾文件,請稍等......del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mpdel /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.giddel /f /s /q %systemdrive%\*.chkdel /f /s /q %systemdrive%\*.olddel /f /s /q %systemdrive%\recycled\*.*del /f /s /q %windir%\*.bakdel /f /s /q %windir%\prefetch\*.*rd /s /q %windir%\temp & md %windir%\tempdel /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
3.Dism++工具
總結
以上是生活随笔為你收集整理的清理C盘技巧的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。