<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>10.13 Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/tag/10-13/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Thu, 17 Oct 2019 09:42:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>10.13 Archives - defaults-write.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Stop Photos from opening automatically on your Mac</title>
		<link>https://www.defaults-write.com/stop-photos-from-opening-automatically/</link>
					<comments>https://www.defaults-write.com/stop-photos-from-opening-automatically/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 07 Nov 2018 13:38:37 +0000</pubDate>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.13]]></category>
		<category><![CDATA[10.14]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1283</guid>

					<description><![CDATA[<p>Nothing is more annoying that Photos will opens automatically when you connect an iPhone, iPad or other devices to your Mac. Use the following command in Terminal to change this and prevent Photos from opening automatically. </p>
<p>The post <a href="https://www.defaults-write.com/stop-photos-from-opening-automatically/">Stop Photos from opening automatically on your Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nothing is more annoying that Photos will opens automatically when you connect an iPhone, iPad or other devices to your Mac. Use the following command in Terminal to change this and prevent Photos from opening automatically. <span id="more-1283"></span></p>
<p><code>defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true</code></p>
<p>Revert to the default setting with the following command</p>
<p><code>defaults -currentHost delete com.apple.ImageCapture disableHotPlug</code></p>
<p>The post <a href="https://www.defaults-write.com/stop-photos-from-opening-automatically/">Stop Photos from opening automatically on your Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/stop-photos-from-opening-automatically/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1283</post-id>	</item>
		<item>
		<title>Adding &#8216;Quit&#8217; option to Finder on a Mac</title>
		<link>https://www.defaults-write.com/adding-quit-option-to-os-x-finder/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 01 Nov 2018 19:45:06 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.13]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1458</guid>

					<description><![CDATA[<p>Did you know you can add the Quit option to the Finder&#8217;s application menu? This allows you to easily quit the application. After quitting you can restart Finder by clicking on the Finder icon in the Dock. You can enable a the quit option by entering the following command in Terminal: defaults write com.apple.finder QuitMenuItem ... <a title="Adding &#8216;Quit&#8217; option to Finder on a Mac" class="read-more" href="https://www.defaults-write.com/adding-quit-option-to-os-x-finder/" aria-label="Read more about Adding &#8216;Quit&#8217; option to Finder on a Mac">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/adding-quit-option-to-os-x-finder/">Adding &#8216;Quit&#8217; option to Finder on a Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Did you know you can add the Quit option to the Finder&#8217;s application menu? This allows you to easily quit the application. After quitting you can restart Finder by clicking on the Finder icon in the Dock. <span id="more-1458"></span></p>
<p>You can enable a the quit option by entering the following command in Terminal:<br />
<code>defaults write com.apple.finder QuitMenuItem -bool true; killall Finder</code></p>
<p>To revert to the original settings:<br />
<code>defaults write com.apple.finder QuitMenuItem -bool false; killall Finder</code> </p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/04/stop-finder-def.jpg?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/04/stop-finder-def.jpg?resize=585%2C333&#038;ssl=1" alt="Quit finder" width="585" height="333" class="aligncenter size-large wp-image-1460" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/04/stop-finder-def.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/04/stop-finder-def.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/04/stop-finder-def.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/adding-quit-option-to-os-x-finder/">Adding &#8216;Quit&#8217; option to Finder on a Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1458</post-id>	</item>
		<item>
		<title>Show one application at a time</title>
		<link>https://www.defaults-write.com/show-one-application-at-a-time/</link>
					<comments>https://www.defaults-write.com/show-one-application-at-a-time/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Tue, 16 Oct 2018 18:18:26 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.13]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1454</guid>

					<description><![CDATA[<p>In macOS and OS X it&#8217;s possible to show one application at a time. You can enable a &#8216;single application&#8217; mode by entering the following command in Terminal: defaults write com.apple.dock single-app -bool true;killall Dock When you click on an application in the Dock you&#8217;ll only see the windows of that application. All other windows ... <a title="Show one application at a time" class="read-more" href="https://www.defaults-write.com/show-one-application-at-a-time/" aria-label="Read more about Show one application at a time">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/show-one-application-at-a-time/">Show one application at a time</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In macOS and OS X it&#8217;s possible to show one application at a time. You can enable a &#8216;single application&#8217; mode by entering the following command in Terminal: <span id="more-1454"></span> </p>
<pre lang="bash">defaults write com.apple.dock single-app -bool true;killall Dock</pre>
<p>When you click on an application in the Dock you&#8217;ll only see the windows of that application. All other windows are hidden in the background. You’ll be able to focus more on that one application without being distracted by any other applications in the background. </p>
<p>To revert to the original settings:</p>
<pre lang="bash">defaults write com.apple.dock single-app -bool no;killall Dock</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?resize=585%2C333&#038;ssl=1" alt="one app at the time (terminal)" width="585" height="333" class="aligncenter size-large wp-image-1455" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/show-one-application-at-a-time/">Show one application at a time</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/show-one-application-at-a-time/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1454</post-id>	</item>
		<item>
		<title>Solution when File Sharing doesn&#8217;t work after Security Update</title>
		<link>https://www.defaults-write.com/solution-file-sharing/</link>
					<comments>https://www.defaults-write.com/solution-file-sharing/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sun, 30 Sep 2018 11:07:40 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.13]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1440</guid>

					<description><![CDATA[<p>Earlier this week, a bug in macOS High Sierra was discovered that made it possible to use the root user without a password. That could be dangerous in combination with malware. Thankfully, Apple is resolving this bug within 24 hours with a security update. Only this has created a new problem that affects a select ... <a title="Solution when File Sharing doesn&#8217;t work after Security Update" class="read-more" href="https://www.defaults-write.com/solution-file-sharing/" aria-label="Read more about Solution when File Sharing doesn&#8217;t work after Security Update">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/solution-file-sharing/">Solution when File Sharing doesn&#8217;t work after Security Update</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Earlier this week, a bug in macOS High Sierra was discovered that made it possible to use the root user without a password. That could be dangerous in combination with malware. </p>
<p>Thankfully, Apple is resolving this bug within 24 hours with a security update. Only this has created a new problem that affects a select number of users. If you use file sharing within your own network, this may stop working. You can easily solve this problem with a Terminal command. <span id="more-1440"></span> </p>
<h2>Solution when File Sharing is no longer working </h2>
<p>• Open Terminal (Finder ▸ Programs ▸ Utilities)<br />
• Copy the following command (command⌘ + C)<br />
• Paste the command into an empty terminal window (command⌘ + V)<br />
• Press &#8216;enter&#8217;</p>
<p><code>sudo /usr/libexec/configureLocalKDC</code></p>
<p>Now enter your user password (from the account that is logged in), it is normal that no characters appear. Press &#8216;enter&#8217; to execute the command. From now on file sharing works again and you can use it again as usual.</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?resize=585%2C333&#038;ssl=1" alt="File Sharing" width="585" height="333" class="aligncenter size-large wp-image-1442" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/solution-file-sharing/">Solution when File Sharing doesn&#8217;t work after Security Update</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/solution-file-sharing/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1440</post-id>	</item>
		<item>
		<title>10 terminal commands to speed up macOS High Sierra on your Mac</title>
		<link>https://www.defaults-write.com/speed-up-macos-high-sierra/</link>
					<comments>https://www.defaults-write.com/speed-up-macos-high-sierra/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 11 Nov 2017 19:18:43 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.13]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1435</guid>

					<description><![CDATA[<p>Most improvements in macOS High Sierra are not immediately visible to the ordinary macOS user. Especially under the hood many improvements have been made in the area of performance and safety. Some users experience a slow Mac after installing MacOS High Sierra With the following 10 Terminal Commands you can speed up macOS High Sierra. ... <a title="10 terminal commands to speed up macOS High Sierra on your Mac" class="read-more" href="https://www.defaults-write.com/speed-up-macos-high-sierra/" aria-label="Read more about 10 terminal commands to speed up macOS High Sierra on your Mac">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/speed-up-macos-high-sierra/">10 terminal commands to speed up macOS High Sierra on your Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most improvements in macOS High Sierra are not immediately visible to the ordinary macOS user. Especially under the hood many improvements have been made in the area of performance and safety. Some users experience a slow Mac after installing MacOS High Sierra</p>
<p>With the following 10 Terminal Commands you can speed up macOS High Sierra. The commands disable various delays and animations from that standard built by Apple. These are nice, but not necessary for the Mac <span id="more-1435"></span></p>
<p>Open Terminal, which you can find in the folder: Applications ▸ Utilities. Copy and paste the following command either in the Terminal window. Press enter to apply this</p>
<h2>macOS user interface</h2>
<p>1. Disable animations when opening and closing windows.</p>
<p><code>defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false</code></p>
<p>2. Disable animations when opening a Quick Look window.</p>
<p><code>defaults write -g QLPanelAnimationDuration -float 0</code></p>
<p>3. Accelerated playback when adjusting the window size (Cocoa applications).</p>
<p><code>defaults write NSGlobalDomain NSWindowResizeTime -float 0.001</code></p>
<p>4. Disable animation when opening the Info window in Finder (cmd⌘ + i).</p>
<p><code>defaults write com.apple.finder DisableAllAnimations -bool true</code></p>
<p>5. Disable animations when you open an application from the Dock.</p>
<p><code>defaults write com.apple.dock launchanim -bool false</code></p>
<p>6. Make all animations faster that are used by Mission Control.</p>
<p><code>defaults write com.apple.dock expose-animation-duration -float 0.1</code></p>
<p>7. Disable the delay when you hide the Dock</p>
<p><code>defaults write com.apple.Dock autohide-delay -float 0</code></p>
<h2>Mail applicatie</h2>
<p>8. Disable the animation when you sending and replying an e-mail</p>
<p><code>defaults write com.apple.mail DisableReplyAnimations -bool true<br />
defaults write com.apple.mail DisableSendAnimations -bool true</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS-585x333.jpg?resize=585%2C333" alt="speed up macOS sierra and safari" width="585" height="333" class="aligncenter size-large wp-image-1412" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<h2>Safari</h2>
<p>9. Disable the standard delay in rendering a Web page.</p>
<p><code>defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25</code></p>
<p>10. The keyboard react faster to keystrokes (not equally useful for everyone</p>
<p><code>defaults write NSGlobalDomain KeyRepeat -int 0</code></p>
<p>When the commands are conducted in macOS Terminal, you need to reboot your Mac. After re-login you will notice that your Mac responds smoother.</p>
<h2>Undo changes</h2>
<p>If you want any of the above commands undo than is possible using the defaults delete command.</p>
<p><code>defaults delete domain key</code></p>
<p>Example: To undo the adjustment number 10, type the command:</p>
<p><code>defaults delete NSGlobalDomain KeyRepeat</code></p>
<p>After undoing, you need to restart your Mac.</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-macos-high-sierra/">10 terminal commands to speed up macOS High Sierra on your Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/speed-up-macos-high-sierra/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1435</post-id>	</item>
		<item>
		<title>Make OS X screenshots without window shadows</title>
		<link>https://www.defaults-write.com/make-os-x-screenshots-without-window-shadows/</link>
					<comments>https://www.defaults-write.com/make-os-x-screenshots-without-window-shadows/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 16 Feb 2017 19:11:03 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.13]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1189</guid>

					<description><![CDATA[<p>When you take a screenshot on Mac OS X there's a shadow around the screenshot by default. Disable the shadow from the screenshot with this Terminal command:</p>
<p>The post <a href="https://www.defaults-write.com/make-os-x-screenshots-without-window-shadows/">Make OS X screenshots without window shadows</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you take a screenshot on Mac there&#8217;s always a shadow around the screenshot by default. Disable the shadow from the screenshot with this Terminal command. Be aware, this command only works on a Mac with macOS High Sierra or newer. Click <a href="/disable-screenshots-shadow-mac">here</a> for the command for macOS Mojave or newer. <span id="more-1189"></span></p>
<pre lang="bash">defaults write com.apple.screencapture disable-shadow true</pre>
<p>To make the command take effect, you need to restart the System UI server:</p>
<pre lang="bash">killall SystemUIServer</pre>
<p>Revert to the default setting (screenshots including shadows): </p>
<pre lang="bash">defaults write com.apple.screencapture disable-shadow false</pre>
<p><iframe loading="lazy" width="825" height="464" src="https://www.youtube.com/embed/A0S140mmvzI?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/make-os-x-screenshots-without-window-shadows/">Make OS X screenshots without window shadows</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/make-os-x-screenshots-without-window-shadows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1189</post-id>	</item>
	</channel>
</rss>
