I am making a winforms app for a public kiosk,so the users need to sign in to use the pc. but i don't know how can i block the users from pressing keyboard keys that will get the ability for the users to use the pc without login,for example by pressing windows + alt and creating a new desktop or other ways,any help will be appreciated
Asked
Active
Viewed 118 times
0
-
1it's too hard. it's the os controlls the app, not the other way around. – Lei Yang Feb 10 '22 at 13:31
-
https://stackoverflow.com/questions/1175675/blocking-shortcut-keys-using-c-sharp – Abhinav Pandey Feb 10 '22 at 14:04
-
3[Set up a single-app kiosk on Windows 10/11](https://learn.microsoft.com/en-us/windows/configuration/kiosk-single-app) – Jimi Feb 10 '22 at 14:23