We have a touchscreen game that we’re looking to have run only in kiosk mode. It will not normally even have a keyboard, but we don’t want a malicious user to be able to plug one in and start using windows shortcuts. Is there a way to disable these shortcuts in Unity? From what I’ve been seeing, there’s no getting around CRTL+ALT+DEL even if we’re looking for non-Unity solutions, but what about ALT+TAB, ALT+F4, Windows Key+, etc?
I know Windows 10 has a kiosk mode, but we were hoping to do it in just Unity, since it sounds like if we update the exe, we might also have to update the Windows 10 kiosk mode, and we’re looking to avoid that after the initial setup.
I must have been tired when I wrote that, I re-read and before I didn’t see that you already knew about the kiosk mode, my mistake!
Perhaps there is more to it though, I looked into it a bit more, and stumbled on this:
Perhaps there is a way to have a unity app run as a “lock screen app” which makes it the only available app on the system? Couldn’t say for sure as I’ve never tried.