logistic回归 exp b:电脑清理系统用什么软件比较好?

来源:百度文库 编辑:高校问答 时间:2024/05/09 09:01:38

@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 清除系统LJ完成!
echo. & pause
把上面的语句用记事本 复制进去!然后类型改成.bat 变成批处理文件就可以了!

一楼,二楼的都用
超级兔子+批处理文件=基本清理了所有垃圾文件

Windows优化大师和超级兔子比较好

支持以上网友哦,用的过程注意备份哦,很容易就删错冬冬哦