Learn how to enable hidden features on your Mac with these handy Terminal commands. **Commands below!** Tip 1: zip -e [new file name].zip [file path] Tip 2: defaults write -g PMPrintingExpandedStateForPrint -bool TRUE Tip 3: defaults write com.apple.dashboard mcx-disabled -boolean TRUE; killall Dock Tip 4a: defaults write com.apple.dock autohide-delay -float 0; killall Dock Tip 4b: defaults write com.apple.dock autohide-time-modifier -float 0; killall Dock Tip 5: defaults write com.apple.screencapture disable-shadow -bool TRUE; killall SystemUIServer **Reverse commands back to original with the following** Tip 2: defaults write -g PMPrintingExpandedStateForPrint -bool FALSE Tip 3: defaults write com.apple.dashboard mcx-disabled -boolean FALSE; killall Dock Tip 4a: defaults write com.apple.dock autohide-delay -float 1; killall Dock Tip 4b: defaults delete com.apple.dock autohide-time-modifier; killall Dock Tip 5: defaults write com.apple.screencapture disable-shadow -bool FALSE; killall SystemUIServer Follow me on Twitter - http://twitter.com/snazzyq Follow me on Instagram - http://instagram.com/snazzyq