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...
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
TylerH1
May 03, 2024Brass Contributor
Thanks ADumith, that registry key worked for me after an Outlook restart.