Windows
即使以管理員身份也無法在 Windows Server 2016 上應用更新
我希望任何使用者(包括非管理員使用者)都能夠下載和安裝 Windows 更新。
當我從域中的任何 Windows Server 2016 電腦或 Windows 10 Pro 電腦進入設置 –> Windows 更新菜單時,我在螢幕頂部看到一條紅色消息,指出:某些設置由您的組織管理。在螢幕底部顯示:此選項由您的組織管理
我的組策略如下:
電腦配置
Allow non-administrators to receive update notifications **Enabled** Configure Automatic Updates **Disabled** Do not display 'Install Updates and Shut Down' option in Shut Down Windows dialog box **Enabled** Remove access to use all Windows Update features **Disabled** Turn on recommended updates via Automatic Updates **Enabled** Turn on Software Notifications **Enabled**
使用者配置
Do not adjust default option to 'Install Updates and Shut Down' in Shut Down Windows dialog box **Enabled** Do not display 'Install Updates and Shut Down' option in Shut Down Windows dialog box **Enabled** Remove access to use all Windows Update features **Disabled**
我還讀過在本地安全策略中或從組策略中打開/關閉允許遙測設置也應該有幫助,但它在我的環境中沒有影響。
我已按照本文中的步驟進行操作,因為它似乎相關但仍然得到相同的結果:Windows 更新:即使在 Server 2008 R2 上作為域管理員也無法應用更新
如何刪除我所有電腦的 Windows 更新設置上的鎖定?我希望任何使用者(包括非管理員使用者)都能夠下載和安裝 Windows 更新。
這是你的問題:
Remove access to use all Windows Update features **Disabled**
與所有常識相反,如果已配置此設置,則無論設置為啟用還是禁用,此設置都會禁用對 Windows 更新的訪問。
將其設置為未配置,您的問題應該會消失。
在 Windows Server 2016 上,您可以通過
gpupdate
在命令行上執行來使更改生效,然後usoclient StartScan
啟動更新掃描。掃描完成後,控制面板應處於活動狀態。在 Windows 10 上,這不起作用。 我還沒有找到一種可靠的方法讓 Windows Update 快速注意到策略的變化。但它應該不遲於下一次計劃掃描開始,預設情況下將在 24 小時內。