Last active
August 18, 2025 23:11
-
-
Save tylermakin/c3136bc4ad4c66bc2b8f263410aa2464 to your computer and use it in GitHub Desktop.
Revisions
-
tylermakin revised this gist
Mar 15, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To enable kiosk mode for a web page, the third-party [Kiosk app](https://chrome. ### Disable Kiosk Mode 1. Restart device 2. Press `CTRL + ALT + S` when device is booting to exit kiosk mode and go to login screen ### Sources * [Google Support](https://support.google.com/chrome/a/answer/1360642) -
tylermakin revised this gist
Mar 15, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ ## Chromebox Single-App Kiosk Mode Configure Chromebox to auto-launch a Chrome app when device is turned on. App will launch automatically without login or prompt. To enable kiosk mode for a web page, the third-party [Kiosk app](https://chrome.google.com/webstore/detail/kiosk/afhcomalholahplbjhnmahkoekoijban) is a great option. ### Steps 1. Wipe data on Chromebook 1. Turn off Chromebox -
tylermakin revised this gist
Mar 15, 2017 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ ## Chromebox Single-App Kiosk Mode Configure Chromebox to auto-launch a Chrome app when device is turned on. App will launch automatically without login or prompt. ### Steps 1. Wipe data on Chromebook 1. Turn off Chromebox 2. Press "Reset" button with paperclip or pin @@ -18,6 +20,10 @@ 9. Click "Done" 10. Reboot device when prompted ### Disable Kiosk Mode 1. Restart device 2. Press `CTRL + ALT + S` when device is booting to exit kisok mode and go to login screen ### Sources * [Google Support](https://support.google.com/chrome/a/answer/1360642) * [Stack Overflow](http://stackoverflow.com/questions/34544511/autorun-chrome-kiosk-app-when-chrome-os-starts-up) -
tylermakin revised this gist
Mar 15, 2017 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ ## Chromebox Single-App Kiosk Mode 1. Wipe data on Chromebook 1. Turn off Chromebox 2. Press "Reset" button with paperclip or pin 3. Press recovery button while turning on device 4. Press `CTRL + D` 5. Press recovery button again, device resets and displays alert 6. Press `CTRL + D`, device resets and wipes data, may take up to 10 minutes 7. Press `SPACE` then `ENTER` to disable developer mode when startup screen appears 2. Connect to network but do not log in when device returns to welcome screen 3. Press `CTRL + ALT + K` at login screen to enable kiosk mode 4. Log in -
tylermakin created this gist
Mar 15, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ ## Chromebox Single-App Kiosk Mode 1. Wipe data on Chromebook a. Turn off Chromebox b. Press "Reset" button with paperclip or pin c. Press recovery button while turning on device d. Press `CTRL + D` e. Press recovery button again, device resets and displays alert f. Press `CTRL + D`, device resets and wipes data, may take up to 10 minutes g. Press `SPACE` then `ENTER` to disable developer mode when startup screen appears 2. Connect to network but do not log in when device returns to welcome screen 3. Press `CTRL + ALT + K` at login screen to enable kiosk mode 4. Log in 5. Open chrome and go to `chrome://extensions` 6. Check box next to Developer Mode 7. Click "Add Kiosk Application" and enter App ID of desired kiosk app 8. Highlight desired app and select "Auto Launch" 9. Click "Done" 10. Reboot device when prompted ### Sources * [Google Support](https://support.google.com/chrome/a/answer/1360642) * [Stack Overflow](http://stackoverflow.com/questions/34544511/autorun-chrome-kiosk-app-when-chrome-os-starts-up)