Kiosk Mode on Iot

Naveen Vuppala 21 Reputation points
2022-09-07T21:25:37.273+00:00

I am trying to run a custom app on Kiosk Mode on Windows Iot, I am getting a black screen, but when I use a notepad as kiosk app, kiosk works fine,
I dont see anything in the event viewer.

Windows 10 IoT Core
Windows 10 IoT Core
An Azure subscription offering that provides the essential services needed to commercialize a device on Windows 10 IoT Core.
237 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,753 questions
{count} votes

Accepted answer
  1. Sean Liming 4,141 Reputation points MVP
    2022-09-12T15:48:13.313+00:00

    I would recommend using Shell Launcher V1 over Kiosk Mode. You can enable shell launcher either in an Answer file or via Control Panel->Programs and Features->Turn Windows features on or off (found under Device Lockdown) Microsoft provides a WMI API and a PowerShell script to configure Shell Launcher. I have some Shell Launcher Utilities based on these WMI API to make the set up easier.


3 additional answers

Sort by: Most helpful
  1. Seeya Xi-MSFT 14,806 Reputation points Microsoft Vendor
    2022-09-13T03:09:56.683+00:00

    Hi @Naveen Vuppala ,

    Welcome to Microsoft Q&A!
    Please read this document about Kiosk Mode: https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/kiosk-mode/kiosk-mode
    Hope this would give you some idea. Also, you'd better use Windows 10 IoT Enterprise.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

  2. Naveen Vuppala 21 Reputation points
    2022-10-06T16:13:06.617+00:00

    @Sean Liming I want to logoff when application exits out if kiosk mode, I could not find any mode, can you let me know if this is a possibility. Regards
    Naveen,

  3. Sean Liming 4,141 Reputation points MVP
    2022-10-06T17:10:55.397+00:00

    Shell Launcher doesn't offer a log off mode. The options are: do nothing, restart shell, shutdown, or reboot. You would have to create your own mechanism to log off when the shell is closed.