en-US

Default idle detection setting

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

Registry

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

Options

DefaultIdleDetectionSetting enum
  • Allow sites to detect idle state without asking the user -> 1
  • Do not allow any site to detect the user's idle state -> 2
  • Ask every time a site wants to detect the user's idle state -> 3

Description

Setting this policy to 1 - AllowIdleDetection allows websites to use the Idle Detection API without requesting user permission. Setting this policy to 2 - BlockIdleDetection prevents websites from using the Idle Detection API. Setting this policy to 3 - AskIdleDetection requires websites to request user permission each time before using the Idle Detection API. If you do not configure this policy, users can decide whether to allow the Idle Detection API and can change this setting themselves. Policy options mapping: * AllowIdleDetection (1) = Allow sites to detect idle state without asking the user * BlockIdleDetection (2) = Do not allow any site to detect the user's idle state * AskIdleDetection (3) = Ask every time a site wants to detect the user's idle state Use the preceding information when configuring this policy.