office activator for macbook pro code example

Example 1: office activator for macbook pro

# md5(com.microsoft.office.licensingV2.plist) = a8f1283303838b4d3bd943775e463239
cp com.microsoft.office.licensingV2.plist /Library/Preferences/

# or download it in library by command line
curl -sSL git.io/office16-plist -o /Library/Preferences/com.microsoft.office.licensingV2.plist

Example 2: office activator for macbook pro

# brew cask install microsoft-office  # this point to Office 2019 now
# install last office 2016 version below
brew cask install https://github.com/Homebrew/homebrew-cask/raw/538c7cf34c085e3bb4fdac36f6370ded87930036/Casks/microsoft-office.rb

Tags:

Misc Example