I have an application where I have to restrict users from using Windows functionality, so I do this by killing the explorer.exe process, and launching my application in fullscreen.
Everything worked fine until the Windows 10 1709 (Fall Creators) update, when the virtual keyboard won't show up anymore (when touching a text-box, or some any other user-input widget).
How can this be fixed (without downgrading the OS)?
The application is written in WPF, and it runs on a Surface 3 tablet.