使用powershell禁用自动更新(2012R2)

时间:2018-01-02 09:41:22

标签: powershell windows-server-2012-r2

我看到了一些相关的问题,但没有一个解决方案对我不起作用。 我有Windows Server 2012R2,我需要使用Powershell v5.0或批处理方式禁用它自动Windows更新(首选Powershell)。

我可以手动执行,打开gpedit.msc,导航到Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update,然后将Configure Automatic Updates更改为Disable

如何自动完成不使用使用外部PowerShell模块(例如PolicyFileEditor)。

是否有一个等效的注册表项,更改它可以完成工作?我知道有一个用于Windows Server 2008,但我使用的是2012R2。

1 个答案:

答案 0 :(得分:4)

这是Windows Update的注册码full list以供参考,但如果将HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU\NoAutoUpdate设置为1,则会禁用Windows Update。

您可以使用New-ItemProperty使用PowerShell

设置此值