Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created February 20, 2020 20:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliverspryn/91befbb9c7c71752175f3a8c8065b7f2 to your computer and use it in GitHub Desktop.
Save oliverspryn/91befbb9c7c71752175f3a8c8065b7f2 to your computer and use it in GitHub Desktop.
Disables Google Chrome's First Run Experience
#!/bin/bash
adb shell 'echo "chrome --disable-fre --no-default-browser-check --no-first-run" > /data/local/tmp/chrome-command-line'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment