Forum Discussion
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, when customizing the OCT, but the option to remove this button is not listed.
I have found the registry entry to remove the button and when I manually enter it, it works. I have not been able to find a way to enter custom registry entries, in the OCT file, that will automatically enter the setting. I attempted to edit the .xml file, but the button still shows.
How do I edit the OCT file to add custom registry options?
Thank you,
Ed
7 Replies
- JohnForthBrass ContributorHow did you disable with GPO?
- Ruediger HalberstadtBrass Contributor
JohnForth With that GPO you can grey it out: https://getadmx.com/?Category=Office2016&Policy=outlk16.Office.Microsoft.Policies.Windows::L_disablecommandbar38
The ID for the archive button is 26308. See also my attachment in my answer
- Ruediger HalberstadtBrass Contributor
- JohnForthBrass Contributor
- ADumithIron ContributorJust 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- MSTurnerCopper 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!