How to customize Outlook ribbon for multiple users via group policy or registry

Tomas Saltenis 26 Reputation points
2022-11-28T14:04:50.44+00:00

Hello,

We want to have standard Outlook ribbon for all users (moving important default add-ins more to the left for visibility purposes). I was looking how we can implement for multiple users, but I cannot find policy or registry keys for ribbon customization, seems to be user context only settings which is stored in local appdata. Do you have any ideas how to achieve this?

Thanks

Outlook Windows Classic Outlook for Windows For business
0 comments No comments
{count} vote

Accepted answer
  1. Faery Fu-MSFT 19,751 Reputation points Moderator
    2022-12-01T02:16:51.703+00:00

    Hi @TomasSaltenis-8400 ,

    Based on my research and test, when you customize the UI in Outlook, it creates an *.officeUI file that contains the customization XML under *C:\Users\%username%\AppData\Local\Microsoft\Office*
    265954-248922-file.png
    You can use a custom GPO to replace the toolbar file with the customized one at log on (or use a log on script) or copy the *.officeUI file to the folder underC:\Users\%username%\AppData\Local\Microsoft\Office\

    Here are links about how to copy file to computer via GPO for your reference:

    HOW TO COPY NEW FILES TO MULTIPLE COMPUTERS USING GROUP POLICY (GPO)
    Copy Files or Folders to All Computers via GPO
    (Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.)
    Hope above can help you!

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Victor Ivanidze 101 Reputation points
    2022-11-28T14:33:09.583+00:00

    Hello,

    you have to create an Outlook add-in that customizes the ribbon and then install the add-in company-wide via policy.


  2. Victor Ivanidze 101 Reputation points
    2022-11-28T14:58:58.56+00:00

    You can try to play a bit with xml file on user machines. See https://community.spiceworks.com/topic/2144478-outlook-reset-ribbon-for-all-users


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.