Forum Discussion
Batman1458
Feb 19, 2020Copper Contributor
Remove Archive button from Outlook Ribbon
I am attempting to deploy Office 365 using the ODT and the OCT. After deploying I noticed the "Archive" button is listed in the "Delete" group, on the ribbon. I have turned off AutoArchive settings...
JohnForth
Feb 25, 2020Brass Contributor
ADumith
Feb 11, 2022Iron Contributor
Just add this Registry to set disable
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options]
"DisableOneClickArchive"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options]
"DisableOneClickArchive"=dword:00000001
- TylerH1May 03, 2024Brass ContributorThanks ADumith, that registry key worked for me after an Outlook restart.