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
MSTurner
May 05, 2026Copper Contributor
Beautiful! This removes it from the ribbon. Why, in their infinite wisdom, they would put the Archive button next to Delete without the option of removing it is beyond me. Thanks for the solution!