Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tvh13

macrumors member
Original poster
Jul 8, 2008
72
8
Can anyone suggest and easy and free way to create a macro that will switch to Finder and hide others from any application?
 
You can use Automator to create an application/workflow to 1) launch the Finder and 2) Hide All Applications.

Or, more simply: switch to the Finder (cmd-tab, click on the Desktop, or click on the Finder icon in the Dock), then opt-cmd-H to hide all other apps.

edit: or do you mean lock out other users from running or launching applications?
 
Can anyone suggest and easy and free way to create a macro that will switch to Finder and hide others from any application?
here's a one line applescript...

tell application "Finder" to set visible of every process whose visible is true and name is not "Finder" to false
 
here's a one line applescript...

tell application "Finder" to set visible of every process whose visible is true and name is not "Finder" to false

Thanks. I dropped your script into Spark and set a hotkey and it works like a dream. Much appreciated.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.