使用Powershell自动禁用Windows Update

时间:2019-05-08 19:33:08

标签: windows powershell powershell-v2.0 powershell-v3.0 windows-update

我想使用Powershell自动禁用Windows Update。

要实现这一目标,我需要做的设置是:

  

•转到运行-> services.msc•选择Windows更新->禁用它

     

•检查更新->暂停更新->启用

是否存在用于执行这些操作系统设置的Powershell命令/自动执行这些手动步骤的方法。

1 个答案:

答案 0 :(得分:0)

Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name NoAutoUpdate -Value 1

https://docs.microsoft.com/de-de/security-updates/windowsupdateservices/18127499#automatic-update-configuration-options--