我要下载优化软件吗?

来源:百度知道 编辑:UC知道 时间:2024/06/17 07:31:53
我的c盘乱七八糟的很多`我想清一清,但是又怕把需要的东西给删了`怎么办??很多奇怪的文件~我需要用优化软件吗?
一楼说的看不太懂~,,那种优化软件好?

可以不用的,新建一个txt文档,在里面输入
@echo off
pause
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
运行就可以删除c盘中的垃圾文件了

我建议你下个软件清理下.方便.