Is there a way to install some Windows Updates (those that don't nag about rebooting, especially the Windows Defender Definitions) automatically without asking and the rest when I tell them to?

I'm thinking of something like Filters in an E-Mail Client: Match against some user defined rules and perform actions on them.

Are there any settings in Windows or tools that can do this?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

Run gpedit.msc, the local group policy editor.

Navigate to Computer Configuration, Administrative Templates, Windows Components, Windows Update.

There is a policy (on the right) called Allow Automatic Updates immediate installation. Double click this policy and enable it.

link|improve this answer
Not the generic solution I wished for, but it does its job. Once there, I also found "No auto-restart with logged on users for scheduled automatic updates installations" which also sounds useful. Let's see if they can keep their promises. – kiw Nov 20 '11 at 16:41
Agreed. Like most built-in functionality, it's not great but passable. – Patrick S. Nov 20 '11 at 17:22
feedback

Blockquote Is there a way to install some Windows Updates (those that don't nag about rebooting, especially the Windows Defender Definitions) automatically without asking and the rest when I tell them to?

if you want to filter for specific windows updates or exclude some of installing, wuinstall might be a solution. with that tool you can filter windows updates with for example regular expression, classification, product name and so on. you can define these filter rules in an external text file. i use it in my small network efficiently to exclude certain windows updates of installing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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