Hi Amaan,
Sure, I can help you with that. To enable notifications on Windows Server 2016 and 2019 using Group Policy or Registry Editor, you can follow these steps:
Using Group Policy:
- Open the Group Policy Management Console (gpmc.msc) on your Active Directory server.
- Create a new Group Policy Object (GPO) or edit an existing one that applies to your Windows Server 2016/2019 computers.
- Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Security > Notifications.
- Enable the "Configure Windows spotlight on lock screen" policy and set it to "Enabled".
- Enable the "Configure toast notifications" policy and set it to "Enabled".
- Click "Apply" and "OK" to save the changes.
Using Registry Editor:
- Open the Registry Editor (regedit.exe) on your Windows Server 2016/2019 computer.
- Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications
- Create a new DWORD value named "NoToastApplicationNotificationOnLockScreen" and set its value data to "0".
- Create a new DWORD value named "NoToastApplicationNotification" and set its value data to "0".
- Close the Registry Editor.
After making these changes, you should be able to see notifications on your Windows Server 2016/2019 computers. If you still see the "Some settings are managed by your organization" message, it may be because of other Group Policy settings that are applied to your computers. You can check the Group Policy settings that are applied to your computers by running the "gpresult /r" command in a Command Prompt window.
Best regards,
Qiuyang