How do I set up a kiosk for self check-in?

The basics of setting up a self check-in kiosk in your browser are:

In your Chrome Browser

  1. Close all internet browsers running on the computer.

  2. Create a new shortcut for Google Chrome on your desktop.

  3. Right click on your shortcut and select Properties.

  1. In the target section, you will see a link to a Chrome executable file (ending in chrome.exe). After the ", insert the following:

  2. --kiosk --kiosk-printing "[your URL, from your Self Check-In App]"

  3. The setting for your target could now look something like this:

  4. "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk --kiosk-printing “https://yourdomain/eventname/selfcheckin”

  5. Select Apply and then OK.

  6. From your desktop, double click on your new shortcut icon. This will open your app in full screen kiosk mode and will not show the second print screen.

  7. To close the screen, select alt+F4 on your keyboard.