Keven Posted July 30, 2016 Share Posted July 30, 2016 (edited) 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 July 30, 2016 by Keven Link to comment
Keven Posted July 30, 2016 Author Share Posted July 30, 2016 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now