(imported topic written by SystemAdmin)
I’ve found “Enable Remote Desktop – Windows XP / 2003 / Vista” for Windows but is there anything similar for Apple Remote Desktop?
(imported topic written by SystemAdmin)
I’ve found “Enable Remote Desktop – Windows XP / 2003 / Vista” for Windows but is there anything similar for Apple Remote Desktop?
(imported comment written by NoahSalzman)
You can create your own simple actions based on the information on this page: http://support.apple.com/kb/HT2370
You can use the ActionScript
run
command to execute any of the commands on that page to run as the root user. A one-liner ActionScript command would look like this
run /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -blah
where “blah” is something like “-activate -configure -access -on -users admin -privs -all -restart -agent -menu” or “-deactivate -stop”.
Noah