By default if you perform print screen in Mac OS X, system will generate the image file at your desktop. However, some users do not like any file to be place at their desktop, and prefer the file to be stored at Pictures folder or other specific location at their own preference. Good news is that, Mac do allow you to change the print screen file path.
To change print screen file location, follow the steps below:-
Advertisements
- Open your Terminal
- Copy and paste the command below and hit “return”
defaults write com.apple.screencapture location ~/Pictures/;killall SystemUIServer
* This command will change the default print screen file to your Pictures folders
- You may change the location to your preference
defaults write com.apple.screencapture location ~/Desktop/your_folder/;killall SystemUIServer
Related posts:
Word cannot start the spelling checker - Word 2011
How to switch window within the same program in Mac OS X
How to svn thru ssh in Linux / Mac
How to enable screen saver password in Mac OS X?
How to verify SHA-1 checksum in Mac OS X?
How to change default save location for print screen in Mac OS X
How to restart Finder in Mac OS X?
Mac open dmg file No mountable file system error
Share this with your friends:-