Computer/OS X
OS X에서 스크린샷 저장위치 바탕화면에서 다른 곳으로 변경하기
날아라동만아
2017. 3. 28. 14:51
1. 저장위치 변경
1. 터미널 열기
2. 터미널 명령어 입력하기
defaults write com.apple.screencapture location (경로)
3. 최종 적용하는 명령어 입력하기
killall SystemUIServer
* 기본 경로로 복구하기
defaults write com.apple.screencapture location ~/Desktop/ && killall SystemUIServer