Menu

macOS: Set storage location and file extension for screenshots

July 16, 2019
Abstrakte Darstellung von USB-Sticks (Dateien) vor einem Safe (Speicherort).
Image generated by Bing Image Creator.

By default, macOS saves screenshots to the desktop in the not-so-spare PNG format. If you don’t want to clutter up your desktop, you can choose where and how you want to save your screenshots.

To do this, open the Terminal once. The following command defines the location:

$ defaults write com.apple.screencapture location ~/Pictures/Screenshots

If you prefer the screenshots to be saved as JPG, type this command:

$ defaults write com.apple.screencapture type jpg

To make the changes effective without a reboot, simply kill the SystemUIServer task:

To make the changes effective without a reboot, simply kill the SystemUIServer task:

$ killall SystemUIServer
Avatar
Written By

earlynerd.de was a short project that we would like to archive in this blog with this author and the contributions of that time. It is not sure if something new will come from earlyn3rd. We will see...

Leave a Reply

Leave a Reply

Your email address will not be published. Required fields are marked *