@echo off
set ChromeDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data
del /q /s /f "%ChromeDir%"
rd /s /q "%ChromeDir%"
Msg * "資料已清除"
將以上檔案複製後,存成批次檔,或直接下載批次檔,執行即可。
set ChromeDir=C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data
del /q /s /f "%ChromeDir%"
rd /s /q "%ChromeDir%"
Msg * "資料已清除"
將以上檔案複製後,存成批次檔,或直接下載批次檔,執行即可。
沒有留言:
張貼留言