Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Hardware - Troubleshooting and Discussion > Mac Desktops > How do you turn the damn thing off?

How do you turn the damn thing off?
Thread Tools
andymcdeee
Mac Enthusiast
Join Date: Jun 2000
Location: New Zealand
Status: Offline
Reply With Quote
Oct 16, 2000, 09:02 PM
 
Does anyone know how to turn a new powermac (DP) off (ie. shutdown) using buttons?

For example, when it crashes, you sometimes just want to turn it off and walk away, to worry about it another day - but when you restart it and push the power button it goes to sleep - halfway through restarting - and then of course it's completely shagged. Forgive me if I find this just a little irritating.

andrew
     
JohnM15141
Mac Enthusiast
Join Date: Dec 1999
Status: Offline
Reply With Quote
Oct 16, 2000, 10:33 PM
 
One way from to turn it off from the Keyboard is to press Command, Control, Eject.

Some have said this only works without a CD in the DVD drive but this has worked on my Cube with and without a CD in it.

I don't believe it will work in a "Crash" situation. I haven't tested that yet since my Cube hasn't crashed yet...

[This message has been edited by JohnM15141 (edited 10-16-2000).]
----------------------------------------------------------
"He who is tired of Weird Al, is tired of life"
Homer J. Simpson, the 90's
----------------------------------------------------------
     
error404ts
Junior Member
Join Date: Oct 2000
Location: Alexandria
Status: Offline
Reply With Quote
Oct 16, 2000, 11:59 PM
 
Why don't you try hitting the reset button on the front?
     
Misha
Professional Poster
Join Date: Oct 1999
Status: Offline
Reply With Quote
Oct 17, 2000, 12:11 AM
 
Originally posted by error404ts:
Why don't you try hitting the reset button on the front?
Well he said he just wants to shut it down... and I can't blame him seeing as when my Macs crash all I feel like doing is shutting them down and leaving.

Having said that, press and hold down the power button on the front of the unit for a few seconds... that should do the trick.
     
tonymac
Dedicated MacNNer
Join Date: May 2000
Location: Chattanooga, TN
Status: Offline
Reply With Quote
Oct 17, 2000, 01:15 AM
 
Yank the cord out of the wall.

[edit: added smiley]

[This message has been edited by tonymac (edited 10-17-2000).]
     
iPad
Registered User
Join Date: Oct 1999
Status: Offline
Reply With Quote
Oct 17, 2000, 01:29 AM
 
Originally posted by tonymac:
Yank the cord out of the wall.
Saying that..be sure you own a surge protector.



------------------
People aren't as dumb as you think. Wait, what was I thinking, 90% of the world uses WINDOWS!
You don't like Macs? Good, more for me.
     
g4-guy
Junior Member
Join Date: Jun 2000
Status: Offline
Reply With Quote
Oct 17, 2000, 12:17 PM
 
Greetings all,

On my Sawtooth G4, it will cut the power if you hold down the power button (on the front of the case) for 5 seconds or so. My guess is that it should work on your DP G4 as well.

Regards,
g4-guy
PowerBook G4/800
Mac OS X 10.2.8
512MB RAM/40GB HD
Combo Drive, Airport Card
     
jj-WI
Guest
Status:
Reply With Quote
Oct 17, 2000, 12:58 PM
 
One way from to turn it off from the Keyboard is to press Command, Control, Eject.
On my G4 MP you need only hold down Control and hit Eject; there's no need to hold down the Command key too. This works with or without media in the DVD drive.
     
andymcdeee  (op)
Mac Enthusiast
Join Date: Jun 2000
Location: New Zealand
Status: Offline
Reply With Quote
Oct 17, 2000, 01:45 PM
 
cheers for all that - will give things a try (however, will try to avoid yanking it out of the wall - done that a few too many times already)

cheers
andrew
     
Bruce Sanderson
Guest
Status:
Reply With Quote
Nov 1, 2000, 03:37 PM
 
What I did was write the following script and then attach it to a function key via the keyboard control panel.

tell application "Finder"
shut down
end tell

     
Cipher13
Registered User
Join Date: Apr 2000
Status: Offline
Reply With Quote
Nov 2, 2000, 02:49 AM
 
Better yet:
Just whipped it up then. Hm... I'll refine it. Wanna make it so 'r' restarts, etc...
Well, it'll do for the moment.

set dlog to display dialog "Are you sure you want to shut down your comptuer now?" buttons {"Restart", "Cancel", "Shutdown"} default button 3 with icon note
if button returned of dlog is {"Cancel"} then
quit
end if
if button returned of dlog is {"Restart"} then
tell application "Finder"
restart
end tell
end if
if button returned of dlog is {"Shutdown"} then
tell application "Finder"
shutdown
end tell
end if

Cipher13
     
GreenMnM
Dedicated MacNNer
Join Date: Nov 2000
Location: Seattle, WA
Status: Offline
Reply With Quote
Nov 7, 2000, 05:01 AM
 
Close, but with the brackets around the button names, the Finder won't really restart and "shut down" is two words. There is also no need to put the "Cancel" part of the if statement in, if you choose "Cancel" nothing will happen since there is no "if - then". It should also all be in one if - then statment. You should be able to copy and paste this into the Script Editor. Remember to save it as a classic applet and to "never show start up screen".

set dlog to display dialog "Are you sure you want to shut down your comptuer now?" buttons {"Restart", "Cancel", "Shutdown"} default button 3 with icon note
if button returned of dlog is "Restart" then
tell application "Finder"
activate
restart
end tell
else if button returned of dlog is "Shutdown" then
tell application "Finder"
activate
shut down
end tell
end if

--Doug
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 08:56 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,