Macdefaults시스템설정커스터마이징
defaults 로 macOS 숨은 설정 바꾸기
아래 프롬프트를 복사해 AI에 붙여넣으면 돼. 따로 바꿀 값은 없다.
나는 macOS를 사용하고 있어.
시스템 설정 앱에는 없는 숨은 옵션을 바꾸고 싶어. 예를 들어 Finder에서 숨김 파일을 보이게 하거나, 스크린샷 저장 위치와 파일 형식을 바꾸고 싶어.참고 — 바로 쓸 수 있는 명령어
Finder에서 숨김 파일 보이기(변경 후 적용까지 한 번에):
defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder스크린샷 저장 위치를 ~/Screenshots 로:
mkdir -p ~/Screenshots && defaults write com.apple.screencapture location ~/Screenshots && killall SystemUIServer스크린샷 형식을 jpg 로(용량 절감):
defaults write com.apple.screencapture type jpg && killall SystemUIServer댓글 0개
아직 댓글이 없습니다.
