Win11 加快软件开机自启动

197 阅读1分钟

移除开机启动软件等待间隔,并行启动。

下面这段保存成xxx.reg,双击导入注册表:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
"StartupDelayInMSec"=dword:00000000
"WaitForIdleState"=dword:00000000

删除注册表:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
"StartupDelayInMSec"=-
"WaitForIdleState"=-

修改任务计划

image.png

参考

bstar.de/2024/06/08/…