Table of Contents
✅ Step 1: Create a Standard Local User Account
✅ Step 2: Choose the App for Assigned Access
✅ Step 3: Configure Assigned Access via Settings
✅ Step 4: Test and Lock Down the Experience
Optional: Use PowerShell (Advanced)
Troubleshooting Tips
Home System Tutorial Windows Series How to configure assigned access for a user account in Windows

How to configure assigned access for a user account in Windows

Aug 05, 2025 am 01:28 AM

Create a standard local user account without a Microsoft account. 2. Choose a UWP app supported for kiosk mode. 3. Assign the app to the user via Settings under Family & other users. 4. Test the setup to ensure only the designated app runs and system access is restricted, with troubleshooting applied if necessary.

How to configure assigned access for a user account in Windows

Configuring Assigned Access in Windows allows you to restrict a user account to run only one specific app—ideal for kiosks, shared devices, or dedicated-purpose computers. This feature is available in Windows 10/11 Pro, Enterprise, and Education editions. Here’s how to set it up properly.

How to configure assigned access for a user account in Windows

✅ Step 1: Create a Standard Local User Account

Assigned Access must be set on a standard local user account, not an administrator or Microsoft account.

  1. Open SettingsAccountsFamily & other users.
  2. Under Other users, click Add account.
  3. Choose I don’t have this person’s sign-in information.
  4. Select Add a user without a Microsoft account.
  5. Enter a username (e.g., KioskUser) and password (optional, but recommended for security).
  6. Click Next. The account will be created as a standard user.

? Tip: Avoid using Microsoft accounts for kiosk users, as they may trigger unwanted sync or update prompts.

How to configure assigned access for a user account in Windows

✅ Step 2: Choose the App for Assigned Access

The app must be a Universal Windows Platform (UWP) app installed on the system. Common examples:

  • Microsoft Edge
  • Calculator
  • A custom kiosk app from the Microsoft Store

Desktop apps (like Chrome, Firefox, or traditional .exe programs) are not supported unless wrapped as a UWP app via tools like the Microsoft Intune App Wrapping Tool (enterprise only).

How to configure assigned access for a user account in Windows

To check if an app is UWP:

  • Open SettingsAppsApps & features
  • Look for apps labeled as “Windows” under the “Publisher” column.

✅ Step 3: Configure Assigned Access via Settings

  1. Go to SettingsAccountsFamily & other users.
  2. Under Set up assigned access, click Set up assigned access.
  3. Select the user account you created (e.g., KioskUser).
  4. Choose the UWP app you want to restrict them to (e.g., Microsoft Edge).
  5. Click OK.

Now, when that user logs in, only the selected app will run. They won’t be able to access the desktop, taskbar, or other apps.


✅ Step 4: Test and Lock Down the Experience

  • Log in as the assigned access user to verify:
    • Only the allowed app opens.
    • Keyboard shortcuts like Alt Tab, Win L, or Ctrl Shift Esc are restricted.
    • The user cannot exit the app to reach the desktop.

⚠️ Note: Some shortcuts may still work during app startup. Consider disabling unnecessary keys via Group Policy in enterprise environments.


Optional: Use PowerShell (Advanced)

You can also configure Assigned Access using PowerShell:

Add-AppxPackage -Path "C:\Path\To\App.appx"  # if installing a custom app

To set assigned access via registry (used by system):

# This sets the app using the App User Model ID (AUMID)
# First, find the AUMID of the app:
Get-StartApps

# Example output: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge
# Then run:
Set-AssignedAccess -UserName KioskUser -AppUserModelId "Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge"

? Note: Set-AssignedAccess requires the AssignedAccess PowerShell module, available in Windows 10 1803 .


Troubleshooting Tips

  • Assigned Access option grayed out?
    Ensure you're on Windows Pro/Enterprise and using a local standard user.

  • App doesn’t launch in kiosk mode?
    Confirm it’s a UWP app and the AUMID is correct.

  • User can still access desktop?
    Make sure no other accounts are auto-logging in and that Assigned Access is correctly applied.


Basically, just create a local user, pick a UWP app, and assign it through Settings or PowerShell. It’s not hard, but easy to miss a detail like account type or app compatibility.

The above is the detailed content of How to configure assigned access for a user account in Windows. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1502
276
How to Change Font Color on Desktop Icons (Windows 11) How to Change Font Color on Desktop Icons (Windows 11) Jul 07, 2025 pm 12:07 PM

If you're having trouble reading your desktop icons' text or simply want to personalize your desktop look, you may be looking for a way to change the font color on desktop icons in Windows 11. Unfortunately, Windows 11 doesn't offer an easy built-in

Fixed Windows 11 Google Chrome not opening Fixed Windows 11 Google Chrome not opening Jul 08, 2025 pm 02:36 PM

Fixed Windows 11 Google Chrome not opening Google Chrome is the most popular browser right now, but even it sometimes requires help to open on Windows. Then follow the on-screen instructions to complete the process. After completing the above steps, launch Google Chrome again to see if it works properly now. 5. Delete Chrome User Profile If you are still having problems, it may be time to delete Chrome User Profile. This will delete all your personal information, so be sure to back up all relevant data. Typically, you delete the Chrome user profile through the browser itself. But given that you can't open it, here's another way: Turn on Windo

How to fix second monitor not detected in Windows? How to fix second monitor not detected in Windows? Jul 12, 2025 am 02:27 AM

When Windows cannot detect a second monitor, first check whether the physical connection is normal, including power supply, cable plug-in and interface compatibility, and try to replace the cable or adapter; secondly, update or reinstall the graphics card driver through the Device Manager, and roll back the driver version if necessary; then manually click "Detection" in the display settings to identify the monitor to confirm whether it is correctly identified by the system; finally check whether the monitor input source is switched to the corresponding interface, and confirm whether the graphics card output port connected to the cable is correct. Following the above steps to check in turn, most dual-screen recognition problems can usually be solved.

Want to Build an Everyday Work Desktop? Get a Mini PC Instead Want to Build an Everyday Work Desktop? Get a Mini PC Instead Jul 08, 2025 am 06:03 AM

Mini PCs have undergone

Fixed the failure to upload files in Windows Google Chrome Fixed the failure to upload files in Windows Google Chrome Jul 08, 2025 pm 02:33 PM

Have problems uploading files in Google Chrome? This may be annoying, right? Whether you are attaching documents to emails, sharing images on social media, or submitting important files for work or school, a smooth file upload process is crucial. So, it can be frustrating if your file uploads continue to fail in Chrome on Windows PC. If you're not ready to give up your favorite browser, here are some tips for fixes that can't upload files on Windows Google Chrome 1. Start with Universal Repair Before we learn about any advanced troubleshooting tips, it's best to try some of the basic solutions mentioned below. Troubleshooting Internet connection issues: Internet connection

How to clear the print queue in Windows? How to clear the print queue in Windows? Jul 11, 2025 am 02:19 AM

When encountering the problem of printing task stuck, clearing the print queue and restarting the PrintSpooler service is an effective solution. First, open the "Device and Printer" interface to find the corresponding printer, right-click the task and select "Cancel" to clear a single task, or click "Cancel all documents" to clear the queue at one time; if the queue is inaccessible, press Win R to enter services.msc to open the service list, find "PrintSpooler" and stop it before starting the service. If necessary, you can manually delete the residual files under the C:\Windows\System32\spool\PRINTERS path to completely solve the problem.

Can a Mini PC Replace Your Desktop PC? Can a Mini PC Replace Your Desktop PC? Jul 07, 2025 pm 12:12 PM

We typically see deskto

How to show file extensions in Windows 11 File Explorer? How to show file extensions in Windows 11 File Explorer? Jul 08, 2025 am 02:40 AM

To display file extensions in Windows 11 File Explorer, you can follow the following steps: 1. Open any folder; 2. Click the "View" tab in the top menu bar; 3. Click the "Options" button in the upper right corner; 4. Switch to the "View" tab; 5. Uncheck "Hide extensions for known file types"; 6. Click "OK" to save settings. This setting helps identify file types, improve development efficiency, and troubleshoot problems. If you just want to view the extension temporarily, you can right-click the file and select "Rename" and press the Esc key to exit, and the system settings will not be changed.

See all articles