Change Location to Save Screenshots in Mac OS

Опубликовано: 07 Май 2026
на канале: QuickTechDemo
13,373
79

How to change the screenshot save location in Mac OS?
All Commands:
Location to save screenshots (Desktop)
Type: defaults write com.apple.screencapture location ~/desktop/;killall SystemUIServer

Location to save screenshots (Pictures Folder)
Type: defaults write com.apple.screencapture location ~/pictures/;killall SystemUIServer

Location to save screenshots (Pictures/Screenshots Folder)
Type: defaults write com.apple.screencapture location ~/pictures/screenshots/;killall SystemUIServer

Taking Screenshots in Mac OS
   • Taking Screenshots in Mac OS