If you want to take screenshot on your MAC OS, then it is very simple, just press and hold command+shift+4, then selected desired area, and when you leave these buttons, the screenshot will be saved on Desktop.
That's right, MAC OS saves screenshots on your desktop by default. As the number of screenshots increase, and if you don't delete or move the old ones, your desktop becomes really messy. What if we need to change the location, can we do that? Yes, of course. Here are the simple steps:
Can I revert this? Sure, why not. Here are the simple steps:
P.S. Click here to access my other posts.
That's right, MAC OS saves screenshots on your desktop by default. As the number of screenshots increase, and if you don't delete or move the old ones, your desktop becomes really messy. What if we need to change the location, can we do that? Yes, of course. Here are the simple steps:
- Create the folder for screenshots, for example, ~/Documents/MyScreenshots.
- Open Terminal
- Execute command: defaults write com.apple.screencapture location ~/Documents/MyScreenshots
- Then execute command to apply the changes: killall SystemUIServer
Can I revert this? Sure, why not. Here are the simple steps:
- Open Terminal
- Execute command: defaults write com.apple.screencapture location ~/Desktop
- Then execute command to apply the changes: killall SystemUIServer
P.S. Click here to access my other posts.
Comments
Post a Comment