<?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.9 Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/tag/10-9/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 10 Dec 2018 10:10:18 +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.9 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>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 -bool true; killall Finder To revert to the original settings: defaults write com.apple.finder QuitMenuItem -bool false; killall Finder</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 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. To revert to the original settings: defaults write com.apple.dock single-app -bool no;killall Dock</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>Enable the expand save panel by default</title>
		<link>https://www.defaults-write.com/expand-save-panel-default/</link>
					<comments>https://www.defaults-write.com/expand-save-panel-default/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 19 Jul 2018 18:21:56 +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.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1358</guid>

					<description><![CDATA[<p>Sometimes it can happen when saving a document that you have to click first on the triangle next to the Location field to open the expanded save window. This can be very confusing, with the following command you can enable the expand save panel by default.</p>
<p>The post <a href="https://www.defaults-write.com/expand-save-panel-default/">Enable the expand save panel by default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes it can happen when saving a document that you have to click first on the triangle next to the Location field to open the expanded save window. This can be very confusing, with the following command you can enable the expand save panel by default. <span id="more-1358"></span> </p>
<p>Copy and paste the following command in OS X Terminal:</p>
<p><code>defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true</code><br />
<code>defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true</code></p>
<p>Revert to the default setting with the following commands:</p>
<p><code>defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool false</code><br />
<code>defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool false</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel.png" rel="attachment wp-att-1360"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel-585x366.png?resize=585%2C366" alt="Save panel OS X " width="585" height="366" class="aligncenter size-large wp-image-1360" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel.png?resize=585%2C366&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel.png?w=1540&amp;ssl=1 1540w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel.png?w=2310&amp;ssl=1 2310w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/expand-save-panel-default/">Enable the expand save panel by default</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/expand-save-panel-default/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1358</post-id>	</item>
		<item>
		<title>Stop the power button from putting your Mac in stand-by (sleep) mode</title>
		<link>https://www.defaults-write.com/power-button-mac-stand-by/</link>
					<comments>https://www.defaults-write.com/power-button-mac-stand-by/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Tue, 10 Jul 2018 18:31:26 +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.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1396</guid>

					<description><![CDATA[<p>Since OS X 10.9 mavericks, the behavior of the power button has changed. Now, when you quickly press this button (about 2 seconds), it will macOS (OS X) be placed in standby mode. With the following command you can use the power button function rollback to previous versions of OS X.</p>
<p>The post <a href="https://www.defaults-write.com/power-button-mac-stand-by/">Stop the power button from putting your Mac in stand-by (sleep) mode</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Since OS X 10.9 mavericks, the behavior of the power button has been changed. When you press the power button for about 2 seconds, it will put macOS (OS X) in stand-by (sleep) mode. </p>
<p>With the following command you can use the power button function as in previous versions of OS X. By showing a dialog box for turning off the Mac and more. <span id="more-1396"></span></p>
<h2>Disable power button from putting your mac in Stand-by mode</h2>
<p>Copy and paste the following command in OS X/macOS Terminal:</p>
<p><code>defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool no</code></p>
<p>Hit the enter key and immediately the behavior of the power button will change. When you press the power button, the dialog box will appear with the potential to turn off your Mac and more. </p>
<p>Copy and paste the following command in OS X/macOS Terminal to revert to the original settings:</p>
<p><code>defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool yes</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by.png"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by-585x366.png?resize=585%2C366" alt="power-stand-by" width="585" height="366" class="aligncenter size-large wp-image-1402" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by.png?resize=585%2C366&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by.png?w=1540&amp;ssl=1 1540w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by.png?w=2310&amp;ssl=1 2310w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/power-button-mac-stand-by/">Stop the power button from putting your Mac in stand-by (sleep) mode</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/power-button-mac-stand-by/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1396</post-id>	</item>
		<item>
		<title>Reset OS X/macOS Dock to default settings</title>
		<link>https://www.defaults-write.com/reset-mac-dock-default/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Fri, 29 Jun 2018 17:59:19 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></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=1388</guid>

					<description><![CDATA[<p>There is a Terminal command that you can use to quickly make your dock look like new again. Do you experience problems with the Dock on your Mac? The best you can do is to reset it to default settings. The following Terminal command will reset your dock by removing any icons that you’ve added and removed. It’ll also reset the size of the dock, magnification settings, and its location. Resetting the Dock to factory settings Copy and paste the following command in OS X/macOS Terminal: defaults delete com.apple.dock; killall Dock Hit the enter key and the Dock will quit and relaunch itself into the default settings. Of course you can rearrange and adjust it again.</p>
<p>The post <a href="https://www.defaults-write.com/reset-mac-dock-default/">Reset OS X/macOS Dock to default settings</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is a Terminal command that you can use to quickly make your dock look like new again. Do you experience problems with the Dock on your Mac? The best you can do is to reset it to default settings.</p>
<p>The following Terminal command will reset your dock by removing any icons that you’ve added and removed. It’ll also reset the size of the dock, magnification settings, and its location. <span id="more-1388"></span> </p>
<h2>Resetting the Dock to factory settings</h2>
<p>Copy and paste the following command in OS X/macOS Terminal:</p>
<p><code>defaults delete com.apple.dock; killall Dock</code></p>
<p>Hit the enter key and the Dock will quit and relaunch itself into the default settings. Of course you can rearrange and adjust it again.</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory-585x333.jpg?resize=585%2C333" alt="How to Reset the OS X Dock to Default Icon Set" width="585" height="333" class="aligncenter size-large wp-image-1390" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.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/reset-mac-dock-default/">Reset OS X/macOS Dock to default settings</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">1388</post-id>	</item>
		<item>
		<title>Display the file extensions in Finder</title>
		<link>https://www.defaults-write.com/display-the-file-extensions-in-finder/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 17 May 2018 11:11:22 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></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=1354</guid>

					<description><![CDATA[<p>File extensions (.jpg, .txt, .pdf, etc) are hidden by default in OS X. You can either set all extensions to be displayed through using following command:</p>
<p>The post <a href="https://www.defaults-write.com/display-the-file-extensions-in-finder/">Display the file extensions in Finder</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>File extensions (.jpg, .txt, .pdf, etc) are normally hidden by default in OS X. You can either set all extensions to be displayed through the following command: <span id="more-1354"></span></p>
<pre lang="bash">defaults write NSGlobalDomain AppleShowAllExtensions -bool true</pre>
<p>To make the command take effect, you need to restart the Finder.</p>
<pre lang="bash">killall Finder</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write NSGlobalDomain AppleShowAllExtensions -bool false</pre>
<p>Restart Finder</p>
<pre lang="bash">killall Finder</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions.png" rel="attachment wp-att-1355"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions-585x366.png?resize=585%2C366" alt="Show All Extensions" width="585" height="366" class="aligncenter size-large wp-image-1355" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions.png?resize=585%2C366&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions.png?w=1540&amp;ssl=1 1540w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions.png?w=2310&amp;ssl=1 2310w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/display-the-file-extensions-in-finder/">Display the file extensions in Finder</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">1354</post-id>	</item>
		<item>
		<title>Enable a larger Dock Icon size than default</title>
		<link>https://www.defaults-write.com/enable-a-larger-dock-icon-size-than-default/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 08 Mar 2018 19:11:55 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></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=1345</guid>

					<description><![CDATA[<p>Through the system preferences you can adjust the size of the Dock icons. Unfortunately, you can't go larger than 256 pixels. With the following command you can change the size in different sizes.</p>
<p>The post <a href="https://www.defaults-write.com/enable-a-larger-dock-icon-size-than-default/">Enable a larger Dock Icon size than default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Through the system preferences you can adjust the size of the Dock icons. Unfortunately, you can&#8217;t go larger than 256 pixels. With the following command you can change the size in different sizes. <span id="more-1345"></span></p>
<pre lang="bash">defaults write com.apple.dock largesize -float SIZE</pre>
<p>Change SIZE in a desired number and restart the Dock with the following command</p>
<pre lang="bash">killall Dock</pre>
<p>Restore the default setting or change the size in System Preferences (Dock)</p>
<pre lang="bash">defaults write com.apple.dock largesize -float 128</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png" rel="attachment wp-att-1346"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock-585x207.png?resize=585%2C207" alt="large dock" width="585" height="207" class="aligncenter size-large wp-image-1346" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?resize=585%2C207&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?resize=768%2C271&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?w=1540&amp;ssl=1 1540w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?w=2310&amp;ssl=1 2310w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/enable-a-larger-dock-icon-size-than-default/">Enable a larger Dock Icon size than 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">1345</post-id>	</item>
		<item>
		<title>Use plain text as default format in TextEdit</title>
		<link>https://www.defaults-write.com/plain-text-default-textedit/</link>
					<comments>https://www.defaults-write.com/plain-text-default-textedit/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 06 Jan 2018 19:03:12 +0000</pubDate>
				<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></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=1349</guid>

					<description><![CDATA[<p>TextEdit is a simple application for quickly writing text and notes. The text can be edited in RTF (Rich Text Format) mode, as well as plain text. With the following defaults write command you can enable plain text as default format in TextEdit. </p>
<p>The post <a href="https://www.defaults-write.com/plain-text-default-textedit/">Use plain text as default format in TextEdit</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>TextEdit is a simple application for quickly writing text and notes. The text can be edited in RTF (Rich Text Format) mode, as well as plain text. With the following defaults write command you can enable plain text as default format in TextEdit. <span id="more-1349"></span> </p>
<p>Copy and paste the following command in OS X Terminal:</p>
<p><code>defaults write com.apple.TextEdit RichText -int 0</code></p>
<p>Revert to the default setting with the following command:</p>
<p><code>defaults delete com.apple.TextEdit RichText</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg" rel="attachment wp-att-1351"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain-585x366.jpg?resize=585%2C366" alt="Default plain text in texteditor" width="585" height="366" class="aligncenter size-large wp-image-1351" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg?resize=585%2C366&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg?w=1350&amp;ssl=1 1350w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/plain-text-default-textedit/">Use plain text as default format in TextEdit</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/plain-text-default-textedit/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1349</post-id>	</item>
		<item>
		<title>Sync iCloud history and bookmarks manually (Safari)</title>
		<link>https://www.defaults-write.com/sync-icloud-history-and-bookmarks-manually-safari/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 29 Nov 2017 19:33:11 +0000</pubDate>
				<category><![CDATA[Safari]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1300</guid>

					<description><![CDATA[<p>The Safari browser on your Mac en other Apple devices can sometime go out of sync. Bookmarks, open tabs and history will not synchronized with other Apple devices. It’s possible to force synchronize the bookmarks and other iCloud content manually, this can be done with Safari Debug menu. You must activate this menu with the following Terminal command.</p>
<p>The post <a href="https://www.defaults-write.com/sync-icloud-history-and-bookmarks-manually-safari/">Sync iCloud history and bookmarks manually (Safari)</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Safari browser on your Mac en other Apple devices can sometime go out of sync. Bookmarks, open tabs and history will not synchronized with other Apple devices. It’s possible to force synchronize the bookmarks and other iCloud content manually, this can be done with Safari Debug menu. You must activate this menu with the following Terminal command. <span id="more-1300"></span></p>
<p><code>defaults write com.apple.Safari IncludeInternalDebugMenu 1</code></p>
<p>Launch Safari, click on the new “Debug” menu and choose the option &#8216;Sync iCloud History&#8217; to forcesync Safari history and bookmarks on your Apple devices.</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/icloud-history-sync-no-mac.png" rel="attachment wp-att-1301"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/icloud-history-sync-no-mac-585x366.png?resize=585%2C366" alt="icloud history sync no mac" width="585" height="366" class="aligncenter size-large wp-image-1301" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/icloud-history-sync-no-mac.png?resize=585%2C366&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/icloud-history-sync-no-mac.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/icloud-history-sync-no-mac.png?w=1540&amp;ssl=1 1540w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/01/icloud-history-sync-no-mac.png?w=2310&amp;ssl=1 2310w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/sync-icloud-history-and-bookmarks-manually-safari/">Sync iCloud history and bookmarks manually (Safari)</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">1300</post-id>	</item>
		<item>
		<title>Add a blank space to the Dock</title>
		<link>https://www.defaults-write.com/add-a-blank-space-to-the-dock/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 05 Apr 2017 09:26:36 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></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=1333</guid>

					<description><![CDATA[<p>Did you know that you can customize the Dock in OS X through terminal? With the following defaults write you can add a blank space to the Dock. This is a better way to organize applications.</p>
<p>The post <a href="https://www.defaults-write.com/add-a-blank-space-to-the-dock/">Add a blank space to the Dock</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Did you know that you can customize the Dock in OS X through terminal? With the following defaults write you can add a blank space to the Dock. This is a better way to organize applications. <span id="more-1333"></span> </p>
<pre class="lang:sh decode:true " >defaults write com.apple.dock persistent-apps -array-add 
'{tile-data={}; tile-type="spacer-tile";}' </pre>
<p>
Copy &#038; paste this command as a single line in OS X Terminal</p>
<p>Additional step, restart the Dock:</p>
<pre class="lang:sh decode:true " >killall Dock</pre>
<p></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2015/04/Schermafbeelding-2015-04-09-om-14.36.18-585x320.png?resize=585%2C320" alt="Schermafbeelding 2015-04-09 om 14.36.18" width="585" height="320" class="aligncenter size-medium wp-image-1227" /></p>
<p>You can remove the blank space by dragging it out of the Dock</p>
<p>The post <a href="https://www.defaults-write.com/add-a-blank-space-to-the-dock/">Add a blank space to the 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">1333</post-id>	</item>
	</channel>
</rss>
