Hi John,
We copied the template to all the users across the organization using GPO, but we couldn't default the template across the users. How can we achieve that?
Even we tried the below setup and didn't work
Step 2: Distribute the Theme Using Group Policy
- Open Group Policy Management:
o Open the Group Policy Management Console (GPMC) on a domain controller.
- Create or Edit a Group Policy Object (GPO):
o Create a new GPO or edit an existing one that applies to the users who need
the theme.
- Configure File Preferences:
o Navigate to User Configuration -> Preferences -> Windows Settings ->
Files.
o Right-click and choose New -> File.
o In the Source file(s) field, enter the path to the custom theme file on the
network.
o In the Destination file(s) field, enter a path on the local machine where
you want to store the theme file, such as
%AppData%\Microsoft\Templates\ThemeName.thmx.
o Set the action to Update to ensure the file is copied to the user's machine.
Step 3: Configure PowerPoint to Use the Default Theme
- Set Registry Keys via Group Policy:
o In the same GPO, navigate to User Configuration -> Preferences ->
Windows Settings -> Registry.
o Right-click and choose New -> Registry Item.
o Configure the following registry settings to set the default theme in
PowerPoint:
▪ Key Path:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\G
eneral
▪ Value Name: SharedThemeFile
▪ Value Type: REG_SZ
▪ Value Data: Path to the custom theme file on the local machine, e.g.,
%AppData%\Microsoft\Templates\ThemeName.thmx.
- Deploy the GPO:
o Link the GPO to the appropriate Organizational Unit (OU) that contains the
users who need the default theme.
o Ensure the GPO is properly applied by running gpupdate /force on a test
machine.