<?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.5 Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/tag/10-5/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Tue, 16 Jun 2015 12:27:35 +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.5 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>How to add a blank space to your Dock?</title>
		<link>https://www.defaults-write.com/how-to-add-a-blank-space-to-your-dock/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Tue, 16 Jun 2015 18:00:05 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></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=1261</guid>

					<description><![CDATA[<p>Do you want to keep the Dock in OS X organized? You can do this with a blank space. This way, you can divide your Dock in different groups. Copy and paste the following command in a Terminal window. After the restart, the space will be added to the Dock, which you can move to any place. </p>
<p>The post <a href="https://www.defaults-write.com/how-to-add-a-blank-space-to-your-dock/">How to add a blank space to your Dock?</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do you want to keep the Dock in OS X organized? You can do this with a blank space. This way, you can divide your Dock in different groups. Copy and paste the following command in a Terminal window. After the restart, the space will be added to the Dock, which you can move to any place. <span id="more-1261"></span></p>
<pre lang="bash">defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock</pre>
<p>You can remove the empty space in the same way as deleting an app from the Dock.</p>
<p><iframe title="OS X: Lege ruimtes toevoegen aan het Dock" width="825" height="464" src="https://www.youtube.com/embed/l64lFv0GjdY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/how-to-add-a-blank-space-to-your-dock/">How to add a blank space to your Dock?</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">1261</post-id>	</item>
		<item>
		<title>How to reset the DNS cache in OS X</title>
		<link>https://www.defaults-write.com/how-to-reset-the-dns-cache-in-os-x/</link>
					<comments>https://www.defaults-write.com/how-to-reset-the-dns-cache-in-os-x/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Fri, 10 Apr 2015 18:25:00 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.5]]></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=1201</guid>

					<description><![CDATA[<p>OS X always keeps a local cache of resolved DNS queries (IP address) for future reference. But sometimes it may be necessary to clear (flush) the cache. You can do this with a terminal command, this will refresh the local DNS cache.</p>
<p>The post <a href="https://www.defaults-write.com/how-to-reset-the-dns-cache-in-os-x/">How to reset the DNS cache in OS X</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>OS X always keeps a local cache of resolved DNS queries (IP address) for future reference. But sometimes it may be necessary to clear (flush) the cache. You can do this with a terminal command, this will refresh the local DNS cache. <span id="more-1201"></span></p>
<p><em>When you need to do this?</em><br />
For example if you hit lot of 404 server error code</p>
<p>Launch Terminal and enter the following command for</p>
<p><strong>OSX 10.10</strong></p>
<pre lang="bash">sudo discoveryutil udnsflushcaches</pre>
<p><strong>OSX 10.9</strong></p>
<pre lang="bash">dscacheutil -flushcache; sudo killall -HUP mDNSResponder</pre>
<p><strong>OSX 10.7  – 10.8</strong></p>
<pre lang="bash">sudo killall -HUP mDNSResponder</pre>
<p><strong>OSX 10.5 – 10.6</strong></p>
<pre lang="bash">sudo dscacheutil -flushcache</pre>
<p>The post <a href="https://www.defaults-write.com/how-to-reset-the-dns-cache-in-os-x/">How to reset the DNS cache in OS X</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/how-to-reset-the-dns-cache-in-os-x/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1201</post-id>	</item>
		<item>
		<title>Disable the ruler in TextEdit by default</title>
		<link>https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 14 Aug 2013 18:00:51 +0000</pubDate>
				<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1061</guid>

					<description><![CDATA[<p>If you regularly use TextEdit, you will notice that TextEdit displays the ruler by default when creating or opening rich text documents. It&#8217;s not possible to turn off the ruler by default in Preferences. Offcorse you can You can disable the ruler in TextEdit with the following OS X Terminal command: defaults write com.apple.TextEdit ShowRuler ... <a title="Disable the ruler in TextEdit by default" class="read-more" href="https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/" aria-label="Read more about Disable the ruler in TextEdit by default">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/">Disable the ruler in TextEdit by default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you regularly use TextEdit, you will notice that TextEdit displays the ruler by default when creating or opening rich text documents. It&#8217;s not possible to turn off the ruler by default in Preferences. Offcorse you can You can disable the ruler in TextEdit with the following OS X Terminal command: <span id="more-1061"></span></p>
<pre lang="bash">defaults write com.apple.TextEdit ShowRuler 0</pre>
<p>If you want to use the ruler you can use ⌘R or choosing Format > Text > Show Ruler from the menu. </p>
<p>Revert to default setting:</p>
<pre lang="bash">defaults delete com.apple.TextEdit ShowRuler</pre>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2013/08/textedit-terminal-585x362.png?resize=585%2C362" alt="textedit terminal" width="585" height="362" class="aligncenter size-large wp-image-1067" /></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/">Disable the ruler in TextEdit by default</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">1061</post-id>	</item>
		<item>
		<title>Setup a size limit for Time Machine backup volumes</title>
		<link>https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/</link>
					<comments>https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 22 Oct 2012 18:00:11 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=799</guid>

					<description><![CDATA[<p>Time Machine will standard use all the available disk space on an external drive or a external server volume. You can setup a limit how much disk space Time Machine may use. Use this defaults write Terminal command: defaults write /Library/Preferences/com.apple.TimeMachine MaxSize 405600 Where MaxSize 405600 is the MB equivalent of 400GB (400 * 1024) ... <a title="Setup a size limit for Time Machine backup volumes" class="read-more" href="https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/" aria-label="Read more about Setup a size limit for Time Machine backup volumes">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/">Setup a size limit for Time Machine backup volumes</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Time Machine will standard use all the available disk space on an external drive or a external server volume. You can setup a  limit how much disk space Time Machine may use. Use this defaults write Terminal command: <span id="more-799"></span></p>
<pre lang="bash">defaults write /Library/Preferences/com.apple.TimeMachine MaxSize 405600</pre>
<p>Where MaxSize 405600 is the MB equivalent of 400GB (400 * 1024)</p>
<p>To remove the limit:</p>
<pre lang="bash">defaults delete /Library/Preferences/com.apple.TimeMachine MaxSize</pre>
<p>The post <a href="https://www.defaults-write.com/setup-a-size-limit-for-time-machine-backup-volumes/">Setup a size limit for Time Machine backup volumes</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/setup-a-size-limit-for-time-machine-backup-volumes/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">799</post-id>	</item>
		<item>
		<title>Enable momentum scrolling for Magic Mouse</title>
		<link>https://www.defaults-write.com/enable-momentum-scrolling-for-magic-mouse/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 17 Oct 2012 06:22:26 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=787</guid>

					<description><![CDATA[<p>The Mouse System Preferences pane does not include an option to enable momentum scrolling. The setting is a hidden preference. Use following command in Terminal to enable momentum scrolling. defaults write com.apple.driver.AppleBluetoothMultitouch.mouse MouseMomentumScroll -bool yes Revert to the default setting: defaults write com.apple.driver.AppleBluetoothMultitouch.mouse MouseMomentumScroll -bool no Screencast:</p>
<p>The post <a href="https://www.defaults-write.com/enable-momentum-scrolling-for-magic-mouse/">Enable momentum scrolling for Magic Mouse</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Mouse System Preferences pane does not include an option to enable momentum scrolling. The setting is a hidden preference. Use following command in Terminal to enable momentum scrolling.<span id="more-787"></span></p>
<pre lang="bash">defaults write com.apple.driver.AppleBluetoothMultitouch.mouse MouseMomentumScroll -bool yes</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.driver.AppleBluetoothMultitouch.mouse MouseMomentumScroll -bool no</pre>
<p><strong>Screencast:</strong><br />
<iframe title="Fix: Enable Momentum Scrolling For A Magic Mouse" width="825" height="464" src="https://www.youtube.com/embed/jkiBpZbwjsE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/enable-momentum-scrolling-for-magic-mouse/">Enable momentum scrolling for Magic Mouse</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">787</post-id>	</item>
		<item>
		<title>Enable spring loaded Dock items</title>
		<link>https://www.defaults-write.com/enable-spring-loaded-dock-items/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sun, 14 Oct 2012 18:00:59 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=772</guid>

					<description><![CDATA[<p>Spring-loaded Dock items are supposed to save you time by allowing you to drag a file over the folder/icon. Hover it for a few seconds and the application/folder will open. Use the following command to enable these feature: defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true Restart Dock with the following command: killall Dock Revert to the ... <a title="Enable spring loaded Dock items" class="read-more" href="https://www.defaults-write.com/enable-spring-loaded-dock-items/" aria-label="Read more about Enable spring loaded Dock items">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/enable-spring-loaded-dock-items/">Enable spring loaded Dock items</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Spring-loaded Dock items are supposed to save you time by allowing you to drag a file over the folder/icon. Hover it for a few seconds and the application/folder will open. Use the following command to enable these feature: <span id="more-772"></span></p>
<pre lang="bash">defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true</pre>
<p>Restart Dock with the following command:</p>
<pre lang="bash">killall Dock</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool false</pre>
<p>http://www.youtube.com/watch?v=altO2yV0MtQ&#038;t=5m9s</p>
<p>Spring Loaded item starts at 05:09</p>
<p>The post <a href="https://www.defaults-write.com/enable-spring-loaded-dock-items/">Enable spring loaded Dock items</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">772</post-id>	</item>
		<item>
		<title>Disable the Spaces Animation in Mac OS X</title>
		<link>https://www.defaults-write.com/disable-the-spaces-animation-in-mac-os-x/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 18:00:31 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=755</guid>

					<description><![CDATA[<p>Anytime you navigate between Spaces in OS X there’s a animation, this is nice but it makes switching between Spaces slower. You can disable the animation with the following command: defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES To make the command take effect, you need to restart the Dock killall Dock Revert to the default setting: ... <a title="Disable the Spaces Animation in Mac OS X" class="read-more" href="https://www.defaults-write.com/disable-the-spaces-animation-in-mac-os-x/" aria-label="Read more about Disable the Spaces Animation in Mac OS X">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-spaces-animation-in-mac-os-x/">Disable the Spaces Animation in Mac OS X</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Anytime you navigate between Spaces in OS X there’s a animation, this is nice but it makes switching between Spaces slower. You can disable the animation with the following command:<span id="more-755"></span></p>
<pre lang="bash">defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES</pre>
<p>To make the command take effect, you need to restart the Dock</p>
<pre lang="bash">killall Dock</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.dock workspaces-swoosh-animation-off -bool NO</pre>
<p>The post <a href="https://www.defaults-write.com/disable-the-spaces-animation-in-mac-os-x/">Disable the Spaces Animation in Mac OS X</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">755</post-id>	</item>
		<item>
		<title>Disable the Dock animations</title>
		<link>https://www.defaults-write.com/disable-the-dock-animations/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 18:00:20 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=700</guid>

					<description><![CDATA[<p>Disable all Dock animations when opening an application from the Dock. Use the following OS X Terminal command: defaults write com.apple.dock launchanim -bool false Restart Dock with the following command: killall Dock Revert to the default setting: defaults write com.apple.dock launchanim -bool true Restart Dock</p>
<p>The post <a href="https://www.defaults-write.com/disable-the-dock-animations/">Disable the Dock animations</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Disable all Dock animations when opening an application from the Dock. Use the following OS X Terminal command: <span id="more-700"></span></p>
<pre lang="bash">defaults write com.apple.dock launchanim -bool false</pre>
<p>Restart Dock with the following command:</p>
<pre lang="bash">killall Dock</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.dock launchanim -bool true</pre>
<p>Restart Dock</p>
<p>The post <a href="https://www.defaults-write.com/disable-the-dock-animations/">Disable the Dock animations</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">700</post-id>	</item>
		<item>
		<title>Enable the Recent Items Menu in the Dock</title>
		<link>https://www.defaults-write.com/enable-the-recent-items-menu-in-the-dock/</link>
					<comments>https://www.defaults-write.com/enable-the-recent-items-menu-in-the-dock/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 18:00:11 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=684</guid>

					<description><![CDATA[<p>You can add a &#8216;Recent Items menu&#8217; to the OS X Dock. The default is set to “Recent Applications” but once the Dock item exists you can adjust it to feature other recent items too. Use the following defaults write command. defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" ... <a title="Enable the Recent Items Menu in the Dock" class="read-more" href="https://www.defaults-write.com/enable-the-recent-items-menu-in-the-dock/" aria-label="Read more about Enable the Recent Items Menu in the Dock">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/enable-the-recent-items-menu-in-the-dock/">Enable the Recent Items Menu in the Dock</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can add a &#8216;Recent Items menu&#8217; to the OS X Dock. The default is set to “Recent Applications” but once the Dock item exists you can adjust it to feature other recent items too. Use the following defaults write command. <span id="more-684"></span></p>
<pre lang="bash">defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
</pre>
<p>Restart Dock with the following command:</p>
<pre lang="bash">killall Dock</pre>
<p>If you want to remove the Recent Items menu, just drag it out of your Dock.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/09/recent-app-dock-585x289.png?resize=585%2C289" alt="" title="recent-app-dock" width="585" height="289" class="aligncenter size-large wp-image-685" /></p>
<p>The post <a href="https://www.defaults-write.com/enable-the-recent-items-menu-in-the-dock/">Enable the Recent Items Menu in the Dock</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/enable-the-recent-items-menu-in-the-dock/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">684</post-id>	</item>
		<item>
		<title>Disable the warning before emptying the Trash</title>
		<link>https://www.defaults-write.com/disable-the-warning-before-emptying-the-trash/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sun, 16 Sep 2012 18:45:59 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=625</guid>

					<description><![CDATA[<p>By default in OS X, users are given a warning when emptying the Trash and removing files from the hard drive. You can disable the warning window before emptying the Trash with following command: defaults write com.apple.finder WarnOnEmptyTrash -bool false Revert to the default setting: defaults write com.apple.finder WarnOnEmptyTrash -bool true</p>
<p>The post <a href="https://www.defaults-write.com/disable-the-warning-before-emptying-the-trash/">Disable the warning before emptying the Trash</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>By default in OS X, users are given a warning when emptying the Trash and removing files from the hard drive. You can disable the warning window before emptying the Trash with following command: <span id="more-625"></span></p>
<pre lang="bash">defaults write com.apple.finder WarnOnEmptyTrash -bool false</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.finder WarnOnEmptyTrash -bool true</pre>
<p>The post <a href="https://www.defaults-write.com/disable-the-warning-before-emptying-the-trash/">Disable the warning before emptying the Trash</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">625</post-id>	</item>
	</channel>
</rss>
