Turn Off macOS Mojave Screenshot Preview Thumbnails with defaults write command
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm reading this article, it works.
But how can I turn off macOS Mojave screenshot preview thumbnails with defaults write
command?
I just don't know the key value to use.
screen-capture mojave
add a comment |Â
up vote
2
down vote
favorite
I'm reading this article, it works.
But how can I turn off macOS Mojave screenshot preview thumbnails with defaults write
command?
I just don't know the key value to use.
screen-capture mojave
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm reading this article, it works.
But how can I turn off macOS Mojave screenshot preview thumbnails with defaults write
command?
I just don't know the key value to use.
screen-capture mojave
I'm reading this article, it works.
But how can I turn off macOS Mojave screenshot preview thumbnails with defaults write
command?
I just don't know the key value to use.
screen-capture mojave
screen-capture mojave
asked 5 hours ago
daisy
266315
266315
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
The domain is com.apple.screencapture
and the key is show-thumbnail
.
So:
defaults write com.apple.screencapture show-thumbnail -bool TRUE
and
defaults write com.apple.screencapture show-thumbnail -bool FALSE
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
The domain is com.apple.screencapture
and the key is show-thumbnail
.
So:
defaults write com.apple.screencapture show-thumbnail -bool TRUE
and
defaults write com.apple.screencapture show-thumbnail -bool FALSE
add a comment |Â
up vote
2
down vote
accepted
The domain is com.apple.screencapture
and the key is show-thumbnail
.
So:
defaults write com.apple.screencapture show-thumbnail -bool TRUE
and
defaults write com.apple.screencapture show-thumbnail -bool FALSE
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
The domain is com.apple.screencapture
and the key is show-thumbnail
.
So:
defaults write com.apple.screencapture show-thumbnail -bool TRUE
and
defaults write com.apple.screencapture show-thumbnail -bool FALSE
The domain is com.apple.screencapture
and the key is show-thumbnail
.
So:
defaults write com.apple.screencapture show-thumbnail -bool TRUE
and
defaults write com.apple.screencapture show-thumbnail -bool FALSE
answered 4 hours ago
Patrick Wynne
30315
30315
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f340170%2fturn-off-macos-mojave-screenshot-preview-thumbnails-with-defaults-write-command%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password