Skip to main content
Question

Disable Whats New in Microsoft Office 2016 15.40

  • December 5, 2017
  • 1 reply
  • 8 views

Forum|alt.badge.img+3

With the newest release of Microsoft Office, we need to add few more lines to disable What's new prompt at first launch.

/usr/bin/defaults write /Library/Preferences/com.microsoft.Excel ONWhatsNewShownItemIds -array-add -int 17090
/usr/bin/defaults write /Library/Preferences/com.microsoft.Excel ShowWhatsNewOnLaunch -bool false
/usr/bin/defaults write /Library/Preferences/com.microsoft.Excel OUIWhatsNewShownItemIds -array-add -int 17091

The same for word,powerpoint,onenote,outlook.Hope this helps.

1 reply

pete_c
Forum|alt.badge.img+16
  • Honored Contributor
  • December 6, 2017

Note that setting these keys will not suppress the What's New dialogs on first launch of these apps, but will suppress the successive 'release notes' What's New dialogs.