How to block toast notifications by Intune

Raúl Barberá Pascual 266 Reputation points
2021-03-17T11:27:45.497+00:00

Is it possible to block toast notifications on Windows 10 via Intune?

For exemple there's a lot spam notifications (generally Chrome) because users accept it in some websites. I know that Intune have policies for this notifications but referred to the locked screen only far as I know.

Thanks in advance!

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,707 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,302 questions
0 comments No comments
{count} votes

Accepted answer
  1. Raúl Barberá Pascual 266 Reputation points
    2021-03-18T11:29:09.737+00:00

    Thanks for your answer.

    I didn't test you option yet, first I'm testing the ADMX Chrome policies for block only the Chrome notifications.

    Here is the OMA-URI that I'm testing:

    Name: DefaultNotificationsSetting
    OMA-URI:
    ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~ContentSettings/DefaultNotificationsSetting
    Data type: String
    Value:
    <enabled/>
    <data id="DefaultNotificationsSetting" value="2"/>

    I'll feedback here! thanks!


1 additional answer

Sort by: Most helpful
  1. Crystal-MSFT 42,631 Reputation points Microsoft Vendor
    2021-03-18T02:36:45.57+00:00

    anonymous user, Your understanding is correct. Currently, there's only setting for Toast notifications on locked screen to block. Then I have done more research, and find it seems the registry key ToastEnabled under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications is related. Here is a link for the reference:
    https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/where-is-the-registry-key-to-force-toast/f5856275-15b5-433c-af40-db023e17b850?auth=1

    Maybe we can consider to change the registry key via PowerShell script and deploy via Intune.
    https://learn.microsoft.com/en-us/mem/intune/apps/intune-management-extension

    Hope it can help.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments