✅ intercept keyboard
I'm working on a kiosk app that should lock out certain user levels, just inquiring the best method to intercept Keyboard inputs that would let the user leave the app (ctrl, win ect.)
12 Replies
If you're on windows, you can leverage the win32 api
I'm not sure about other platforms though
yeah pure win 10 LTSC
Kiosk Mode
Learn about Kiosk Mode in Windows IoT Enterprise.
Kiosk settings for Windows 10/11 in Microsoft Intune
Configure your Windows 10/11 client devices as single-app and multi-app kiosks, customize the start menu, add apps, show the task bar, and configure a web browser in Microsoft Intune.
These are OS-level settings though
i cant do IoT just LTSC enterprise
Second link should work then
I think
thanks ill look
multi app kiosk looks like it might fit, but depending on users on the app ( can be local non windows accounts, or LDAP authenticated accounts from another Domain) users should or should not have access to windows shell
can i call that from my app?
I dunno
I just googled "windows kiosk" because I remembered this feature existing
gocha
looks its not a dynamic lockdown
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.end solution (for now) was to use the KBDLLHOOKSTRUCT and the user32.dll to manage hooks