How do you close the onscreen keyboard in Processing?

edited January 2017 in Questions about Code

I am using Windows 10 and my old technique of Process pNotePad; String [] files;

    pKeyboard = launch (new String[] { "taskkill IM/ osk.exe /F"});

Does not work.... I can open the keyboard but won't close it.... I tried taskkill Inot the command prompt and get an access denied error.... is this a windows 10 thing? It worked on win8... any way around it?

Tagged:
This discussion has been closed.