Last active
November 17, 2016 03:41
-
-
Save FirePanther/e3267a181b277578cb7c to your computer and use it in GitHub Desktop.
Hide "Burn to disc" on OS X Finders context menu. Write this command into your Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.finder ProhibitBurn -bool YES && killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment