<?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.8 Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/tag/10-8/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.8 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>macOS: Display additional information on the loginscreen</title>
		<link>https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/</link>
					<comments>https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Fri, 05 Apr 2019 12:00:27 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=939</guid>

					<description><![CDATA[<p>You can display additional information on the loginscreen of macOS. After applying the command you can click on the clock in the upper right corner, toggle between clock, IP address, macOS version and computer name. The information will be displayed for only 60 seconds. Use the following command to active the additional information: sudo defaults ... <a title="macOS: Display additional information on the loginscreen" class="read-more" href="https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/" aria-label="Read more about macOS: Display additional information on the loginscreen">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/">macOS: Display additional information on the loginscreen</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can display additional information on the loginscreen of macOS. After applying the command you can click on the clock in the upper right corner, toggle between clock, IP address, macOS version and computer name. The information will be displayed for only 60 seconds. <span id="more-939"></span></p>
<p>Use the following command to active the additional information: </p>
<pre lang="bash">sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName</pre>
<p>Reboot your mac, to make changes affect.</p>
<p>Disable the additional information (defaults) with:</p>
<pre lang="bash">sudo defaults delete /Library/Preferences/com.apple.loginwindow AdminHostInfo</pre>
<p>Example:</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/11/extrainfolionlogin.png?resize=500%2C120" alt="" title="extrainfolionlogin" width="500" height="120" class="aligncenter size-full wp-image-940" /></p>
<p>The post <a href="https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/">macOS: Display additional information on the loginscreen</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/os-x-display-additional-information-on-the-loginscreen/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">939</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" 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>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" loading="lazy" 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=1650&amp;ssl=1 1650w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/07/save-panel.png?w=2475&amp;ssl=1 2475w" 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>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 ... <a title="Reset OS X/macOS Dock to default settings" class="read-more" href="https://www.defaults-write.com/reset-mac-dock-default/" aria-label="Read more about Reset OS X/macOS Dock to default settings">Read more</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>
]]></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=1650&amp;ssl=1 1650w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/extensions.png?w=2475&amp;ssl=1 2475w" 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=1650&amp;ssl=1 1650w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?w=2475&amp;ssl=1 2475w" 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>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>
		<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>
