把下面的怎么使用?这是提高系统速度的吗?

来源:百度知道 编辑:UC知道 时间:2024/06/13 23:55:47
把下面的代码用记事本保存起来,然后把后缀改成bat,双击就行,它清理完后你会发现速度有很大的提升!
@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

这是清除系统垃圾的批处理
可以适当提高速度

这是删除一些每用的文件 没什么效果 骗人玩的 但是无害

对于重来不清理系统的电脑来说还是蛮有用的

这是清除系统垃圾的批处理