Hi @Petrus Hishekwa
Welcome to our forum!
Here are some steps and considerations to help you troubleshoot and resolve this issue:
- Verify Registry Settings: Ensure that the registry settings are correctly applied. The path for Office 365 is HKCU:\SOFTWARE\Microsoft\Office\16.0\Common\MailSettings. Double-check that the registry entries are correctly set to disable signatures.
- Group Policy Settings: Make sure that the GPO settings are correctly configured. Navigate to User Configuration > Administrative Templates > Microsoft Outlook 2016 > Outlook Options > Mail Format. Ensure that the "Do not allow signatures for e-mail messages" setting is enabled.
- Roaming Signatures: If you are using the Outlook roaming signatures feature, you might need to disable it. You can do this by connecting to your Microsoft 365 tenant with PowerShell and running the following cmdlet:
Set-OrganizationConfig -PostponeRoamingSignaturesUntilLater $true
This will disable roaming signatures globally.
- Deleting Signature Folder: Another approach is to delete the contents of the Signature folder. This can be done by creating a script or using GPO to delete the contents of the
%APPDATA%\Microsoft\Signatures
folder.
Hope it helps!
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.