en-US windows computer user

Configure kiosk reset after idle timeout

Verified with Windows 11 25H2 — updated on July 30, 2026

Windows 11 25H2

Supported on: Microsoft Edge on Windows 10, Version 1809 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Microsoft Edge

Description

You can configure Microsoft Edge to reset to the configured start experience after a specified amount of idle time. The reset timer begins after the last user interaction. Resetting to the configured start experience deletes the current user’s browsing data. If enabled, you can set the idle time in minutes (0-1440). You must set the Configure kiosk mode policy to 1 and configure Microsoft Edge in assigned access as a single app for this policy to work. Once the idle time meets the time specified, a confirmation message prompts the user to continue, and if no user action, Microsoft Edge resets after 30 seconds. If you set this policy to 0, Microsoft Edge does not use an idle timer. If disabled or not configured, the default value is 5 minutes. If you do not configure Microsoft Edge in assigned access, then this policy does not take effect.

Registry

HKLM Software\Policies\Microsoft\MicrosoftEdge\KioskMode
HKCU Software\Policies\Microsoft\MicrosoftEdge\KioskMode

Value name: ConfigureKioskResetAfterIdleTimeout

More options available

Options

ConfigureKioskResetAfterIdleTimeout decimal - range 0-1440 - default: 5

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/Browser/ConfigureKioskResetAfterIdleTimeout
User ./User/Vendor/MSFT/Policy/Config/Browser/ConfigureKioskResetAfterIdleTimeout
DeviceUser Since Windows 10, version 1809 [10.0.17763] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Configure kiosk reset after idle timeout
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge on Windows 10, Version 1809 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\MicrosoftEdge\KioskMode]
"ConfigureKioskResetAfterIdleTimeout"=dword:00000001
"ConfigureKioskResetAfterIdleTimeout"=dword:00000005
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure kiosk reset after idle timeout
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge on Windows 10, Version 1809 or later

$path = 'HKLM:\Software\Policies\Microsoft\MicrosoftEdge\KioskMode'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ConfigureKioskResetAfterIdleTimeout' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'ConfigureKioskResetAfterIdleTimeout' -Value 5 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview