You are here

About On-Screen Keyboard Portable

4 posts / 0 new
Last post
der_bayer36
Offline
Last seen: 5 years 2 weeks ago
Joined: 2019-03-11 13:07
About On-Screen Keyboard Portable

Hi, there is an error which is preventing me from launching on screen keyboard on windows 10 pro x64:

https://imgur.com/a/H2pgFA9

I hope someone could find a solution for this error. The onscreen keyboard* seems to depend on some files in system32 folder or on some registery enteries to work.

It would be much better to make your app work by itslef without them. Thanks for taking my suggestion into consideration.

John T. Haller
John T. Haller's picture
Offline
Last seen: 6 hours 5 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
osk.exe

It depends on the Windows On-Screen Keyboard being installed as part of Windows, which it is by default. It exists within system32 and is a file called osk.exe. If it is not present or if the system is locked down as to prevent running/accessing files in system32, it will not function.

Sometimes, the impossible can become possible, if you're awesome!

der_bayer36
Offline
Last seen: 5 years 2 weeks ago
Joined: 2019-03-11 13:07
I already have osk.exe and

I already have osk.exe and OskSupport.dll and I'd like to know which files, services, registery enteries the program uses to launch.

John T. Haller
John T. Haller's picture
Offline
Last seen: 6 hours 5 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
App Itself

The app itself uses HKCU\Software\Microsoft\Osk to store settings. Our launcher moves those in and out to make the experience portable as you move PCs. As for anything else that C:\Windows\system32\osk.exe needs, that's not our domain, as it's a Windows built-in app. If it doesn't work, you'll need to troubleshoot that at the OS level as it works by default on Windows 7, 8, and 10.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments