Change MacOS Screenshot Save Location

Guide to change MacOS screenshot save location

ta-ching chen

1 minute read

Change Default Path 

Type following commands in terminal

defaults write com.apple.screencapture location /path/to/target/directory/
killall SystemUIServer

Remove Shadow 

If you also want to remove the shadow of window screenshots

defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
To reproduce, republish or re-use the content, please attach with link: https://tachingchen.com/
comments powered by Disqus