同事共享的乙個清除電腦垃圾的Bat檔案

2022-01-11 21:53:34 字數 884 閱讀 7447

@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

view code

新建乙個文字檔案,將上面的指令copy過去,將檔案另存為字尾為.bat的檔案,雙擊該檔案,然後。。。。

你就能看到你電腦的系統盤一般為c盤的未使用的空間刷刷刷的往上漲,然後你就可以偷著樂了。

30秒清除你電腦中的垃圾

要輕鬆流暢上網你是否注意到你的電腦系統磁碟的可用空間正在一天天在減少呢?沒錯!在windows安裝和使用過程中都會產生相當多的垃圾檔案,包括臨時檔案 如 tmp mp 日誌檔案 log 臨時幫助檔案 gid 磁碟檢查檔案 chk 臨時備份檔案 如 old bak 以及其他臨時檔案。特別是如果一段時間...

30秒清除你電腦中的垃圾

要輕鬆流暢上網你是否注意到你的電腦系統磁碟的可用空間正在 一天天在減少呢?沒錯!在windows安裝和使用過程中都會產生相當多的垃圾檔案,包括臨時檔案 如 tmp mp 日誌檔案 log 臨時幫助檔案 gid 磁碟檢查檔案 chk 臨時備份檔案 如 old bak 以及其他臨時檔案。特別是如果一 段...

多台電腦共享乙個鍵鼠

由於寫 時候需要檢視多個文件,而一台電腦明顯很不方便,於是想使用一組鍵鼠同時控制多台電腦。當然,如果你的電腦有vga介面,可以直接連線顯示器,來控制。但是我的是macbook air,沒有vga介面。如果要使用,需要購買usb轉vga的轉接線。上網一搜,果然有軟體,可以控制多台電腦的。如synerg...