Skip to main content
quotes fixed so they work with copy/paste
Source Link
nohillside
  • 108.4k
  • 43
  • 230
  • 291

Have you tried to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting"Shutting down at 8:00pm tonight”tonight" 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Have you tried to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Have you tried to execute shutdown from Terminal:

sudo shutdown -h 2011032000 "Shutting down at 8:00pm tonight" 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

added 2 characters in body
Source Link
Udhy
  • 7k
  • 1
  • 15
  • 36

Have you trytried to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Have you try to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Have you tried to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

added 5 characters in body
Source Link
Udhy
  • 7k
  • 1
  • 15
  • 36

Have you try to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Have you try to execute shutdown from Terminal:

shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Have you try to execute shutdown from Terminal:

sudo shutdown -h 2011032000 “Shutting down at 8:00pm tonight” 

You can specify the precise time, using the yymmddhhmm format, and using a 24-hour clock for the time.

At least it doesn't ask me to quit or save any running program. It will simply quit anything running in.

You can make automator script to execute too if this helps for your requirement.

Source Link
Udhy
  • 7k
  • 1
  • 15
  • 36
Loading