I want to start the new On-Screen-Keyboard (OSK) using code. You can find this one in the taskbar:

(if not there you find it by right clicking the taskbar).
I have already tried the regular:
System.Diagnostics.Process.Start("osk.exe");
Run Code Online (Sandbox Code Playgroud)
But I want to start the other one (not in window mode). Here you see which OSK I want and which one not:

How can I start that version? And how can I start it in a certain setting (if possible)?