2017年3月20日 星期一

批次檔刪除 chrome 暫存資料

@echo off

set ChromeDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data

del /q /s /f "%ChromeDir%"

rd /s /q "%ChromeDir%"

Msg * "資料已清除"

將以上檔案複製後,存成批次檔,或直接下載批次檔,執行即可。

沒有留言:

熱門文章