第一步:批處理清理垃圾(一鍵清理系統垃圾文件)
新建一個記事本,在裡面粘貼以下内容
@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 =========================================
echo = # # # # # # =
echo = # # # # # # =
echo = # ## # #### ###### =
echo = # ## # # # # # =
echo = ## ## # # # # =
echo = # # # # # # =
echo =========================================
echo. & pause
然後把記事本另存為清除垃圾.bat(可命名為其它的名字,但後綴不能變)的批處理文件然後找到這個文件 ,點擊打開,就可以執行清除垃圾的命令啦。
第二步:删除電腦版微信的聊天垃圾文件
打開我的文檔,找到C:\Users\Administrator\Documents\WeChat Files\下面微信名稱的文件夾,删除Image和Video裡面的内容即可。
,更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!