blacktree-secrets
blacktree-secrets copied to clipboard
Disk Utility debug menu: defaults write com.apple.DiskUtility DUDebugMenuEnabled -string YES
For the database and ultimately the preference pane:
— to enable the menu:
defaults write com.apple.DiskUtility DUDebugMenuEnabled -string YES
— or to disable the menu:
defaults write com.apple.DiskUtility DUDebugMenuEnabled -string NO
Technical note:
http://developer.apple.com/library/mac/#technotes/tn2004/tn2124.html
Original issue reported on code.google.com by [email protected] on 15 Apr 2011 at 8:28