en-US

Default notification setting

Supported on: Microsoft Edge version 77, Windows 7 or later

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

Options

DefaultNotificationsSetting enum
  • Allow sites to show desktop notifications -> 1
  • Don't allow any site to show desktop notifications -> 2
  • Ask every time a site wants to show desktop notifications -> 3

Description

Set whether websites can display desktop notifications. You can allow them by default ('AllowNotifications'), deny them by default ('BlockNotifications'), or have the user be asked each time a website wants to show a notification ('AskNotifications'). If you don't configure this policy, notifications are allowed by default, and the user can change this setting. Policy options mapping: * AllowNotifications (1) = Allow sites to show desktop notifications * BlockNotifications (2) = Don't allow any site to show desktop notifications * AskNotifications (3) = Ask every time a site wants to show desktop notifications Use the preceding information when configuring this policy.