# [[Mac Change Default Screenshot location]]
_Created: 2026-01-07_ | #mac | [[Mac OSX System Administration]]
```shell-session
$ defaults write com.apple.screencapture location ~/Downloads/screenshots
$ # You might need to run this afterwards
$ killall SystemUIServer
```