Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Created May 8, 2013 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nmcspadden/5541456 to your computer and use it in GitHub Desktop.
Save nmcspadden/5541456 to your computer and use it in GitHub Desktop.
Kickstarts ARD for admin user
#!/bin/sh
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -allowAccessFor -specifiedUsers
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users "admin" -privs -all -restart -agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment