Octopuss Posted August 22, 2012 Posted August 22, 2012 Is there a way to set WU not to download and install updates, but rather just check for them and let the user know?I absolutely HATE the default behavior. I install most drivers during the setup, and if I am not quick enough the bloody piece of s... downloads drivers from WU and overwrites the newer ones with the crippled outdated versions from there. That sucks horribly.
ricktendo Posted August 22, 2012 Posted August 22, 2012 Use Autounattend.xmlProtectYourPC specifies whether Windows® Update installs important and recommended updates automatically.Values1 Specifies that important and recommended updates are installed automatically.2 Specifies that only important updates are installed.3 Specifies that automatic protection is disabled. Updates are available manually through Windows Update.There is no default value. If a value is not set, the Help protect your computer and improve Windows automatically page opens during Windows Welcome.Valid Configuration PassesoobeSystem Configuration Pass Parent HierarchyMicrosoft-Windows-Shell-Setup | OOBE | ProtectYourPCApplies ToThis setting applies to versions of Windows® 7 and Windows Vista® only.For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.XML ExampleThe following XML example shows how to disable automatic system updates.<OOBE> <ProtectYourPC>3</ProtectYourPC></OOBE>
Tripredacus Posted August 22, 2012 Posted August 22, 2012 Unfortunately, while you have like 4 or 5 options in the OS for Windows Updates, you only get those 3 options for the Unattend. I'm sure you can choose that one you want (that's what I personally use as well) by using a registry key. Take a look here:http://support.microsoft.com/kb/328010#method3
Octopuss Posted August 22, 2012 Author Posted August 22, 2012 Unfortunately, while you have like 4 or 5 options in the OS for Windows Updates, you only get those 3 options for the Unattend. I'm sure you can choose that one you want (that's what I personally use as well) by using a registry key. Take a look here:http://support.micro.../328010#method3yay!!!!
Octopuss Posted August 22, 2012 Author Posted August 22, 2012 Oh the article doesn't apply to W7 I don't have any such reg keys here.
submix8c Posted August 22, 2012 Posted August 22, 2012 This is the "standard" way lacking what you want.The article given by Trip states:Note: You must create these registry keys manually.and does NOT say Win7, but DOES state Vista. It's worth a shot...Does this help?(no Win7 installed ATM, so can't check any of it.)
maxXPsoft Posted August 23, 2012 Posted August 23, 2012 (edited) I use this in my UnattendedCheck for Updates but let me choose whether to Download and Install;62 Microsoft Update settings[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]"AUOptions"=dword:00000002"IncludeRecommendedUpdates"=dword:00000001You can change the setting manually and go to that key in Registry and see what it changes to Edited August 23, 2012 by maxXPsoft
Glenn9999 Posted August 23, 2012 Posted August 23, 2012 (edited) FWIW, I don't know if this helps any, but when I did the interfaces for the Update Downloader I posted once upon a time, I did functionality for Automatic Updates settings too. When I did that, I found that it's controlled through the IAutomaticUpdates interface, specifically the Settings property which is a IAutomaticUpdatesSettings interface. Specifically, you would want the NotificationLevel property to satisfy the OP's request. I don't know if any of that could be useful for the scripters out there (or if it can be done in this context with Windows 7, it probably can), but hopefully it can provide a pointer towards doing it with the API if trying it with the registry doesn't work out. Edited August 23, 2012 by Glenn9999
Octopuss Posted August 23, 2012 Author Posted August 23, 2012 Thank you Max, I eventually pulled the thumb out of the a** and after some searching around registry, I found that location too It works well enough.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now