Skip to content

Instantly share code, notes, and snippets.

@MyITGuy
Last active December 26, 2015 17:29
Batch: Example of how to modify the Apple Software Update Ignore List
REG ADD "HKCU\SOFTWARE\Apple Inc.\Apple Software Update" /v "Update_Ignore_List" /t "REG_MULTI_SZ" /d "041-3083" /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment