
previous entry: .NET on Panther next entry: Mac Support opent een vestiging in het centrum van Amsterdam
Remote Desktop 1.2.1 and later includes the "kickstart" command line utility. It allows you to install, uninstall, activate, configure, and/or restart components of Apple Remote Desktop without restarting the computer. You can configure all the features found in Apple Remote Desktop preferences.
The kickstart utility is saved here:
/System/Library/CoreServices/ARD Agent.app/Contents/Resources/kickstart
To use the kickstart utility, administrative permissions are required. To begin using the kickstart utility, use the sudo command, such as:
# sudo '/System/Library/CoreServices/ARD Agent.app/Contents/Resources/kickstart' -restart -agent
Note: All commands presented in this document should be typed as one line of text, though some of them may appear wrapped in your browser. To see the commands as one line, you may temporarily decrease text size in your browser or copy them to another application.
1. Activate Remote Desktop Sharing, enable access privileges for all users, restart ARD Agent:
# sudo '/System/Library/CoreServices/ARD Agent.app/Contents/Resources/kickstart' -activate -configure -access -on -restart -agent
2. Activate Remote Desktop Sharing, enable access privileges for the users "admin, thor", grant full privileges for the users "admin, thor", restart ARD Agent and Menu extra:
# sudo '/System/Library/CoreServices/ARD Agent.app/Contents/Resources/kickstart' -activate -configure -access -on -users admin,thor -privs -all -restart -agent -menu
3. Activate Remote Desktop Sharing, disable access privileges for all users:
# sudo '/System/Library/CoreServices/ARD Agent.app/Contents/Resources/kickstart' -activate -configure -access -off
For additional information using the kickstart command, use the -help flag. For example:
# sudo '/System/Library/CoreServices/ARD Agent.app/Contents/Resources/kickstart' -help
Nog geen commentaar