The basics of setting up a self check-in kiosk in your browser are:
In your Chrome Browser
-
Close all internet browsers running on the computer.
-
Create a new shortcut for Google Chrome on your desktop.
-
Right click on your shortcut and select Properties.
-
In the target section, you will see a link to a Chrome executable file (ending in chrome.exe). After the ", insert the following:
-
--kiosk --kiosk-printing "[your URL, from your Self Check-In App]"
-
The setting for your target could now look something like this:
-
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk --kiosk-printing “https://yourdomain/eventname/selfcheckin”
-
Select Apply and then OK.
-
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.
-
To close the screen, select alt+F4 on your keyboard.