[How To]hide an app from the dock

i want to do this to the finder - is that possible?

If don't use Finder you can quit it. Open Terminal and type
defaults write com.apple.finder QuitMenuItem -bool yes
Logout/login and you will be able to quit Finder.
 
Back
Top