i8degrees / blacktree-secrets

Automatically exported from code.google.com/p/blacktree-secrets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · 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 grahampe...@gmail.com on 15 Apr 2011 at 8:28