I'd love to know how people are using the Chromebook scripts.
Maybe they're just enrolling hundreds of devices under one user because it can't be particularly easy.
Does anyone know how to set variables in the script?
Ideally, I want to set powershell like variables for username, email, password at the top of the script so we can easily enroll Chromebooks for different users.
I solved it.
This script is if you use SSO but it works on 85 and escapes the evil T&C:
REM ChromeBook Keyboard Key Sequence
REM Part One: Wifi Setup
DELAY 1000
ALT-SHIFT S
DELAY 1000
TAB
TAB
TAB
TAB
ENTER
DELAY 1000
TAB
TAB
TAB
ENTER
DELAY 2000
STRING SSID
DELAY 500
TAB
DELAY 500
DOWN
DOWN
DELAY 500
TAB
STRING PASSWORD
DELAY 500
ENTER
REM Long Pause while Connection is established.
DELAY 5000
ENTER
DELAY 500
ENTER
I have the same issue. It works with centipede but can't get it to work with this.
The fastest path I can find is shift tab 4 times, and tab 6 times, but I can't get it to work.