Win10 LTSC kiosk error using Edge

Andre Mulder 1 Reputation point
2021-05-04T06:28:05.087+00:00

I have a touchpanel device using Win10 LTSC 2019 that needs to work as a kiosk with IE, Edge or Chrome in order to present a custom (IoT) webpage. For this I want to use kiosk mode, but when configuring no apps are shown while setting up assigned access. I can setup assigned access using powershell but then I get an error on boot.

How can I use assigned access to get this touchpanel to work in assigned access mode with a browser?

I'm aware that LTSC is receiving a stable update stream, which is not with Edge/Chrome, however this is of none importance to the use. The touchpanel is showing a webpage presenting values from various sources.

I'm receiving the following when setting up assigned access using powershell:
* Error 0x80004007 with IE
* Error 0x80270254 with Edge

Setting up assigned access using => set-assignedaccess -username "kiosk" -appname edge (or IE

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
384 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,922 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Miles 1,256 Reputation points
    2021-05-05T06:46:05.667+00:00

    Hi

    We can set up a kiosk using powershell. Before we run the cmdlet ,we should :

    1. Log in as administrator.
    2. Create the user account for Assigned Access.
    3. Log in as the Assigned Access user account.
    4. Install the Universal Windows app that follows the assigned access/above the lock guidelines.
    5. Log out as the Assigned Access user account.
    6. Log in as administrator.
      Then run powershell as administrator:
    7. Configure assigned access by appusermodelid and user name
    8. Configure assigned access by appusermodelid and user SID
    9. Configure assigned access by app name and user name
    10. Configure assigned access by app name and user SID

    For more information about kiosk ,please search https://learn.microsoft.com/en-us/windows/configuration/kiosk-single-app

    Best regards
    Miles

    0 comments No comments

  2. Sean Liming 4,591 Reputation points
    2021-05-05T15:35:23.93+00:00

    Assigned access was a cute workaround solution to launch UWP applications at startup, but there some problems with Assigned access. For regular .EXE use Shell Launcher instead to launch the browser on startup. Managing the the shell is much easier under Shell Launcher as there is a WMI API set and utilities available based on the WMI API set.

    0 comments No comments