Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Quit the Dock' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Quit the Dock
Authored by: Stereo on May 21, '02 11:53:43PM

In Terminal.app:

ps ax | grep /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock | grep -v grep | awk '{print $1}' | xargs kill -1



[ Reply to This | # ]