Before using my company's desktops, employees must acknowledge certain T&Cs. My company has asked me to build an app that will show these T&Cs to the user once they have logged in. They should be blocked from accessing the desktop while viewing this app, and if they choose to the decline the t&Cs, the app will automatically log them out.
I've tried creating an app that opens in fullscreen mode on startup, but I have the problem where a user can get around the app by doing something like pressing the Windows key to show the start menu. I'm sure there are other keyboards shortcuts to get the around app too.
I think I'm going about this the wrong way.
A more ideal solution would be for the user to enter a proper kiosk mode of Windows (with the app running), and then once they click the accept T&Cs button, it will direct them to the proper desktop mode of Windows. Is this somehow possible?
There are various versions of Windows being used (7 and up) and also most users use dual monitors.