改变OSX截图的默认保存位置
1. Open Terminal.
2. Input and execute the following command:
defaults write com.apple.screencapture location /Users/username/Pictures/screenshots
Note: Substitute the path for the desired location for the one that I used above.
3. Input and execute the following command:
killall SystemUIServer
4. Close Terminal.
Comments
Post a Comment