用这种方法删除垃圾文件可行吗

来源:百度知道 编辑:UC知道 时间:2024/06/20 15:46:33
用这种方法用记事本:
@echo off
echo Crimson Wang 正在清除系统垃圾文件,请稍等...... (垃圾清理工具1.0版本)
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.gid
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 Made by Crimson Wang
echo. & pause

保存为*.bat文件双击即可!
至于速度,最好还是把一些没有用的“策略组”关掉! 删除文件可

用这个可以的
以前我也用过
30秒内搞定系统拉级
不过还是建义你去下一下360就可以了‘
功能强大

可以用的,我也是vista系统,用了快两年了,没有什么问题。至于效果我也没觉得怎样。你可以手动删除一些无用的文件、临时文件。另外自己清理一下注册表。