This article applies to Apple Software Update 2.1.3 for Windows, but may apply to other versions.
When Apple Software Update is executed, a window similar to the one below is shown.
Ignoring Update Manually
- Open Apple Software Update
- Select the Update or New Software item(s)
- Select the Tools menu item
- Select Ignore Selected Updates
Ignoring Update via Automation
Ignoring updates can be implemented using different methods, such a Group Policy Preference or logon script. Visibility of items in the Updates and New Software lists above is controlled by entering update keys into a registry key in the current user registry hive. Update keys for an Update or New Software can be found by viewing an Apple Software Update catalog.
Apple Software Update catalog for Mac URL
http://swscan.apple.com/content/catalogs/index.sucatalog
Apple Software Update catalog for Windows URL
http://swscan.apple.com/content/catalogs/others/index-windows-1.sucatalog
NOTE: These links only contain current update keys.
http://swscan.apple.com/content/catalogs/index.sucatalog
Apple Software Update catalog for Windows URL
http://swscan.apple.com/content/catalogs/others/index-windows-1.sucatalog
NOTE: These links only contain current update keys.
To export a full list of update keys using PowerShell (to block all updates) (Windows)
- Download the sucatalog
- In PowerShell, run the following:
NOTE: The list of update keys will be in the clipboard.
These update keys can be entered into the following registry key:
Key: HKEY_CURRENT_USER\SOFTWARE\Apple Inc.\Apple Software Update
ValueType: REG_MULTI_SZ
Value: Update_Ignore_List
Data: <AppleSoftwareUpdateKeys>
NOTE: This key cannot be transposed to a per-system entry in HKEY_LOCAL_MACHINE.
ValueType: REG_MULTI_SZ
Value: Update_Ignore_List
Data: <AppleSoftwareUpdateKeys>
NOTE: This key cannot be transposed to a per-system entry in HKEY_LOCAL_MACHINE.
Update keys can be entered manually into the registry or via a form of automation, such as the following:
Once the registry value is present and Apple Software Update is executed, a window similar to the one below is shown: