Wpf application targeting .NET Framework 4.6.2 on Windows 10 Enterprise. The touch keyboard shows up automatically when a text field gets focus.
The computer station must operate in kiosk mode and one way to achieve it is to replace the default shell for the logged in user.
According to How to run custom, non window app in kiosk mode in windows 10 the following registry key was added: HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
Now the application runs in kiosk mode but the virtual keyboard is not shown anymore, so it is useless.
Can someone confirm that automatic keyboard introduced in .NET Framework 4.6.2 doesn't work if the application is launched as the default shell ?
In the article Use Shell Launcher to create a Windows 10 kiosk, talking about the shell launcher Version 2 enhancements, it is reported:
You can use a custom Windows desktop application that can then launch UWP apps, such as Settings and Touch Keyboard.
Is the above keyboard the same one I need ? Following the shell launcher version 2 procedure will the keyboard popup again without rewriting the application code?
Thanks Filippo