Contribute
Register

Slow Shutdown Time OS X 10.8.3

Status
Not open for further replies.
Joined
Sep 7, 2012
Messages
47
Motherboard
HP ProBook
CPU
Core i3
Graphics
Intel HD 3000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Does anyone have same issue? I googled but their is no way to fix the issue. :(
 
This is a known issue in ML, and there's a trick to solve this: force killing remaining process. Type this in terminal:
Code:
disc utulity

sudo defaults write /System/Library/LaunchDaemons/com.apple.coreservices.appleevents ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.securityd ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.diskarbitrationd ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchAgents/com.apple.coreservices.appleid.authentication ExitTimeOut -int 1
 
Without the first one, obviously. (there's no such thing)
And make sure to enter them line by line. That is indeed the workaround for most ML shutdown problems. Except for a case when the screen goes black and the laptop doesn't turn off when it's supposed to for ~10 seconds. It's rare but there's no fix for that at the moment.
 
Thank you very much. :)
 
Where are you from, sunrise_vn ?:p
 
Status
Not open for further replies.
Back
Top