blacktree-secrets icon indicating copy to clipboard operation
blacktree-secrets copied to clipboard

Disk Utility debug menu: defaults write com.apple.DiskUtility DUDebugMenuEnabled -string YES

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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

GoogleCodeExporter avatar Nov 24 '15 21:11 GoogleCodeExporter