Skip to content

Instantly share code, notes, and snippets.

@akshilshah
Created February 16, 2022 03:56
Show Gist options
  • Save akshilshah/2405b07c7b41de147578daaab47f226a to your computer and use it in GitHub Desktop.
Save akshilshah/2405b07c7b41de147578daaab47f226a to your computer and use it in GitHub Desktop.
Mac Office 365 Update Disable
Word:
sudo /usr/bin/touch -mt $(date "+%Y%m%d0001") "/Applications/Microsoft Word.app/Contents/Info.plist"
Excel:
sudo /usr/bin/touch -mt $(date "+%Y%m%d0001") "/Applications/Microsoft Excel.app/Contents/Info.plist"
Powerpoint:
sudo /usr/bin/touch -mt $(date "+%Y%m%d0001") "/Applications/Microsoft Powerpoint.app/Contents/Info.plist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment