Jump to content

Hide All Apps


Recommended Posts

I am trying to have a 'Hide All Apps' workflow. I searched and tried out the one on the forum, as well as a few other things, but nothing seems to work. Could someone please share their 'Hide All Apps' workflow?

Edited by Keven
Link to comment

Found a way. Used the Script Editor with the following code:



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

I then launched the file from a hotkey.


Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...