What is kiosk mode (Windows assigned access)? | Definition from TechTarget (2024)

What is kiosk mode (Windows assigned access)? | Definition from TechTarget (1)

By

  • Rahul Awati

What is kiosk mode (Windows assigned access)?

Kiosk mode is a feature in Windows operating system (OS) that allows a device to run only specified applications and settings. So, if a user such as an administrator wants the device to allow only one application to run, they can do so using kiosk mode.

Kiosk mode, identified as assigned access in later versions of Windows, today is a way to restrict a Windows 10 or Windows 11 system from running multiple programs. In a single-app kiosk, the user cannot do anything on the device outside of the kiosk app. The main purpose of running kiosk mode is to prevent users from accessing the system in unauthorized ways, such as modifying the device settings, switching to other applications or tabbing out of the kiosk application.

Admins commonly use kiosk mode to lock down a device and force it to run only one application or program, effectively turning it into a single-purpose device.

A common application of kiosk mode is to lock down a Windows device when it is being used in a public setting. For example, it can be used to lock down a point-of-sale (POS) application to prevent customers or bored employees from shifting out of the application and browsing other apps. It also prevents users from closing important tools or otherwise disrupting the intended use of the computer, such as recording sales, managing inventory, displaying presentations or generating invoices. Similarly, computers in a retail store can be configured to run in kiosk mode to provide customers access to a demonstration application while locking down all other applications.

Kiosk mode in older Windows operating systems

Kiosk mode is available in older Windows operating systems such as Windows XP, Windows Vista, Windows 7 and Windows 8. However, these OSes require changes to the Windows registry to invoke the kiosk mode. These changes can be made with registry editing tools like regedit.exe or regedt32.exe and include defining the application being enabled and any startup string. Registry changes require expertise on the part of the administrator setting up the kiosk computer, and improper registry edits can render the computer unbootable.

Starting with Windows 8.1, administrators can invoke kiosk mode by setting up Assigned Access when managing user accounts, which is considerably easier and less error-prone than making registry changes. In addition, under Windows 8.1, administrators can opt to have a system automatically log into assigned access mode so that kiosk mode will automatically restart if the system reboots. Other users can sign out of the assigned access mode by rebooting the computer and signing in with another (non-kiosk) account.

Assigned access can also be set to be disabled by rebooting the computer, through managing user accounts and opting not to use assigned access as a kiosk user account restriction. The computer will generally need to be restarted anytime changes are made to user account configurations.

Kiosk mode in Windows 10 and 11

Windows 10 and 11 systems also use the Assigned Access feature to set up a single-app kiosk and to run that app above the lock screen. The app launches automatically when the kiosk account (who may be the admin) signs in.

When setting up kiosk mode in Windows 10 or 11 systems, it's important to keep these considerations in mind:

  • To enable the mode, user account control (UAC) must be enabled, if it is not already enabled by default. This feature protects the OS from unauthorized changes and generates notifications for any changes that require admin-level permission.
  • Kiosk mode cannot be set up over remote desktop connections; physical sign-in to the kiosk system is required.
  • Kiosk mode apps cannot use copy and paste.
What is kiosk mode (Windows assigned access)? | Definition from TechTarget (2)

How to set up kiosk mode in Windows 10 and 11

In Windows 10 and 11, a single-app kiosk can be configured in one of four ways:

  • Locally within Windows Settings.
  • Using Windows PowerShell cmdlets.
  • Using the kiosk wizard in Windows Configuration Designer.
  • Using a mobile device management (MDM) provider like Microsoft Intune.

All four options are available in Windows 10 Pro/Enterprise/Education editions and Windows 11 OS. For options three and four in Windows 10 Pro, version 1709 and above is required.

Setting up kiosk mode locally

In Windows 10 and 11 systems, a default setting enables automatic sign-in to the kiosk account after a restart. If this setting is already enabled and the user requires automatic sign-in to use kiosk mode, they don't need to make any changes to the settings.

To prevent automatic sign-in, the default setting must be changed as follows:

  • Open the Settings app.
  • Go to Accounts > Sign-in options.
  • Set the "Use my sign-in info to automatically finish setting up the device after an update or restart setting" to Off.

After changing the setting, the user can apply the kiosk configuration to that device.

Setting up kiosk mode with PowerShell

Local standard admin users can use PowerShell cmdlets to set up assigned access and kiosk mode on more than one Windows device. They must run PowerShell as admin and use any of these cmdlets:

Set-AssignedAccess -AppUserModelId <AUMID> -UserName <username>Set-AssignedAccess -AppUserModelId <AUMID> -UserSID <usersid>Set-AssignedAccess -AppName <CustomApp> -UserName <username>Set-AssignedAccess -AppName <CustomApp> -UserSID <usersid>

The following process must be followed before running the cmdlet:

  • Sign in as admin and then sign in as the Assigned Access user account (create an account if it's not already created).
  • Install the Universal Windows app.
  • Sign out from the Assigned Access user account.
  • Sign in again as admin.

Setting up kiosk mode with the kiosk wizard

Windows Configuration Designer (it must be installed first) provides a Provision kiosk devices wizard to configure kiosk mode. The kiosk can run either a Universal Windows app or a Windows desktop application.

What is kiosk mode (Windows assigned access)? | Definition from TechTarget (3)

To use the kiosk wizard, follow these steps:

  • Select Provision kiosk devices in Windows Configuration Designer.
  • Name the project.
  • Select Next.
  • Enable device setup.
  • Configure the device name and devices for shared use.
  • Enter product key.
  • Set up the network and configure its settings (network SSID, network type).
  • Enable account management and configure the settings for Active Directory and Azure Active Directory.
  • Add applications.
  • Add certificates for the kiosk device and configure certificate name and path.
  • Configure the kiosk account and the kiosk mode app.
  • Configure auto sign-in (yes or no).
  • Configure kiosk common settings.
  • Select Finish.
  • Select Yes to password-protect the provisioning package.

Setting up kiosk mode with MDM

MDM services use an AssignedAccess configuration service provider to enable kiosk setup. This method requires the following steps:

  • Go to the KioskModeApp setting in Assigned Access.
  • Enter the user account name and the Application User Model ID for the app that will run in kiosk mode.
What is kiosk mode (Windows assigned access)? | Definition from TechTarget (4)

MDM providers also offer documentation with the steps required to set up kiosk mode. It's important to follow these steps to configure the mode properly using this method.

Learn 4 different methods for setting up kiosk mode in Windows 11. And see how to exit kiosk mode in any OS. Get started with kiosk mode in the enterprise: possibilities, benefits and challenges.

This was last updated in October 2023

Continue Reading About kiosk mode (Windows assigned access)

  • How to set up kiosk mode for iPad and other OSes
  • Deploy kiosk devices with the Managed Home Screen Android app
  • Windows kiosk mode locks down PCs, but note workarounds
  • 6 key identity and access management benefits

Related Terms

software patch
A software patch or fix is a quick-repair job for a piece of programming designed to resolve functionality issues, improve ...Seecompletedefinition
What is a device driver?
A device driver, or driver, is a special kind of software program that controls a specific hardware device attached to a computer.Seecompletedefinition
Windows Server Update Services (WSUS)
Windows Server Update Services (WSUS) is a Windows server role that can plan, manage and deploy updates, service packs, patches ...Seecompletedefinition

Dig Deeper on Windows OS and management

  • How to add and enroll devices to Microsoft IntuneBy: Petervan der Woude
  • What types of management are available for thin client OSes?By: ChrisTwiest
  • Assign GPUs to virtual machines with VMware vGPU modeBy: StephenBigelow
  • How to handle rugged device management in the enterpriseBy: WillKelly
What is kiosk mode (Windows assigned access)? | Definition from TechTarget (2024)
Top Articles
Nintendo Support: Error Code: 2618-0513
Nintendo Support: Compatibility Between NAT Types
Devon Lannigan Obituary
Www.fresno.courts.ca.gov
Regal Amc Near Me
Professor Qwertyson
Dr Lisa Jones Dvm Married
Www Thechristhospital Billpay
Employeeres Ual
Culver's Flavor Of The Day Monroe
Bme Flowchart Psu
Our Facility
Wisconsin Women's Volleyball Team Leaked Pictures
Dump Trucks in Netherlands for sale - used and new - TrucksNL
Samsung Galaxy S24 Ultra Negru dual-sim, 256 GB, 12 GB RAM - Telefon mobil la pret avantajos - Abonament - In rate | Digi Romania S.A.
The ULTIMATE 2023 Sedona Vortex Guide
Bitlife Tyrone's
Tnt Forum Activeboard
Voy Boards Miss America
Strange World Showtimes Near Roxy Stadium 14
Missed Connections Inland Empire
Days Until Oct 8
Apple Original Films and Skydance Animation’s highly anticipated “Luck” to premiere globally on Apple TV+ on Friday, August 5
Menards Eau Claire Weekly Ad
Homeaccess.stopandshop
Shadbase Get Out Of Jail
All Obituaries | Verkuilen-Van Deurzen Family Funeral Home | Little Chute WI funeral home and cremation
Chime Ssi Payment 2023
Piri Leaked
Sand Dollar Restaurant Anna Maria Island
Marquette Gas Prices
Foodsmart Jonesboro Ar Weekly Ad
Gopher Carts Pensacola Beach
Core Relief Texas
Ultra Clear Epoxy Instructions
1987 Monte Carlo Ss For Sale Craigslist
Morlan Chevrolet Sikeston
A Man Called Otto Showtimes Near Carolina Mall Cinema
Linabelfiore Of
Today's Gas Price At Buc-Ee's
Tugboat Information
Ashoke K Maitra. Adviser to CMD&#39;s. Received Lifetime Achievement Award in HRD on LinkedIn: #hr #hrd #coaching #mentoring #career #jobs #mba #mbafreshers #sales…
Hometown Pizza Sheridan Menu
Aita For Announcing My Pregnancy At My Sil Wedding
Mugshots Journal Star
Marcal Paper Products - Nassau Paper Company Ltd. -
Canvas Elms Umd
Theatervoorstellingen in Nieuwegein, het complete aanbod.
Autozone Battery Hold Down
Thrift Stores In Burlingame Ca
OSF OnCall Urgent Care treats minor illnesses and injuries
Booked On The Bayou Houma 2023
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 5366

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.