i8degrees / blacktree-secrets

Automatically exported from code.google.com/p/blacktree-secrets
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 grahampe...@gmail.com on 15 Apr 2011 at 8:28