Knowledge Base

How to disable the Outlook roaming signatures feature

Problem:

You want to disable the Outlook roaming signatures feature released by Microsoft because your old signatures are being synchronized from Outlook for Windows and Outlook on the web (OWA) and mixed up with signatures added by CodeTwo Email Signatures 365.

Solution:

Use the links below to learn how to:

Disable roaming signatures globally via GPO

  1. Sign in to your domain controller.
  2. Run the Group Policy Management Console as an admin (type gpmc.msc in the Start menu).
  3. Right-click the relevant organizational unit (OU) and choose Create a GPO in this domain, and Link it here (Fig. 1.).

Creating a new GPO to disable roaming signatures.
Fig. 1. Creating a new GPO to disable roaming signatures.

  1. In the New GPO window that opens, name your policy object (e.g. DisableRoamingSignatures) and click OK (Fig. 2.).

Naming the Group Policy Object (GPO).
Fig. 2. Naming the Group Policy Object (GPO).

  1. Right-click your newly-created GPO and select Edit (Fig. 3.).

Opening the GPO for editing.
Fig. 3. Opening the GPO for editing.

  1. When the Group Policy Management Editor opens, go to User Configuration > PreferencesWindows Settings > Registry in the left-hand navigation pane. Next, right-click Registry and select New > Registry Item (Fig. 4.).

Creating a new registry item in the Group Policy Management Editor.
Fig. 4. Creating a new registry item in the Group Policy Management Editor.

  1. Configure the settings for the new registry item as shown in Fig. 5.:
    • Action: Update
    • Hive: HKEY_CURRENT_USER
    • Key Path: Software\Microsoft\Office\16.0\Outlook\Setup\
    • Value Name: DisableRoamingSignaturesTemporaryToggle
    • Value Type: REG_DWORD
    • Value Data:

Configuring the DisableRoamingSignaturesTemporaryToggle registry value.
Fig. 5. Configuring the DisableRoamingSignaturesTemporaryToggle registry value.

  1. Click Apply and OK to apply your changes and close the configuration window.

Once the GPO propagates, the Outlook roaming signatures feature will be disabled for your users.

Disable roaming signatures individually (locally) for a user

There are two ways to disable roaming signatures in Outlook for Windows on a local computer:

Use the REG file to quickly update Windows registry

You can download the REG file linked below and then execute it to quickly add a Windows registry key that disables the roaming signatures feature in Outlook for Windows on your computer. If you prefer to modify Windows registry manually on your own, have a look at this section instead. 

  1. Download the zipped REG file from here.
  2. Unzip the file.
  3. Double-click the file to run it - you need to have administrative privileges on the computer where you want to update Windows registry.
  4. Click Yes to close the warning message and add the key that disables the roaming signatures feature. Once Windows registry gets updated, a relevant message will be displayed.  
  5. Launch or restart Outlook for Windows for the change to take effect.

Manually add the key that disables roaming signatures to Windows registry

  1. Run the Registry Editor (RegEdit) with administrative privileges.
  2. Copy the following path:
    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup\

    Paste it into the Registry Editor’s address bar, as shown in Fig. 6., and press Enter to navigate to that path.

Navigating to the right location in the Registry Editor.
Fig. 6. Navigating to the right location in the Registry Editor.

  1. Right-click anywhere inside the right pane and select New > DWORD (32-bit) Value (Fig. 7.).

Creating a new 32-bit DWORD value.
Fig. 7. Creating a new 32-bit DWORD value.

  1. Name the value DisableRoamingSignaturesTemporaryToggle and press Enter.
  2. Next, double-click the value. In the Edit DWORD (32-bit) Value window that opens, enter 1 in the Value data field and click OK (Fig. 8.).

Modifying the DisableRoamingSignaturesTemporaryToggle DWORD value.
Fig. 8. Modifying the DisableRoamingSignaturesTemporaryToggle DWORD value.

  1. Close the Registry Editor and restart Outlook for Windows for the changes to take effect.

See also:

Was this information useful?