By mistake I removed 3 items from my dock.

Now I want to reset all items as it was.

Is there an option to do this, as I don't even know which items were removed.

link|improve this question

feedback

3 Answers

up vote 8 down vote accepted

Your Dock is meant to be customized, so don't worry about removing items.

If you do want to reset the Dock to its original configuration, launch Activity Monitor and navigate to ~/Library/Preferences/ in the Finder. Trash com.apple.dock.db and com.apple.dock.plist, then immediately quit the Dock from Activity Monitor.

You do this all at once with this command line (but note that it wll delete the files instead of trashing them, so it is not reversible):

rm ~/Library/Preferences/com.apple.dock.{db,plist}; killall Dock
link|improve this answer
sagar, what do you mean by "doesn't work"? That's the correct procedure for resetting the Dock. I have added an alternative version (a command line that you can paste into a Terminal window) that you may have more luck with. – Sidnicious Aug 26 '09 at 23:12
sugar, the command must be entered into the Terminal found in /Applications/Utilities, just copy and paste the code in and hit enter. – cust0s Aug 26 '09 at 23:18
@SidneySM - You are Right - your command line process work. – Spark Aug 27 '09 at 0:19
feedback

If you can't follow the instructions given by SidneySM here is what you would find in your default dock (from left to right).

  • Dashboard
  • Mail
  • Safari
  • iChat
  • Address Book
  • iCal
  • Preview
  • iTunes
  • Spaces
  • Times Machine
  • System Preferences
link|improve this answer
feedback

I did as the first guidance but it not worked on Snow Leopard 10.6. So I finished it manually as below:

  1. Click to "Finder" and point to "Applications"
  2. Select the expected items from the applications list and drag it to the Dock.
  3. To remove it from Dock: Right Click the icon from Dock, then point to "Option" and select "Remove From Dock"

Note: You can do that one by one or with many selected items at the same time

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.