VMware Horizon Community
matthewgONCU
Enthusiast
Enthusiast
Jump to solution

Capture Windows 10 Notification settings?

We have an app that pushes notifications to the Windows 10 notification center that sends too many notifications and we simply disable the notifications per app since there is no way in the application itself. With VDI and UEM I'd like to capture that setting. Does anyone know where that information is stored?

Thanks!

1 Solution

Accepted Solutions
sujayg15
VMware Employee
VMware Employee
Jump to solution

Not sure if this can help you ;

If you want to "Turn On or Off All Notifications from Apps and Other Senders" using a REG file/value.

> Pass the below change via User Environment Manager "Registry Settings" and let me know if it works.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications

ToastEnabled DWORD

0 = Turn off

1 = Turn on

View solution in original post

6 Replies
matthewgONCU
Enthusiast
Enthusiast
Jump to solution

I'm specifically talking about this section:

notifications.png

0 Kudos
sujayg15
VMware Employee
VMware Employee
Jump to solution

Not sure if this can help you ;

If you want to "Turn On or Off All Notifications from Apps and Other Senders" using a REG file/value.

> Pass the below change via User Environment Manager "Registry Settings" and let me know if it works.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications

ToastEnabled DWORD

0 = Turn off

1 = Turn on

matthewgONCU
Enthusiast
Enthusiast
Jump to solution

I don't want to control it for the users, just capture it since I'm using linked clones. This pointed me in the right direction! Thank you!

0 Kudos
LukaszDziwisz
Hot Shot
Hot Shot
Jump to solution

Sorry to bring this up but were you able to capture those settings with UEM? I'm actually looking at the same thing. Majority of users don't want to see notifications so we default it to disabled but then there are users that want Outlook notifications to come up but if the change settings for notifications and enable Outlook only those settings don't get saved. I was hoping that Writable Volume Profile Only would do it but it's not

0 Kudos
matthewgONCU
Enthusiast
Enthusiast
Jump to solution

This is  my UEM config

[IncludeRegistryTrees]

HKCU\Software\Microsoft\Windows\CurrentVersion\PushNotifications

And this will preserve whatever the users selects.

LukaszDziwisz
Hot Shot
Hot Shot
Jump to solution

Thank you looks like it did it.

0 Kudos