步驟3、然後就會自動執行“磁碟清理”程式對當前所選磁碟進行清理工作。
步驟4、新建記事本,在記事本中輸入以下內容:@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 清除系統垃圾檔案完成! echo. & pause
步驟5、儲存後,將檔案改名為“清理電腦中的垃圾檔案.bat”,雙擊該檔案,如果無效直接在執行cmd中輸入此段內容即可
6、最後雙擊執行該檔案,就可以執行清除系統垃圾的工作啦。
什麼是cmd命令現在用的Windows系統,都是離不開DOS命令的操作。
學習DOS系統操作,首先了解命令提示符。
所學DOS系統操作,cmd命令提示符是不可或缺的。
步驟3、然後就會自動執行“磁碟清理”程式對當前所選磁碟進行清理工作。
步驟4、新建記事本,在記事本中輸入以下內容:@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 清除系統垃圾檔案完成! echo. & pause
步驟5、儲存後,將檔案改名為“清理電腦中的垃圾檔案.bat”,雙擊該檔案,如果無效直接在執行cmd中輸入此段內容即可
6、最後雙擊執行該檔案,就可以執行清除系統垃圾的工作啦。
什麼是cmd命令現在用的Windows系統,都是離不開DOS命令的操作。
學習DOS系統操作,首先了解命令提示符。
所學DOS系統操作,cmd命令提示符是不可或缺的。