Skip to content

Instantly share code, notes, and snippets.

@tylermakin
Last active August 18, 2025 23:11
Show Gist options
  • Select an option

  • Save tylermakin/c3136bc4ad4c66bc2b8f263410aa2464 to your computer and use it in GitHub Desktop.

Select an option

Save tylermakin/c3136bc4ad4c66bc2b8f263410aa2464 to your computer and use it in GitHub Desktop.

Revisions

  1. tylermakin revised this gist Mar 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion chromebox-kiosk-mode.md
    Original 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 kisok mode and go to login screen
    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)
  2. tylermakin revised this gist Mar 15, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions chromebox-kiosk-mode.md
    Original 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
  3. tylermakin revised this gist Mar 15, 2017. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions chromebox-kiosk-mode.md
    Original 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)
  4. tylermakin revised this gist Mar 15, 2017. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions chromebox-kiosk-mode.md
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    ## 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
    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
  5. tylermakin created this gist Mar 15, 2017.
    23 changes: 23 additions & 0 deletions chromebox-kiosk-mode.md
    Original 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)