table of content

# Allow to open app everywhere

# disable the master, you are able to open any app everywhere
sudo spctl --master-disable
# enable the master, you will be notified, and you are not able to open the app that is downloaded from internet
sudo spctl --master-enable 

# screenshot

## size: 680KB
defaults write com.apple.screencapture type jpg

## size: 3.4MB
defaults write com.apple.screencapture type png
Last Updated: 5/7/2022, 11:53:48 PM