How to Store ScreenShot in MacOs to Particular folder
In MacOs whenever we take screenshot it will save on the Desktop and it will occupy most space and don't look good, soo to resolve this issue we can save all the photos in to particular folder here is how
- Right-Click or Control-Click where you have to store the folder and give it any name (Ex. here we have used "ScreenShot" as folder name)
- Right-Click or Control-Click on folder and menu will pop up
- Now press "Option" key and move cursor to "copy ScreenShot as pathname" and click on it.
- Open terminal through Applications > Terminal
- Enter the following command in terminal
defaults write com.apple.screencapture location ~ /"ScreenShot Folder path(command + V)" - Restart the System and enter killall SystemUIServer to Terminal.
Now all the Screenshot will saved to the ScreenShot folder.
Comments
Post a Comment