Home | SearchFAQ You are not logged in: Register | Log In
 
 Topic: Apple Menu (Page 1 of 2)
Post ReplyGo to page 1, 2  Next
  System777 (Profile)
  32 MB
 
Posted: Sat Feb 20, 2010 9:50 am
Quote
  
Thankfully I just learned how to organize aliases in the Apple Menu, which is extremely helpful when you have alot of apps. I'm also wondering if it's possible to add the 'Shut Down' or 'Restart' functions to the Apple Menu? Thanks for any help!

David
  
  wove (Profile)
  Moderator
 
Posted: Sat Feb 20, 2010 11:48 am
Quote
  
Shut Down and Restart are available from the "Special" menu in the Finder, which makes them pretty convenient. Pressing the power button on the keyboard, will bring up a dialog box, which provides options to shutdown and restart.

I seem to recall that a shut down application was included with some version of the OS, or was included as part of the software for some machine (laptops?).

Also of course one could create a simple AppleScript and put it in the Apple Menu. There might even be such an Apple Script included as part of the Speech recognition package. (You do not need to use Speech Recognition to use the scripts included with the package.)

bill
  
  System777 (Profile)
  32 MB
 
Posted: Mon Feb 22, 2010 3:54 pm
Quote
  
Thanks for the info Bill. Anybody where I could find a simple shut down/restart script to add to the Apple Menu? This would really help.

David
  
  wove (Profile)
  Moderator
 
Posted: Tue Feb 23, 2010 1:49 pm
Quote
  
Since shutdown is a menu item in the finder, the complete AppleScript for shutting down your computer is:

tell application "Finder" to shut down

Similarly "tell application "Finder" to sleep" is the AppleScript for having the computer go to sleep.

To have some fun you could:

tell application "Finder" to say "I am going to shut down now."
tell application "Finder" to shut down

The above 2 line script when invoked will have the computer say "I am going to shut down now" using the default voice and then turn off.

You can enter this into the AppleScript editor and simply do a save as Application and place the item in your Apple Menu Items folder inside the System Folder.

bill
  
  Lichen Software (Profile)
  128 MB
 
Posted: Tue Feb 23, 2010 2:11 pm
Quote
  
One more thing:

Friends don't put the Shut Down script in friends Start Up folder Smile
  
  System777 (Profile)
  32 MB
 
Posted: Tue Feb 23, 2010 6:57 pm
Quote
  
Thanks for the responses guys, but I decided to do a Google search for 'shutdown script' and actually found two. One that brings up a ShutDown/Cancel dialog box and the other adds a Restart option, which works perfectly under the Apple Menu.

David
  
Topic Tools
Post Reply

Start New Topic in this folder.
Go to page 1, 2  Next

© 2010 System7Today.com.
The Apple Logo, Macintosh™, Mac OS™, and others property of Apple Computer, Inc.
This site is in no way affiliated with Apple Computer, Inc.