Set up Windows Kiosk Mode

Welcome to the comprehensive guide series on setting up kiosk mode in Windows 11! In this five-part series, we'll explore various methods to configure kiosk mode, starting with manual configuration. Kiosk mode can transform your Windows 11 device into a dedicated, restricted environment, ideal for public-facing or specialized usage scenarios. In this series, we will cover the following topics:

Set up Windows Kiosk Mode

Welcome to the comprehensive guide series on setting up kiosk mode in Windows 11! In this five-part series, we'll explore various methods to configure kiosk mode, starting with manual configuration. Kiosk mode can transform your Windows 11 device into a dedicated, restricted environment, ideal for public-facing or specialized usage scenarios. In this series, we will cover the following topics:

What is Kiosk mode?

Kiosk mode configures Windows 11 for a single-purpose device that runs only one (or two) application(s). Kiosk mode is also referred to as Assigned Access in Windows 11. You would typically use this feature to set up a computer as a kiosk device for guests to access the internet, fill out a form, or convert a device into a digital sign to demo products or promote your business.

Single app Kiosk mode

Typically, with Kiosk mode, the Windows 11 device would be configured to sign in automatically and launch only one application in full-screen mode using a restricted user account that won't let anyone access the desktop, switch to a different app or change any system settings. This is the scenario that we will be focusing on in this article.

Multi app Kiosk mode

The Microsoft documentation references a multi-app kiosk mode, where one or more apps can be launched from the Start menu or desktop. People using the kiosk see a customized Start menu that shows only the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people.

For more information on how to set up a multi-app kiosk see Set up a multi-app kiosk on Windows 11 - Configure Windows - Microsoft Learn. Even though, in this article we will be focusing on the single app kiosk mode scenario, the multi-app kiosk mode is configured with either with Intune or the MDM Bridge WMI Provider so it may be worth reading the relevant sections below.

Kiosk mode configuration methods

There are several different ways to configure Kiosk mode with single or multiple UWP apps or desktop/Win32 apps and with a local user account, AD user account or Azure AD user account (Entra ID). This Microsoft article has a great breakdown of the different configuration options and provides the below summary: Configure kiosks and digital signs on Windows 10/11 desktop editions - Configure Windows - Microsoft Learn

Set up Windows Kiosk Mode screenshot 1

Setting up Kiosk mode in Windows 11

In this section, we will walk you through enabling, configuring, and disabling Kiosk mode in Windows 11. First, we will look at how to enable Kiosk mode using the Windows 11 GUI interface, then we will look at how to enable it using PowerShell.

Open Settings, click on Accounts then click the Other Users page on the right side.

Set up Windows Kiosk Mode screenshot 2

Scroll down to the Set Up a Kiosk option and then click Get Started.

Set up Windows Kiosk Mode screenshot 3

Specify the account name or enter the default of Kiosk and then click Next.

Set up Windows Kiosk Mode screenshot 4

Select the application that will be used for the Kiosk mode. In this example, we will select Microsoft Edge. Then click Next.

Set up Windows Kiosk Mode screenshot 5

Select how the kiosk will be used and then click Next.

Set up Windows Kiosk Mode screenshot 6

Enter the website URL that will be displayed in Edge, and then specify the inactivity timeout when Edge should be restarted.

Set up Windows Kiosk Mode screenshot 7

Click Close.

Set up Windows Kiosk Mode screenshot 8

Verifying the local user account

If we open the Local Users and Groups MMC console, we can see that a “kioskUser0" account has been created.

Set up Windows Kiosk Mode screenshot 9

Restarting and testing

Next, we should restart the device.

Set up Windows Kiosk Mode screenshot 10

After the device has restarted, there will be the option to sign in with the new Kiosk account.

Set up Windows Kiosk Mode screenshot 11

Once the Kiosk account has signed in, the Edge browser window will appear in full screen. The kiosk mode prevents access to the Start menu or anywhere else on the desktop and all keyboard shortcuts will be disabled.

Set up Windows Kiosk Mode screenshot 12

Disabling Kiosk mode

Hit Ctrl-Alt-Delete to break out of the Kiosk mode, which will allow you to sign out of the kiosk session.

Set up Windows Kiosk Mode screenshot 13

To deactivate the Kiosk mode, sign in with the local Administrator account.

Set up Windows Kiosk Mode screenshot 14

Open Settings, click on Accounts then click the Other Users page on the right side.

Set up Windows Kiosk Mode screenshot 15

Click on the active Kiosk mode.

Set up Windows Kiosk Mode screenshot 16

Select Kiosk - Microsoft Edge.

Set up Windows Kiosk Mode screenshot 17

Click Remove Kiosk.

Set up Windows Kiosk Mode screenshot 18

Click the Remove button to deactivate the Kiosk mode.

Set up Windows Kiosk Mode screenshot 19

In the next post we will discuss how to set up Windows Kiosk mode with PowerShell.