I'd like to let windows auto update enabled, but block a specific patch that causes us problems from being installed.
Is that possible? Anyone knows how to do that?
Thanks
|
I'd like to let windows auto update enabled, but block a specific patch that causes us problems from being installed. Is that possible? Anyone knows how to do that? Thanks | |||
|
feedback
|
|
In a larger network you will want to use WSUS as DanBig pointed out. However, if you owant to block an individual hot fix you can do so with the hot fix ID using this script:
If the update is not linked to an KB article then you would need to find the update ID using this script:
And block it using this script:
You can do all of the above in Windows PowerShell as well. I created the scripts in VBScript originally because I wanted to interact with the Windows Update Agent before PoSH was installed. The Windows Update API is documented on MSDN. | |||
|
feedback
|
|
If you are using WSUS, you can decline an update. I don't know of a way to do it otherwise. | |||
|
feedback
|
|
Within the Windows Update application (on Vista and 7), right-click the update you want to block and select "Hide Update". This will remove it from the list and block installing it during automatic installation. You can "restore" the hidden update any time in the future so it will appear back on the list. There is a similar process on the older style Windows Update web site (for Windows XP) where you can hide an update. The option to do so is in different place though. | |||
|
feedback
|