How to disable Finder launching at login in Snow Leopard?
- by fooman
Pre-Snow Leopard, I could use the following command:
defaults write com.apple.loginwindow Finder /Applications/My-replacement-app-such-as-Terminal.app
Which would a.) replace the Finder launching at login with an application of my choice, and b.) cause that application to launch instead of Finder when all other applications are quit.
Is it…