电脑关机费时太长

来源:百度知道 编辑:UC知道 时间:2024/07/02 02:15:32

关机时把网络等关了,建议去下个优化

我有一种可以在5秒之内正常关机的方法!

按Ctrl+Shift+Esc,然后按住“ctrl键”点击任务管理器中关机菜单中的“关闭”

你可以试试管不管用^_^

有可能中病毒或者程序太多,你可以试一下360清除一下恶意软件或者试下以下清除系统垃圾文件

@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 s\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"