Preventing Multiple Instances of Apps in Assigned Access Mode on Windows 10
Assigned Access is a feature in Windows 10 that allows you to configure multi-app kiosk users. This feature works great, but sometimes you might encounter issues where users can open multiple instances of a program. In this article, we will discuss how to prevent this from happening.
What is Assigned Access?
Assigned Access is a feature in Windows 10 that allows you to set up a kiosk or public device that runs a single app or a set of apps. This feature is useful in scenarios where you want to restrict users from accessing the full operating system and only allow them to use specific apps. This is especially useful in public spaces, schools, or businesses where you want to limit what users can do on a device.
Preventing Multiple Instances of Apps
By default, Assigned Access allows users to open multiple instances of the same app. This can be a problem if you want to restrict users to using only one instance of an app at a time. To prevent this, you can use a group policy setting to limit the number of instances of an app that can run in Assigned Access mode.
Using Group Policy to Limit App Instances
To limit the number of instances of an app that can run in Assigned Access mode, you can use the LimitAppContainerToSingleUser group policy setting. This setting is located in the following location:
Computer Configuration > Administrative Templates > Windows Components > App Container > Settings for App Container Isolation > LimitAppContainerToSingleUser
To use this setting, follow these steps:
- Open the Group Policy Editor.
- Navigate to the location listed above.
- Double-click on the
LimitAppContainerToSingleUsersetting. - Set the setting to
Enabled. - In the
Optionssection, enter the package family name of the app that you want to limit to a single instance.The package family name is a unique identifier for an app. You can find the package family name of an app by looking at the app's
AppxManifest.xmlfile. The package family name is located in thePackage/Identity/Nameelement.For example, if the package family name of the app is
microsoft.microsoftedge_8wekyb3d8bbwe, you would enter this value in theOptionssection.- Assigned Access is a feature in Windows 10 that allows you to configure multi-app kiosk users.
- By default, Assigned Access allows users to open multiple instances of the same app.
- To prevent this, you can use the
LimitAppContainerToSingleUsergroup policy setting to limit the number of instances of an app that can run in Assigned Access mode.
References