On Screen Keyboard in Kiosk mode (UWP)

Luc Dallaire 26 Reputation points
2021-02-09T00:23:46.517+00:00

We have an UWP application running in fullscreen mode on Windows 10 in kiosk mode. It is installed using side loading.

The hardware is a panel computer with a touch screen and no physical keyboard.

1) When running the application on the desktop using the admin account, the on screen keyboard appear when an numerical input control is focused. (Not in kiosk mode)
2) The on screen keyboard is available to log in Windows!
3) The on screen keyboard doesn't appear when we are in Kiosk mode and focus the same control as above. (When running in the assigned account. The apps runs fine otherwise, just no OSK)

I have seen people telling in web answers that adding random registry keys solves their problem with similar issues.

What is a clean solution to this problem and where is the Microsoft documentation for this located?

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

Accepted answer
  1. Teemo Tang 11,466 Reputation points
    2021-02-09T01:51:10.497+00:00

    Adding the following two reg entries and restart computer.
    HKCU\Software\Microsoft\TabletTip\1.7\EnableDesktopModeAutoInvoke = 1
    HKCU\Software\Microsoft\windows\CurrentVersion\ImmersiveShell\TabletMode = 1

    My previous case.
    https://learn.microsoft.com/en-us/answers/questions/119887/on-screen-keyboard-not-working-on-windows-10-kiosk.html

    I don't find a specific Microsoft document explain this situation.

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    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 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. azon2111 16 Reputation points
    2022-08-29T19:40:48.217+00:00

    Just a heads up. It is much easier and better to apply these to the LOCAL MACHINE registry hive NOT the CURRENT USER hive. Else you have to apply this and then switch to kiosk and then to kiosk app like edge. Wasted so much time applying to current user hive.

    3 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.