Skip to content

Instantly share code, notes, and snippets.

@nullfx
Last active August 16, 2023 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullfx/cc285e2d48e9666e56ad1cf856894e1f to your computer and use it in GitHub Desktop.
Save nullfx/cc285e2d48e9666e56ad1cf856894e1f to your computer and use it in GitHub Desktop.

Info

to disable the "new look" outlook, and prevent it from ever prompting to be used (i.e., after an update), open terminal and issue the following command. this will remove the "new outlook" toggle, and will prevent it from periodically / randomly switching back to the new outlook (when you have it switched off) after an update. After running this command the toggle will be removed completely, and you won't be prompted to switch anymore.

Command

defaults write com.microsoft.Outlook EnableNewOutlook -int 0 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment