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


Click here to return to the 'Permanently disable the Finder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Permanently disable the Finder
Authored by: Danro on Jan 12, '07 10:41:16AM
If you would like to relaunch after disabling, you can run something like this.

osascript -e 'tell app "Finder" to quit'
wait
osascript -e 'tell app "Finder" to run'
-Danro

[ Reply to This | # ]