Outlook signature for reply and forward emails

Admin Muskaan Muskaan 0 Reputation points
2023-11-08T13:35:25.1266667+00:00

We have mail flow rule setup to push signature for all users after an email is sent out in our organization.

Signature are added for all the new emails users sent, for reply and forward emails signatures are not added.

We try to add reply signature for users by modifying registry key values and using VBA script but it also allow users to modify the signature.

We are looking for solution to add reply/forward signature for users without letting them access to modify it.

Thanks.

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

2 answers

Sort by: Most helpful
  1. Faery Fu-MSFT 19,751 Reputation points Moderator
    2023-11-09T05:23:47.7066667+00:00

    Hi @Admin Muskaan Muskaan ,

    You can use DisableSignature registry key to prevent users from adding or editing signatures in Outlook. Moreover, users can still use the existing signature.

    (Important Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.)

    The registry should be located at: Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\MailSettings

    Click Edit > New > DWORD. Type a name DisableSignature and set the value to 1.

    Here is an article for your reference: How to: Disable End-User's Ability to Add, Edit, & Remove Outlook Signatures

    (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.)


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 


  2. Admin Muskaan Muskaan 0 Reputation points
    2023-11-14T21:12:26.9166667+00:00

    Hi,

    Tried out setting up the registry key as suggested.

    The registry should be located at: Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\MailSettings

    Click Edit > New > DWORD. Type a name DisableSignature and set the value to 1.

    But it didn't disable user to modify reply signature. user can still modify email, phone number in the signature.

    Looking to find a way. Thanks for your advise. :)


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.