Quick and dirty project for comfortably setting up a single-app kiosk user on windows.
In an elevated console (with administrative rights)
Imprison.exe UserName /pw:password AppPath
- username - the username you want to 'imprison'
- password (optional) - the password to the given username
- AppPath - the single application you want to limit the user to
If the specified user does not exist, it will be created and added to the Users group automatically.
- Imprison replaces the system shell (explorer.exe) with the application you specified for the given user.
- Additionally, the task manager and registry editor are disabled for the given user.
- Automatic login will be set to login the kiosk user.
You can read more about shell replacement here
This project is licensed unter MIT License - see LICENSE.md file for details