Hello everyone, I want to create an application on a Windows machine. The application consists of only one form (maximize) and with only one button("Click to unlock"). And have the following requirements.
1. Application start when the machine boots.
2. It can not be closed using any keypress.
3. Only when the button is clicked the form will close.
Sounds like a kiosk app or what I seen in cyber cafe. I think some windows settings can be configure using registry editor then by default, user login with lower privilege (not Administrator) so he/she cannot access certain settings or open task manager and press Ctrl+Alt+Del.
Sounds like a kiosk app or what I seen in cyber cafe. I think some windows settings can be configure using registry editor then by default, user login with lower privilege (not Administrator) so he/she cannot access certain settings or open task manager and press Ctrl+Alt+Del.
I think it partly depends on what you want the user to be able to do once they've got past your screen.
@aeric solution requires some hands on with Windows to set the machine up in Kiosk mode, plus you have to have a suitable version of Windows. However this will give you most control over what can and cannot be done once your screen is clicked.
My version should work on any version of Windows but really won't allow you to restrict anything later on.