Instead of logging into each computer, I would like to find a way to disable Windows Update on each computer in the domain from a single location (e.g., the domain controller). The domain controller runs Windows Server Standard 2008. Computers in the domain run anything from Windows 7, to Vista, to XP. How can this be done?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You can use Group Policy settings to disable both Windows Update and Automatic Updates.

To disable Windows Update and Automatic Updates on a per-computer basis, configure Turn off access to all Windows Update features in Computer Configuration\Administrative Templates\System\Internet Communication Management\Internet Communication settings

To disable access to Windows Update and Automatic Updates on a per-user basis, configure Remove links and access to Windows Update in User Configuration\Administrative Templates\Start Menu and Taskbar. Enabling this policy setting removes access to Windows Update features for the specified user, but Automatic Updates still checks for updates for the computer and does not notify users with this policy set.

link|improve this answer
Thanks Sergey. I had a bit of trouble finding the "Computer Configuration" node, but searched and found that I needed to be looking at the "Local Group Policy Editor" as opposed to "Group Policy Management". Also, I want to leave Windows Update functionality enabled, but I want to specifically disable the automatic update capability. It seems I can do this via the "Computer Configuration\Administrative Templates\Windows Components\Windows Update" node. Is that correct? Also, once I change a setting, how and when are the settings disseminated to domain computers? – Kyle Estes Feb 3 '11 at 21:42
To apply GP settings for all PCs (incl. workstations and other servers) in your domain you need to edit 'Default domain policy' using "Group Policy Management" on your domain controller. And you'll find "Computer configuration" there. Please note: all local settings (you specified with "Local policy editor" on any workstation/member server) will be replaced with domain policy settings. – Sergey Feb 4 '11 at 9:12
Thank you, very helpful. – Kyle Estes Feb 9 '11 at 3:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.