剧组招聘童星小演员:请问这个程序是不是很有用的东西?

来源:百度文库 编辑:高考问答 时间:2024/04/28 07:30:08
@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
他有用吗?

没有用拉
可以删除

没有多大用的,想删除就删掉吧!

无多大用途,它是一个清除垃圾文件的程序,而一个系统不可能没有垃圾文件,它的存在白白占用了CPU时间,使开机速度变慢

有用,它是一个清除垃圾文件的程序!