Posted on 03-26-2012 02:41 PM
Does anyone know which plist this option for Apple Remote Desktop lies "Allow control of this computer when this application is running". I would like to create an MCX to make that option active.
Thanks!
Solved! Go to Solution.
Posted on 03-26-2012 02:45 PM
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop AdminConsoleAllowsRemoteControl -bool true
I found an old archived Apple Care article. This must be it!
Posted on 03-26-2012 02:45 PM
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop AdminConsoleAllowsRemoteControl -bool true
I found an old archived Apple Care article. This must be it!
Posted on 09-01-2015 08:31 AM
I know this is a really old post but I thought i'd ask, so...
Does this command still work with 3.8?
Posted on 09-01-2015 09:15 AM
I'm actually going to answer my own question...
This is the command needed to make the changes on ARD 3.8.
sudo defaults write /Library/Preferences/com.apple.RemoteManagement.plist AdminConsoleAllowsRemoteControl -bool true