请推荐一个好的软件可以直接清理垃圾
发布网友
发布时间:2022-05-06 12:38
我来回答
共5个回答
热心网友
时间:2022-06-30 13:50
如果连优化大师大师都说不好,就试下 超级兔子 .我自己是用 雅虎 在线清除了解文件的.可以清楚Windows垃圾文件,IE临时文件,回收站清理
热心网友
时间:2022-06-30 13:51
不会吧,我一直在用这个呀。你可以用完美卸载吧,用优化大师清注册表,保证你没问题,也可以自己做个吧。
@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. & pause
把上面的复制,在记事本保存,格式是bat,双击执行就可以了!
热心网友
时间:2022-06-30 13:51
恶意软件清理助手 V2.30 Build 002
完美卸载
都可清除垃圾
热心网友
时间:2022-06-30 13:52
@echo off
echo 正在清除系统LJ文件,请稍等......
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
把上面的另存为lj.bat运行
热心网友
时间:2022-06-30 13:52
超级兔子