环球汽车7月消息小杨来为大家解答以上问题,清理系统缓存垃圾文件(如何清理系统垃圾文件)很多人还不知道,现在让我们一起来看看吧!
(相关资料图)
第一步:批处理清理垃圾(一键清理系统垃圾文件)
新建一个记事本,在里面粘贴以下内容
@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里面的内容即可。
本文到此结束,希望对大家有所帮助。
标签: