Issue:
Sharing Microsoft 365 email accounts may face issues when individual users' signatures get merged due to Outlook's roaming signatures feature. This can create confusion and overlap if you're using distinct signatures for different purposes, e.g. macros and wanting your own default signature per staff member.
Solution:
Disabling the roaming signatures feature in Microsoft 365 can streamline your team collaboration and avoid the confusion of merged signatures when sharing a single user mailbox among multiple staff members, and will also let you use set your own default signature for that mailbox.
Choose your method:
- Solution 1: Disable roaming signatures individually on a User's Computer
- Solution 2: Global Disabling of Roaming Signatures via Group Policy Object (instructions for IT admins only)
Disabling Roaming Signatures Individually on a User's Computer
This can be achieved either by running a pre-made REG file or manually editing the Windows registry.
Using a REG file
- Download and unzip the REG file from here.
- Double-click the file to run it. You will need administrative privileges on the computer.
- Click
Yes
on the warning message to add the key that disables the roaming signatures feature. A confirmation message will appear once the registry is updated. - Restart Outlook for Windows to apply the change.
Manually adding the key to the Windows registry
- Run the Registry Editor (RegEdit) with administrative privileges.
- Copy and paste
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup\
into the Registry Editor’s address bar and pressEnter
.
Fig. 6. Navigating to the right location in the Registry Editor.
- Right-click inside the right pane and select
New
>DWORD (32-bit) Value
.
Fig. 7. Creating a new 32-bit DWORD value.
- Name the value
DisableRoamingSignaturesTemporaryToggle
and pressEnter
. - Double-click the new value. In the window that opens, enter
1
in theValue data
field and clickOK
.
Fig. 8. Modifying the DisableRoamingSignaturesTemporaryToggle DWORD value.
- Close the Registry Editor and restart Outlook for the changes to apply.
Remember to approach registry modifications with caution, as incorrect changes can negatively impact your system. Always create a backup of your registry before making changes.
Global Disabling of Roaming Signatures via Group Policy Object (GPO)
This method is ideal for IT admins who want to apply changes across the organization using Intune or similar.
- Login to your domain controller.
- Access the Group Policy Management Console (GPMC) by typing
gpmc.msc
in the Start menu and running it as admin. - Locate and right-click your organizational unit (OU). Choose
Create a GPO in this domain, and Link it here
.
Fig. 1. Creating a new GPO to disable roaming signatures. - In the new window, name your policy (e.g.,
DisableRoamingSignatures
), and clickOK
.
Fig. 2. Naming the Group Policy Object (GPO). - Right-click your newly-created GPO and select
Edit
.
Fig. 3. Opening the GPO for editing.
- In the Group Policy Management Editor, navigate to
User Configuration
>Preferences
>Windows Settings
>Registry
. Right-clickRegistry
and selectNew
>Registry Item
.
Fig. 4. Creating a new registry item in the Group Policy Management Editor. - Configure the new registry item as follows:
- Action:
Update
- Hive:
HKEY_CURRENT_USER
- Key Path:
Software\Microsoft\Office\16.0\Outlook\Setup\
- Value Name:
DisableRoamingSignaturesTemporaryToggle
- Value Type:
REG_DWORD
- Value Data:
1
Fig. 5. Configuring the DisableRoamingSignaturesTemporaryToggle registry value.
- Action:
- Click
Apply
andOK
to save your changes. Once the GPO propagates, the roaming signatures feature will be disabled for your users.
Once the GPO propagates, the Outlook roaming signatures feature will be disabled for your users.
Credit: thanks to CodeTwo.
Comments
0 comments
Please sign in to leave a comment.