Default notification setting

Setting the policy to 1 lets websites display desktop notifications. Setting the policy to 2 denies desktop notifications.

Leaving it unset means AskNotifications applies, but users can change this setting.

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family
Default notification setting


  1. Allow sites to show desktop notifications
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultNotificationsSetting
    Value TypeREG_DWORD
    Value1
  2. Do not allow any site to show desktop notifications
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultNotificationsSetting
    Value TypeREG_DWORD
    Value2
  3. Ask every time a site wants to show desktop notifications
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultNotificationsSetting
    Value TypeREG_DWORD
    Value3


chrome.admx

Administrative Templates (Computers)

Administrative Templates (Users)