category:
Technology
Back to Blog Index
Macのスクリーンショット画像の影をなくす方法
Macのスクリーンショット画像の影をなくには、ターミナルで以下コマンドを打ちます。 $ defaults write com.apple.screencapture disable-shadow -boolean true SystemUIServerを再起動し、設定を反映します。 $ killall SystemUIServer 影ありに戻すには、以下コマンドを打ちます。 $ defaults write com.apple.screencapture disable-shadow -boolean false SystemUIServerを再起動し、設定を反映します。 $ killall SystemUIServer