How can I apply certain Microsoft Office 365 and 2016 product settings via the registry for all current and future user profiles on a shared Windows 10 21h2 computer?

Lunsol 0 Reputation points
2023-08-04T05:47:26.4866667+00:00

Hello, I'm trying to make rulers visible in Word, Excel, and Powerpoint, as well as changing the default file path to %userprofile%\Desktop. However, I have only been able to successfully apply these settings to HKEY_Current_User so far.

I attempted to use the following registry settings:

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Office\16.0\excel\options]

"defaultpath"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4F,00,46,00,49,00,4C,00,45,00,25,00,5C,00,44,00,65,00,73,00,6B,00,74,00,6F,00,70,00

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Office\16.0\powerpoint\options]

"RulersVisible"=dword:00000001

"verticalruler"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Office\16.0\powerpoint\recentfolderlist]

"default"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4F,00,46,00,49,00,4C,00,45,00,25,00,5C,00,44,00,65,00,73,00,6B,00,74,00,6F,00,70,00

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Office\16.0\word\options]

"doc-path"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4F,00,46,00,49,00,4C,00,45,00,25,00,5C,00,44,00,65,00,73,00,6B,00,74,00,6F,00,70,00

"Ruler"=dword:00000001

"VisiFlm"=dword:00000003

Please help me apply these settings to all current and future users. Thank you for taking the time to read my question!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,357 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,691 Reputation points
    2023-08-07T10:54:29.4533333+00:00

    Hello there,

    Modifying registry settings to apply certain Microsoft Office settings across all user profiles on a shared Windows 10 computer is possible, but it's important to approach this with caution, as incorrect changes to the registry can cause system instability or data loss. Always back up your registry before making any changes.

    Please note that Microsoft doesn't officially support modifying the registry to configure Office settings. They recommend using Group Policy or the Office Customization Tool (OCT) for these purposes. However, if you still want to proceed with registry changes, here's a general guideline:

    Identify the Settings: First, you need to identify the specific settings you want to apply via the registry. Microsoft Office settings can be complex and scattered throughout the registry.

    Backup Registry: Before making any changes, create a backup of your registry. This will allow you to restore the previous state if anything goes wrong. To back up the registry:

    Press Win + R, type regedit, and press Enter to open the Registry Editor.

    Click on "File" in the top-left corner and choose "Export".

    Choose a location, give your backup file a name, and select "All" under "Export range". Click "Save".

    Apply Changes: Navigate to the appropriate registry keys and apply the necessary changes. Here's a general idea of where you might find Office settings (please verify these paths based on your specific needs):

    HKEY_CURRENT_USER\Software\Microsoft\Office<OfficeVersion>\Common

    HKEY_CURRENT_USER\Software\Microsoft\Office<OfficeVersion>\Word

    HKEY_CURRENT_USER\Software\Microsoft\Office<OfficeVersion>\Excel

    Replace <OfficeVersion> with the version number you're targeting, like 16.0 for Office 2016.

    Apply Changes for All Users: To apply changes to all user profiles, you will need to apply the changes for each existing user profile on the computer, and then set up a mechanism to apply these changes to new user profiles that are created in the future.

    For existing profiles:

    You can either manually log in to each user account and apply the changes or write a script that iterates through user profiles and applies the changes using PowerShell.

    For future profiles:

    You would need to create a script that gets triggered when a new user profile is created. This can be done using Group Policy scripts or by setting up a scheduled task that runs when a new user logs in for the first time.

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

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.