You are on page 1of 1

**Sierra Gatekeeper:

sudo spctl --master-enable


sudo spctl --master-disable

**Show Hidden Files:


defaults write com.apple.finder AppleShowAllFiles -bool TRUE
killall Finder
(To re-hide all your files, just change the TRUE to FALSE.)

**Change Screenshot File Type:

defaults write com.apple.screencapture type jpg

**Login Message:
sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText
"Welcome Back"
In case of loss, call 555-555-5555.

**Mail Attachment View:


defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
defaults write com.apple.mail DisableInlineAttachmentViewing -bool no

You might also like