Win7電腦清理垃圾的運行命令代碼是什么?
如何清理Win7計算機上的垃圾?您可以通過使用第三方工具手動清理它,或使用運行命令代碼清理win7中的垃圾來解決此問題。那么執行命令代碼是什么? win7電腦快速刪除win7系統垃圾,可以通過運行命令清除文件垃圾。接下來小編我將介紹win7計算機可以清除垃圾的可執行命令的代碼。
操作步驟:
1、首先使用快捷鍵“win+R”打開運行窗口;
2、輸入命令“cleanmgr”,回車確定打開清理窗口;
3、選擇想要掃描清理的磁盤,單擊“確定”即可運行;
4、等待掃描完成;
5、彈出窗口中選擇你想要清理的文件,單擊下方“清理系統文件”即可清理完成;
6、右鍵桌面鼠標滑動到“新建”,單擊選擇“文本文檔”;
7、打開記事本文本文檔,粘貼以下命令,單擊左上角“文件”,選擇另存為,并修改名字為“一鍵清理.bat”:
@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 SettingsTemporary Internet Files*.*”
del /f /s /q “%userprofile%Local SettingsTemp*.*”
del /f /s /q “%userprofile%recent*.*”
echo 清除系統LJ完成!
echo. & pause
8、雙擊運行win7桌面上的“一鍵清理.bat”,等待其清理垃圾文件完成即可。
以上就是小編帶來的win7電腦清理垃圾的運行命令代碼是什么的全部內容,希望可以提供幫助。
相關文章:
1. Win11安裝助手在哪 Win11安裝助手怎么下載(附使用教程)2. Win11桌面沒有圖標怎么解決?Win11桌面沒有圖標解決教程3. winsat.exe怎么關閉? winsat.exe進程的關閉教程4. Win10任務欄沒有輸入法圖標怎么辦?5. 怎么在Windows 11中為音頻輸出選擇揚聲器?6. uos怎么格式化硬盤? UOS磁盤分區格式化的技巧7. vm虛擬機怎么安裝Win11系統?Win11系統安裝到vm虛擬機詳細圖文教程8. 在FreeBSD上搭建Mac的文件及time machine備份服務9. 快速清理Windows垃圾和注冊表的方法10. Win11如何進行優化?Win11優化性能教程
