Command to shutdown mac
-
Hello, what type of command in MAC should I place in trigger to turn off the computer? I use sudo shutdown -h now and it doesn't work. Help
-
@Elmer-Vega, this command worked for me:
osascript -e 'tell application "Finder"' -e 'shut down' -e 'end tell'
There's also a command in the built-in Examples list that works.
-
@Russ Hello thank you very much!
I copy all this command and paste it only ? -
@Elmer-Vega, yes. Or find shutdown in examples.
-
@Russ Mister thank u a lot!