question

AndreMulder-2358 avatar image
0 Votes"
AndreMulder-2358 asked Sean-Liming edited

Win10 LTSC kiosk error using Edge

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-10-setupwindows-iot-10core
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Miles-MSFT avatar image
0 Votes"
Miles-MSFT answered

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:
1. Configure assigned access by appusermodelid and user name
2. Configure assigned access by appusermodelid and user SID
3. Configure assigned access by app name and user name
4. Configure assigned access by app name and user SID

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

Best regards
Miles

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Sean-Liming avatar image
0 Votes"
Sean-Liming answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.