oxguy3

auto setup school computer crappp

Dec 9th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. command to run it all:
  2.  
  3. bash <(curl -L bit.ly/shchrome)
  4.  
  5.  
  6.  
  7. url for chrome sign-in: 'https://accounts.google.com/ServiceLogin?service=chromiumsync&sarp=1&continue=https%3A%2F%2Fwww.google.com%2F'
  8.  
  9.  
  10. osascript -e 'tell application "System Preferences"
  11. reveal anchor "mouseTab" of pane id "com.apple.preference.mouse"
  12. end tell
  13. tell application "System Events" to tell process "System Preferences"
  14. click checkbox 1 of window 1
  15. end tell
  16. quit application "System Preferences"'
Advertisement
Add Comment
Please, Sign In to add comment