Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

可以取消Windows后台强制安装更新,转为全手动触发接收

适用系统版本

  • Win10 21H2+
  • Win11 21H2+

关闭自动更新补丁

管理员运行以下cmd命令

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "AUOptions" /t REG_DWORD /d 1 /f

关闭自动更新驱动

管理员运行以下cmd命令

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d 1 /f

关闭后台触发器

管理员运行以下cmd命令

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe" /f

手动更新方式

  1. 打开Windows系统设置
  2. 进入Windows更新点击检查更新
  3. 自选要不要非必要补丁(比如预览更新)

About

关闭Windows后台强制安装更新

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors