怎样用瑞星删除垃圾文件

来源:百度知道 编辑:UC知道 时间:2024/06/15 14:18:57
就是叫我使用瑞星去删除垃圾文件
那瑞星可以删除垃圾文件吗

干嘛用瑞星
你可以把以下文字复制到一个新建文本文档中
════════我是分割线,不要复制我════════
@echo off
color 0a
echo ┌—————————————————————————┐
echo │迅速、安全、彻底清理系统垃圾,保持系统苗条与速度! │
echo │正在清理请稍等...... │
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 /