怎么清理QQ的无用垃圾?

发布网友 发布时间:2022-04-22 08:45

我来回答

2个回答

热心网友 时间:2022-06-07 17:55

http://soft.mumayi.net/downinfo/8520.html就找到您的QQ目录 把所有的钩打上 当然 您也可以自己选择 然后点开始清理 不用管它 自动清理QQ垃圾 清理完后就自己停下了 很方便哦 软件又不大 嘻嘻。。

热心网友 时间:2022-06-07 19:30

桌面右键新建一记事本文件,复制以下文字,另存为批处理文件*.bat,执行批处理。
--------------------------------------------------------

@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 清除系统LJ完成!
echo. & pause
--------------------------------------------------------
就到这里

这样,你QQ的无用垃圾以及电脑的垃圾就被清理掉了

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com