<?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.10 Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/tag/10-10/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 10 Dec 2018 10:09:09 +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.10 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>Speed up Time Machine backups</title>
		<link>https://www.defaults-write.com/speed-up-time-machine-backups/</link>
					<comments>https://www.defaults-write.com/speed-up-time-machine-backups/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 09 Aug 2018 18:26:40 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1371</guid>

					<description><![CDATA[<p>Time Machine backups are great, but very slow when a large amount of data/files needs to be transferred (such as the initial back-up). As desgined by Apple the Time Machine background proces is running in a very low CPU priority.</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-time-machine-backups/">Speed up Time Machine backups</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Time Machine backups are great, but very slow when a large amount of data/files needs to be transferred (such as the initial back-up). As desgined by Apple the Time Machine background proces is running in a very low CPU priority, giving all other running applications en services priority. <span id="more-1371"></span></p>
<p>With the following Terminal command you can temporary speed up the Time Machine backups:</p>
<pre lang="bash">sudo sysctl debug.lowpri_throttle_enabled=0</pre>
<p>The command prevents Time Machine’s backup process assuming a low CPU priority, allowing backups to complete more quickly. </p>
<p>The command is not persistent and will become inactive after a reboot. If you want revert to the default setting without a reboot:</p>
<pre lang="bash">sudo sysctl debug.lowpri_throttle_enabled=1</pre>
<p>Searching for more Time Machine tweaks? <a href="/cat/time-machine/">Check this</a>!</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-time-machine-backups/">Speed up Time Machine backups</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-time-machine-backups/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1371</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=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>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=1650&amp;ssl=1 1650w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/11/power-stand-by.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/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 ... <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>Fix for not working Exposè/Mission Control</title>
		<link>https://www.defaults-write.com/fix-for-not-working-exposemission-control/</link>
					<comments>https://www.defaults-write.com/fix-for-not-working-exposemission-control/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 20:00:36 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[Mission Control]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1419</guid>

					<description><![CDATA[<p>Using the the F3-key should normally activate Exposè/Mission Control. In some circumstances nothing happens when you hit the F3-key or the four finger up gesture. </p>
<p>The post <a href="https://www.defaults-write.com/fix-for-not-working-exposemission-control/">Fix for not working Exposè/Mission Control</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Using the the F3-key should normally activate Exposè/Mission Control. In some circumstances nothing happens when you hit the F3-key or the four finger up gesture. </p>
<p>To solve this problem apply the following defaults write command: <span id="more-1419"></span></p>
<p><code>defaults write com.apple.dock mcx-expose-disabled -bool FALSE</code></p>
<p>Restart the OSX Dock:</p>
<p><code>killall Dock</code></p>
<p>F3 and the four finger up gesture will work again.</p>
<p>The post <a href="https://www.defaults-write.com/fix-for-not-working-exposemission-control/">Fix for not working Exposè/Mission Control</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/fix-for-not-working-exposemission-control/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1419</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>
	</channel>
</rss>
