i want use automator automatically close application(if application open) when click on shut down , proceed shut down.is possible?
you can't run automator action when shutting down mac. can run script inside automator shut down mac.
create new automator workflow, , use action "quit application" , select application want quitted. find script action, , insert this:
tell application "finder"
shut down
end tell
save application. run application, shut down application, , turn off mac (i haven't tested script, since didn't want shut down mac @ time of writing this, multiple sources recommends )
Forums Macs macOS OS X El Capitan (10.11)
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment