You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo osascript -e 'tell application "Finder" to close windows'
50
49
51
50
# Close all windows
52
-
sudo osascript -e 'tell application "System Events" to set quitapps to name of every application process whose visible is true and background only is false'
51
+
sudo osascript -e 'tell application "System Events" to set quitapps to name of every application process whose visible is true and background only is false'
0 commit comments