Disable turning off Windows 10 notifications

Kriimsilmm 21 Reputation points
2022-03-01T22:58:06.167+00:00

We are using PowerShell to send maintenance desktop notifications to our AD users computers.

The problem is that some more knowledgeable users are turning notification switch off and then they won't recive important information.

Is there a way to force this switch to be turned on either group policy or registry?

179052-toastnotification.jpg

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yi E Wang 646 Reputation points
    2022-03-16T06:24:24.737+00:00

    Hi,

    As far as I know, we can change the notification configuration via registry(as below mentioned), and we can turn off the notification via GP and prevent user from change it. However, it would be difficult to keep the notification configuration on and prevent user from change it via group policy.

    Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications\ToastEnabled

    Note:
    Service Windows Push Notifications User Service or system restart is necessary to make the registry change take effect.

    As workaround, you may consider of changing the setting to on via script once it is detected that the setting is disabled. As write script based on customer’s requirement is beyond our support scope, we are unable to provide you detail suggestion.

    Thank you for your understanding.

    Best Regards,
    Eve Wang

    0 comments No comments

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.