第一步:批处理清理垃圾(一键清理系统垃圾文件)
新建一个记事本,在里面粘贴以下内容
@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 SettingsTemporary Internet Files*.*”
del /f /s /q “%userprofile%Local SettingsTemp*.*”
del /f /s /q “%userprofile%recent*.*”
echo 清除系统垃圾文件完成!
echo =========================================
echo = # # # # # # =
echo = # # # # # # =
echo = # ## # #### ###### =
echo = # ## # # # # # =
echo = ## ## # # # # =
echo = # # # # # # =
echo =========================================
echo. & pause
然后把记事本另存为清除垃圾.bat(可命名为其它的名字,但后缀不能变)的批处理文件然后找到这个文件 ,点击打开,就可以执行清除垃圾的命令啦。
第二步:删除电脑版微信的聊天垃圾文件
打开我的文档,找到C:UsersAdministratorDocumentsWeChat Files下面微信名称的文件夹,删除Image和Video里面的内容即可。
声明:本站部分文章内容及图片转载于互联 、内容不代表本站观点,如有内容涉及侵权,请您立即联系本站处理,非常感谢!