C#
C#

help

Root Question Message

javboy
javboy3/8/2023
✅ 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.)
Sossenbinder
Sossenbinder3/8/2023
If you're on windows, you can leverage the win32 api
Sossenbinder
Sossenbinder3/8/2023
I'm not sure about other platforms though
javboy
javboy3/8/2023
yeah pure win 10 LTSC
jcotton42
jcotton423/8/2023
These are OS-level settings though
javboy
javboy3/8/2023
i cant do IoT just LTSC enterprise
jcotton42
jcotton423/8/2023
Second link should work then
jcotton42
jcotton423/8/2023
I think
javboy
javboy3/8/2023
thanks ill look
javboy
javboy3/8/2023
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
javboy
javboy3/8/2023
can i call that from my app?
jcotton42
jcotton423/8/2023
I dunno
I just googled "windows kiosk" because I remembered this feature existing
javboy
javboy3/8/2023
gocha
javboy
javboy3/8/2023
looks its not a dynamic lockdown
javboy
javboy3/10/2023
end solution (for now) was to use the KBDLLHOOKSTRUCT and the user32.dll to manage hooks
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy