vista操作问题

来源:百度知道 编辑:UC知道 时间:2024/06/24 19:01:10
各位大侠 有没有人知道不用优化大师的情况下怎么优化系统啊,怎么查找垃圾文件?

1.用360安全卫士也可以清理系统垃圾
2.用批处理文件步骤如下:

新建一个记事本 右键重命名为 清理系统LJ.BAT 记住一定要把后缀名也修改了 然后右击空白批处理 选编辑 复制以下内容 然后摁 ctrl+s建保存 大功告成

@echo off
echo 正在清理系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
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%\temp\*.*
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

可以手动写代码:
新建一个文本文档【txt】
del /f /s /q %systemdirve%\*.tmp
del /f /s /q %systemdirve%\*.old
del /f /s /q %sys