Last active
August 29, 2015 14:06
-
-
Save opragel/169a8914f7b38092903d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Kickstarts ARD (only allows 'ladmin' user) with all controls active | |
# Must be run as root! | |
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users ladmin -privs -all -restart -agent -menu | |
exit $? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment