Using older versions of Outlook for Mac for personal email and calendar
defaults write com.microsoft.Outlook EnableNewOutlook -int 0
does not work I get command not found
any other tips? I am on version 16.76 btw.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Outlook for Mac is periodically insisting on changing to the new Outlook for Mac experience. I do not want this. Period.
I have tried the New Outlook and reverted back to the current and much-preferred version, since the New Outlook does not suit my needs. Moreover, after an automatic restart into the New Outlook and having to revert, it is not returning to the state it was in. I do not want to use the New Outlook and I certainly don't want to fix all issues after reverting.
How can I permanently prevent Outlook for Mac from forcing me to use (and revert from) the New Outlook?
Can I set a preference so that it will not ambush me again in the future?
Using older versions of Outlook for Mac for personal email and calendar
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
defaults write com.microsoft.Outlook EnableNewOutlook -int 0
does not work I get command not found
any other tips? I am on version 16.76 btw.
Thanks again. Done with fingers crossed!
This worked for me. I did it with sudo in front of it also.
Open Terminal, enter the following:
defaults write com.microsoft.Outlook EnableNewOutlook -int 0
Hit enter.
It's the full line. But hopefully, after having done that once, it isn't needed anymore.
Many thanks for the suggestion, belatedly. I'm a bit dumb about this so am not sure which part of the code to type into Terminal. Do you type in all of this:
defaults write com.microsoft.Outlook EnableNewOutlook -int 0
or only part of it?
I tried something which seems to have removed the banner appearing but don't know whether it was just a coincidence and would like to be ready in case it happens again! Thank you.