- Joined
- Sep 8, 2006
- Messages
- 25
- Reaction score
- 0
- Points
- 1
i forgot how to unlock the dock so that i can add and remove applications...someone please direct me to the place to unlock it...
To LOCK the entire dock...In the Terminal type the following (Better yet, just copy/paste):
defaults write com.apple.dock contents-immutable -bool true
osascript -e 'tell application "Dock" to quit'
To UNLOCK the entire dock:
defaults write com.apple.dock contents-immutable -bool false
osascript -e 'tell application "Dock" to quit'
Just looking at that I now understand why some people are intimidated by Terminal.app. I am not one of those, but even to me, that looks SCARY!
Good find though Ride!!