Add Icons to a User's Dock via ARD
The tool is very appropriately called AddItemToDock. Its a very small tool, no GUI, simple command line. This application can be pushed out as an installer package, allowing you to send a simple command to add whatever applications to the dock that you want.
The usage for this tool is very simple. So simple in fact, that I'll just tell you what it is.
- additemtodock [application path] [application2 path] [application3 path] ... [applicationN path].
So if you wanted to add Calculator.app to the dock, you could simply run the command
- additemtodock /Applications/Calculator.app
The one drawback that I did find was that the command can only work under the current logged on user. So it won't work if the computer is sitting on the logon screen. Also, if you run the command as the root user, it adds the shortcut to the root user's dock.
If there's a more automated way of doing this, I'd love to hear it. Post a comment and let me know of software deployment techniques that you use is your environment.
Labels: Computers

1 Comments:
If you visit the main site for this tool there are a bunch of scripts.
One script shows you how to setup the dock using a text file. You can add a list of items to this file and they will be added to the dock.
If the files are not on the system then they will not be added.
Post a Comment
Links to this post:
Create a Link
<< Home