百度的图片 和 视频 打不开

来源:百度知道 编辑:UC知道 时间:2024/06/23 21:31:37

可能是你机了里的垃圾太多了 使电脑的运行速度太慢
要定期清理电脑中的垃圾 我这里有一清理垃圾的代码 你用用吧
@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%\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\*.*"

del /s/q E:\OaDeploy\FlowEngineWeb\WEB-INF\_tmp_war_mydomain_FlowEngineWeb
del /s/q E:\OaDepl