<?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>Finder Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/finder/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/finder/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 10 Dec 2018 10:09:00 +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>Finder Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/finder/</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>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" 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>OS X: How to quickly hide the desktop icons</title>
		<link>https://www.defaults-write.com/os-x-how-to-quickly-hide-the-desktop-icons/</link>
					<comments>https://www.defaults-write.com/os-x-how-to-quickly-hide-the-desktop-icons/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 07 May 2015 18:00:20 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.10]]></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=1236</guid>

					<description><![CDATA[<p>Do you often have to do a presentation on your Mac and don’t want others to see what’s on your desktop? It's possible to quickly hide the icons on your desktop. Launch Terminal and enter the following command.</p>
<p>The post <a href="https://www.defaults-write.com/os-x-how-to-quickly-hide-the-desktop-icons/">OS X: How to quickly hide the desktop icons</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do you often have to do a presentation on your Mac and don’t want others to see what’s on your desktop? It&#8217;s possible to quickly hide the icons on your desktop. Launch Terminal and enter the following command. <span id="more-1236"></span></p>
<pre lang="bash">defaults write com.apple.finder CreateDesktop -bool FALSE; killall Finder</pre>
<p>You still can access your icons (documents) in Finder ▸ Desktop. To unhide the icons, launch Terminal and enter the following command.</p>
<pre lang="bash">defaults write com.apple.finder CreateDesktop TRUE; killall Finder</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2015/05/bureaublad.png"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2015/05/bureaublad-585x365.png?resize=580%2C361" alt="preview desktop osx " width="580" height="361" class="aligncenter size-large wp-image-1239" /></a></p>
<p>The post <a href="https://www.defaults-write.com/os-x-how-to-quickly-hide-the-desktop-icons/">OS X: How to quickly hide the desktop icons</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-how-to-quickly-hide-the-desktop-icons/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1236</post-id>	</item>
		<item>
		<title>Disable ‘Preferences’ menu option in OS X Finder</title>
		<link>https://www.defaults-write.com/disable-preferences-menu-option-in-os-x-finder/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Tue, 21 Apr 2015 18:27:02 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.10]]></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=1197</guid>

					<description><![CDATA[<p>Disable the menu option: ‘Finder ▸ Preferences’ (cmd⌘ + ,) in the Mac OS X Finder menubar.</p>
<p>The post <a href="https://www.defaults-write.com/disable-preferences-menu-option-in-os-x-finder/">Disable ‘Preferences’ menu option in OS X Finder</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is possible to disable the OS X Finder menu option: ‘Finder ▸ Preferences’ (cmd⌘ + ,). This will prohibit setting changes in the OS X Finder application. <span id="more-1197"></span></p>
<pre lang="bash">defaults write com.apple.finder ProhibitFinderPreferences -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 com.apple.finder ProhibitFinderPreferences -bool false</pre>
<p>The post <a href="https://www.defaults-write.com/disable-preferences-menu-option-in-os-x-finder/">Disable ‘Preferences’ menu option in OS X 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">1197</post-id>	</item>
		<item>
		<title>Finder: Disable &#8216;Go to Folder&#8217; menu option</title>
		<link>https://www.defaults-write.com/finder-disable-go-to-folder-menu-option/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Sat, 10 May 2014 18:00:42 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7. 10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1155</guid>

					<description><![CDATA[<p>Disable the menu option: &#8216;Go ▸ Go to folder&#8217; in the Mac OS X Finder menubar. defaults write com.apple.finder ProhibitGoToFolder -bool true To make the command take effect, you need to restart the Finder. killall Finder Revert to the default setting: defaults write com.apple.finder ProhibitGoToFolder -bool false Screenshot: Default option, Go to folder disabled.</p>
<p>The post <a href="https://www.defaults-write.com/finder-disable-go-to-folder-menu-option/">Finder: Disable &#8216;Go to Folder&#8217; menu option</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Disable the menu option: &#8216;Go ▸ Go to folder&#8217; in the Mac OS X Finder menubar. <span id="more-1155"></span></p>
<pre lang="bash">defaults write com.apple.finder ProhibitGoToFolder -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 com.apple.finder ProhibitGoToFolder -bool false</pre>
<p>Screenshot: Default option, Go to folder disabled.</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/08/go-menu-option-finder.png?resize=585%2C393" alt="" title="go menu option finder" width="585" height="393" class="aligncenter size-full wp-image-142" /></p>
<p>The post <a href="https://www.defaults-write.com/finder-disable-go-to-folder-menu-option/">Finder: Disable &#8216;Go to Folder&#8217; menu option</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">1155</post-id>	</item>
		<item>
		<title>Activate OS X Finder in Simple mode</title>
		<link>https://www.defaults-write.com/activate-os-x-finder-in-simple-mode/</link>
					<comments>https://www.defaults-write.com/activate-os-x-finder-in-simple-mode/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 19:00:08 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1006</guid>

					<description><![CDATA[<p>The &#8216;Simple Finder mode&#8217; hides desktop files, and won&#8217;t let anyone open a new Finder window. Only applications in the Dock can be launched. Note that Spotlight can still be used for launching items. This command could be a nice alternative for setting up restrictions without a guest user account. Click Finder ▸ Run Full Finder, and then type in your admin password to start Finder in normal mode. Enable Simple Finder mode: defaults write com.apple.finder InterfaceLevel simple Reverse to standard operation with: defaults write com.apple.finder InterfaceLevel standard Screenshot:</p>
<p>The post <a href="https://www.defaults-write.com/activate-os-x-finder-in-simple-mode/">Activate OS X Finder in Simple mode</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The &#8216;Simple Finder mode&#8217; hides desktop files, and won&#8217;t let anyone open a new Finder window. Only applications in the Dock can be launched. Note that Spotlight can still be used for launching items. This command could be a nice alternative for setting up restrictions without a guest user account. Click Finder ▸ Run Full Finder, and then type in your admin password to start Finder in normal mode.  <span id="more-1006"></span></p>
<p>Enable Simple Finder mode:</p>
<pre lang="bash">defaults write com.apple.finder InterfaceLevel simple</pre>
<p>Reverse to standard operation with:</p>
<pre lang="bash">defaults write com.apple.finder InterfaceLevel standard</pre>
<p>Screenshot:</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/09/simple-finder.png?resize=550%2C343" alt="" title="simple finder" width="550" height="343" class="aligncenter size-full wp-image-650" /></p>
<p>The post <a href="https://www.defaults-write.com/activate-os-x-finder-in-simple-mode/">Activate OS X Finder in Simple 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/activate-os-x-finder-in-simple-mode/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1006</post-id>	</item>
		<item>
		<title>Display full posix path in OS X Finder title Bar</title>
		<link>https://www.defaults-write.com/display-full-posix-path-in-os-x-finder-title-bar/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 18:00:09 +0000</pubDate>
				<category><![CDATA[Finder]]></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=668</guid>

					<description><![CDATA[<p>When browsing into the Finder folders, you may lose your current path. You can enable the path view (like View ▸ Show Pathbar) in the title bar of the Finder window. The command show the complete posix path in the title bar. defaults write com.apple.finder _FXShowPosixPathInTitle -bool true Restart Finder to make changes affect defaults write com.apple.finder _FXShowPosixPathInTitle -bool false Screenshot:</p>
<p>The post <a href="https://www.defaults-write.com/display-full-posix-path-in-os-x-finder-title-bar/">Display full posix path in OS X Finder title Bar</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When browsing into the Finder folders, you may lose your current path. You can enable the path view (like View ▸ Show Pathbar) in the title bar of the Finder window. The command show the complete posix path in the title bar. <span id="more-668"></span></p>
<pre lang="bash">defaults write com.apple.finder _FXShowPosixPathInTitle -bool true</pre>
<p>Restart Finder to make changes affect</p>
<pre lang="bash">defaults write com.apple.finder _FXShowPosixPathInTitle -bool false</pre>
<p>Screenshot:</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/09/full-path-finder-.png?resize=585%2C402" alt="" title="full path finder" width="585" height="402" class="aligncenter size-full wp-image-669" /></p>
<p>The post <a href="https://www.defaults-write.com/display-full-posix-path-in-os-x-finder-title-bar/">Display full posix path in OS X Finder title Bar</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">668</post-id>	</item>
		<item>
		<title>Disable CD/DVD media burning in OS X Finder</title>
		<link>https://www.defaults-write.com/disable-cddvd-media-burning-in-os-x-finder/</link>
					<comments>https://www.defaults-write.com/disable-cddvd-media-burning-in-os-x-finder/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 18:00:18 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=643</guid>

					<description><![CDATA[<p>You can prevent users from burning CD/DVD media on your Mac. Enabling this command will result in the following message when trying to burn a CD or DVD: &#8220;The operation can&#8217;t be completed because you don&#8217;t have the necessary permission&#8221;. defaults write com.apple.finder ProhibitBurn true To make the command take effect, you need to restart the Finder. killall Finder Re-enable the media burning with: defaults write com.apple.finder ProhibitBurn false Screenshot:</p>
<p>The post <a href="https://www.defaults-write.com/disable-cddvd-media-burning-in-os-x-finder/">Disable CD/DVD media burning in OS X Finder</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can prevent users from burning CD/DVD media on your Mac. Enabling this command will result in the following message when trying to burn a CD or DVD: &#8220;The operation can&#8217;t be completed because you don&#8217;t have the necessary permission&#8221;. <span id="more-643"></span></p>
<pre lang="bash">defaults write com.apple.finder ProhibitBurn true</pre>
<p>To make the command take effect, you need to restart the Finder.</p>
<pre lang="bash">killall Finder</pre>
<p>Re-enable the media burning with:</p>
<pre lang="bash">defaults write com.apple.finder ProhibitBurn false</pre>
<p>Screenshot:</p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/09/finder_burning.png?resize=585%2C453" alt="" title="finder_burning" width="585" height="453" class="aligncenter size-full wp-image-644" /></p>
<p>The post <a href="https://www.defaults-write.com/disable-cddvd-media-burning-in-os-x-finder/">Disable CD/DVD media burning in OS X Finder</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/disable-cddvd-media-burning-in-os-x-finder/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">643</post-id>	</item>
		<item>
		<title>Disable window animations in OS X Finder</title>
		<link>https://www.defaults-write.com/disable-window-animations-in-finder/</link>
					<comments>https://www.defaults-write.com/disable-window-animations-in-finder/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 15 Sep 2012 18:28:16 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=617</guid>

					<description><![CDATA[<p>Disable all window animations and the animation when opening the info window in Finder. Use the following OS X Terminal command: defaults write com.apple.finder DisableAllAnimations -bool true To restore the animations in OS X Finder: defaults write com.apple.finder DisableAllAnimations -bool false</p>
<p>The post <a href="https://www.defaults-write.com/disable-window-animations-in-finder/">Disable window animations in OS X Finder</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Disable all window animations and the animation when opening the info window in Finder. Use the following OS X Terminal command: <span id="more-617"></span></p>
<pre lang="bash">defaults write com.apple.finder DisableAllAnimations -bool true</pre>
<p>To restore the animations in OS X Finder:</p>
<pre lang="bash">defaults write com.apple.finder DisableAllAnimations -bool false</pre>
<p>The post <a href="https://www.defaults-write.com/disable-window-animations-in-finder/">Disable window animations in OS X Finder</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/disable-window-animations-in-finder/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">617</post-id>	</item>
		<item>
		<title>Display the Cover Flow frame rate</title>
		<link>https://www.defaults-write.com/see-the-cover-flow-frame-rate/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 07:15:27 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=596</guid>

					<description><![CDATA[<p>The following command will show the cover flow frame rate (as frames per second) within the Finder alongside each filename when flipping through files. defaults write com.apple.finder IKImageFlowShowFrameRate 1 To make the command take effect, you need to restart the Finder. killall Finder Revert to the default setting: defaults delete com.apple.finder IKImageFlowShowFrameRate You need to restart the Finder. Screencast:</p>
<p>The post <a href="https://www.defaults-write.com/see-the-cover-flow-frame-rate/">Display the Cover Flow frame rate</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The following command will show the cover flow frame rate (as frames per second) within the Finder alongside each filename when flipping through files. <span id="more-596"></span></p>
<pre lang="bash">defaults write com.apple.finder IKImageFlowShowFrameRate 1</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 delete com.apple.finder IKImageFlowShowFrameRate</pre>
<p>You need to restart the Finder.</p>
<p><strong>Screencast</strong>:<br />
<iframe loading="lazy" width="770" height="433" src="https://www.youtube.com/embed/5HE4fO8_mKo?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/see-the-cover-flow-frame-rate/">Display the Cover Flow frame rate</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">596</post-id>	</item>
	</channel>
</rss>
