<?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>Mac OS X General Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/user-interface/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/user-interface/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Fri, 18 Oct 2019 12:16:20 +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>Mac OS X General Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/user-interface/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Disable screenshot shadows on a Mac</title>
		<link>https://www.defaults-write.com/disable-screenshots-shadow-mac/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 17 Oct 2019 18:43:57 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.14]]></category>
		<category><![CDATA[10.15]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1502</guid>

					<description><![CDATA[<p>Do you want to take screenshots on a Mac, but without shadow around the window? Then you can disable this by using a terminal command. Since macOS Mojave you have to use a different command than under macOS High Sierra (more info). Disable screenshot shadows on a Mac defaults write com.apple.screencapture disable-shadow -bool true To make the command take effect, you need to restart the System UI server: killall SystemUIServer Revert to the default setting (screenshots including shadows), To make the command take effect, you also need to restart the System UI server! defaults write com.apple.screencapture disable-shadow -bool false</p>
<p>The post <a href="https://www.defaults-write.com/disable-screenshots-shadow-mac/">Disable screenshot shadows on a Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do you want to take screenshots on a Mac, but without shadow around the window? Then you can disable this by using a terminal command. Since macOS Mojave you have to use a different command than under macOS High Sierra (<a href="/make-os-x-screenshots-without-window-shadows" rel="noopener" target="_blank">more info</a>). <span id="more-1502"></span></p>
<h2>Disable screenshot shadows on a Mac</h2>
<pre lang="bash">defaults write com.apple.screencapture disable-shadow -bool 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), To make the command take effect, you also need to restart the System UI server!</p>
<pre lang="bash">defaults write com.apple.screencapture disable-shadow -bool false</pre >
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?resize=585%2C306&#038;ssl=1" alt="" width="585" height="306" class="aligncenter size-large wp-image-1505" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?resize=585%2C306&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?resize=768%2C402&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?w=1400&amp;ssl=1 1400w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/disable-screenshots-shadow-mac/">Disable screenshot shadows 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">1502</post-id>	</item>
		<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 write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName Reboot your mac, to make changes affect. Disable the additional information (defaults) with: sudo defaults delete /Library/Preferences/com.apple.loginwindow AdminHostInfo Example:</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" 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>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>Solution when File Sharing doesn&#8217;t work after Security Update</title>
		<link>https://www.defaults-write.com/solution-file-sharing/</link>
					<comments>https://www.defaults-write.com/solution-file-sharing/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sun, 30 Sep 2018 11:07:40 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.13]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1440</guid>

					<description><![CDATA[<p>Earlier this week, a bug in macOS High Sierra was discovered that made it possible to use the root user without a password. That could be dangerous in combination with malware. Thankfully, Apple is resolving this bug within 24 hours with a security update. Only this has created a new problem that affects a select number of users. If you use file sharing within your own network, this may stop working. You can easily solve this problem with a Terminal command. Solution when File Sharing is no longer working • Open Terminal (Finder ▸ Programs ▸ Utilities) • Copy the following command (command⌘ + C) • Paste the command into an empty terminal window (command⌘ + V) • Press &#8216;enter&#8217; sudo /usr/libexec/configureLocalKDC Now enter your user password (from the account ... <a title="Solution when File Sharing doesn&#8217;t work after Security Update" class="read-more" href="https://www.defaults-write.com/solution-file-sharing/" aria-label="Read more about Solution when File Sharing doesn&#8217;t work after Security Update">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/solution-file-sharing/">Solution when File Sharing doesn&#8217;t work after Security Update</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Earlier this week, a bug in macOS High Sierra was discovered that made it possible to use the root user without a password. That could be dangerous in combination with malware. </p>
<p>Thankfully, Apple is resolving this bug within 24 hours with a security update. Only this has created a new problem that affects a select number of users. If you use file sharing within your own network, this may stop working. You can easily solve this problem with a Terminal command. <span id="more-1440"></span> </p>
<h2>Solution when File Sharing is no longer working </h2>
<p>• Open Terminal (Finder ▸ Programs ▸ Utilities)<br />
• Copy the following command (command⌘ + C)<br />
• Paste the command into an empty terminal window (command⌘ + V)<br />
• Press &#8216;enter&#8217;</p>
<p><code>sudo /usr/libexec/configureLocalKDC</code></p>
<p>Now enter your user password (from the account that is logged in), it is normal that no characters appear. Press &#8216;enter&#8217; to execute the command. From now on file sharing works again and you can use it again as usual.</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?resize=585%2C333&#038;ssl=1" alt="File Sharing" width="585" height="333" class="aligncenter size-large wp-image-1442" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/bestandsdeling.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/solution-file-sharing/">Solution when File Sharing doesn&#8217;t work after Security Update</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/solution-file-sharing/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1440</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=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>10 terminal commands to speed up macOS High Sierra on your Mac</title>
		<link>https://www.defaults-write.com/speed-up-macos-high-sierra/</link>
					<comments>https://www.defaults-write.com/speed-up-macos-high-sierra/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 11 Nov 2017 19:18:43 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.13]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1435</guid>

					<description><![CDATA[<p>Most improvements in macOS High Sierra are not immediately visible to the ordinary macOS user. Especially under the hood many improvements have been made in the area of performance and safety. Some users experience a slow Mac after installing MacOS High Sierra With the following 10 Terminal Commands you can speed up macOS High Sierra. The commands disable various delays and animations from that standard built by Apple. These are nice, but not necessary for the Mac Open Terminal, which you can find in the folder: Applications ▸ Utilities. Copy and paste the following command either in the Terminal window. Press enter to apply this macOS user interface 1. Disable animations when opening and closing windows. defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false 2. Disable animations when opening a Quick Look ... <a title="10 terminal commands to speed up macOS High Sierra on your Mac" class="read-more" href="https://www.defaults-write.com/speed-up-macos-high-sierra/" aria-label="Read more about 10 terminal commands to speed up macOS High Sierra on your Mac">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/speed-up-macos-high-sierra/">10 terminal commands to speed up macOS High Sierra on your Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most improvements in macOS High Sierra are not immediately visible to the ordinary macOS user. Especially under the hood many improvements have been made in the area of performance and safety. Some users experience a slow Mac after installing MacOS High Sierra</p>
<p>With the following 10 Terminal Commands you can speed up macOS High Sierra. The commands disable various delays and animations from that standard built by Apple. These are nice, but not necessary for the Mac <span id="more-1435"></span></p>
<p>Open Terminal, which you can find in the folder: Applications ▸ Utilities. Copy and paste the following command either in the Terminal window. Press enter to apply this</p>
<h2>macOS user interface</h2>
<p>1. Disable animations when opening and closing windows.</p>
<p><code>defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false</code></p>
<p>2. Disable animations when opening a Quick Look window.</p>
<p><code>defaults write -g QLPanelAnimationDuration -float 0</code></p>
<p>3. Accelerated playback when adjusting the window size (Cocoa applications).</p>
<p><code>defaults write NSGlobalDomain NSWindowResizeTime -float 0.001</code></p>
<p>4. Disable animation when opening the Info window in Finder (cmd⌘ + i).</p>
<p><code>defaults write com.apple.finder DisableAllAnimations -bool true</code></p>
<p>5. Disable animations when you open an application from the Dock.</p>
<p><code>defaults write com.apple.dock launchanim -bool false</code></p>
<p>6. Make all animations faster that are used by Mission Control.</p>
<p><code>defaults write com.apple.dock expose-animation-duration -float 0.1</code></p>
<p>7. Disable the delay when you hide the Dock</p>
<p><code>defaults write com.apple.Dock autohide-delay -float 0</code></p>
<h2>Mail applicatie</h2>
<p>8. Disable the animation when you sending and replying an e-mail</p>
<p><code>defaults write com.apple.mail DisableReplyAnimations -bool true<br />
defaults write com.apple.mail DisableSendAnimations -bool true</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS-585x333.jpg?resize=585%2C333" alt="speed up macOS sierra and safari" width="585" height="333" class="aligncenter size-large wp-image-1412" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<h2>Safari</h2>
<p>9. Disable the standard delay in rendering a Web page.</p>
<p><code>defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25</code></p>
<p>10. The keyboard react faster to keystrokes (not equally useful for everyone</p>
<p><code>defaults write NSGlobalDomain KeyRepeat -int 0</code></p>
<p>When the commands are conducted in macOS Terminal, you need to reboot your Mac. After re-login you will notice that your Mac responds smoother.</p>
<h2>Undo changes</h2>
<p>If you want any of the above commands undo than is possible using the defaults delete command.</p>
<p><code>defaults delete domain key</code></p>
<p>Example: To undo the adjustment number 10, type the command:</p>
<p><code>defaults delete NSGlobalDomain KeyRepeat</code></p>
<p>After undoing, you need to restart your Mac.</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-macos-high-sierra/">10 terminal commands to speed up macOS High Sierra 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/speed-up-macos-high-sierra/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1435</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="770" height="433" 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>
		<item>
		<title>10 terminal commands to speed up macOS Sierra on your Mac</title>
		<link>https://www.defaults-write.com/10-terminal-commands-to-speed-up-macos-sierra-on-your-mac/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 08 Dec 2016 19:14:19 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.12]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1410</guid>

					<description><![CDATA[<p>10 terminal commands to speed up macOS Sierra on your Mac, use this commando's to get your old mac working better. </p>
<p>The post <a href="https://www.defaults-write.com/10-terminal-commands-to-speed-up-macos-sierra-on-your-mac/">10 terminal commands to speed up macOS Sierra on your Mac</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most improvements in macOS Sierra are not immediately visible to the ordinary macOS user. Especially under the hood many improvements have been made in the area of performance and safety. Some users experience a slow Mac after installing MacOS sierra</p>
<p>With the following 10 Terminal Commands you can speed up macOS Sierra. The commands disable various delays and animations from that standard built by Apple. These are nice, but not necessary for the Mac <span id="more-1410"></span></p>
<p>Open Terminal, which you can find in the folder: Applications ▸ Utilities. Copy and paste the following command either in the Terminal window. Press enter to apply this</p>
<h2>macOS user interface</h2>
<p>1. Disable animations when opening and closing windows.</p>
<p>defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false</p>
<p>2. Disable animations when opening a Quick Look window.</p>
<p>defaults write -g QLPanelAnimationDuration -float 0</p>
<p>3. Accelerated playback when adjusting the window size (Cocoa applications).</p>
<p>defaults write NSGlobalDomain NSWindowResizeTime -float 0.001</p>
<p>4. Disable animation when opening the Info window in Finder (cmd⌘ + i).</p>
<p>defaults write com.apple.finder DisableAllAnimations -bool true</p>
<p>5. Disable animations when you open an application from the Dock.</p>
<p>defaults write com.apple.dock launchanim -bool false</p>
<p>6. Make all animations faster that are used by Mission Control.</p>
<p>defaults write com.apple.dock expose-animation-duration -float 0.1</p>
<p>7. Disable the delay when you hide the Dock</p>
<p>defaults write com.apple.Dock autohide-delay -float 0</p>
<h2>Mail applicatie</h2>
<p>8. Disable the animation when you sending and replying an e-mail</p>
<p>defaults write com.apple.mail DisableReplyAnimations -bool true<br />
defaults write com.apple.mail DisableSendAnimations -bool true</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS-585x333.jpg?resize=585%2C333" alt="speed up macOS sierra and safari" width="585" height="333" class="aligncenter size-large wp-image-1412" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/12/speed-up-Safari-and-macOS.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<h2>Safari</h2>
<p>9. Disable the standard delay in rendering a Web page.</p>
<p>defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25</p>
<p>10. The keyboard react faster to keystrokes (not equally useful for everyone</p>
<p>defaults write NSGlobalDomain KeyRepeat -int 0</p>
<p>When the commands are conducted in macOS Terminal, you need to reboot your Mac. After re-login you will notice that your Mac responds smoother.</p>
<h2>Undo changes</h2>
<p>If you want any of the above commands undo than is possible using the defaults delete command.</p>
<p>defaults delete domain key</p>
<p>Example: To undo the adjustment number 10, type the command:</p>
<p>defaults delete NSGlobalDomain KeyRepeat</p>
<p>After undoing, you need to restart your Mac.</p>
<p>The post <a href="https://www.defaults-write.com/10-terminal-commands-to-speed-up-macos-sierra-on-your-mac/">10 terminal commands to speed up macOS Sierra on your 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">1410</post-id>	</item>
		<item>
		<title>Change OS X text cursor blink rate</title>
		<link>https://www.defaults-write.com/change-os-x-text-cursor-blink-rate/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 21 Dec 2015 19:33:08 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1193</guid>

					<description><![CDATA[<p>There is no system preference setting for adjusting the cursor blink rate in OS X, as with many hidden settings you can change the blink rate directly using a defaults write command (OS X 10.9 and above).</p>
<p>The post <a href="https://www.defaults-write.com/change-os-x-text-cursor-blink-rate/">Change OS X text cursor blink rate</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is no system preference setting for adjusting the cursor blink rate in OS X, as with many hidden settings you can change the blink rate directly using a defaults write command (OS X 10.9 and above). <span id="more-1193"></span></p>
<p><code>defaults write -g NSTextInsertionPointBlinkPeriodOn -float 200</code><br />
<code>defaults write -g NSTextInsertionPointBlinkPeriodOff -float 200</code></p>
<p>Use milliseconds to adjust the blinking rate (e.g. 1000 = 1 second), change 200 in the value you want to use.</p>
<p>You will need to quit and restart your applications for the changes to take effect, </p>
<p>Reverse to default with the command&#8217;s:</p>
<p><code>defaults delete -g NSTextInsertionPointBlinkPeriodOn</code><br />
defaults delete -g NSTextInsertionPointBlinkPeriodOff</p>
<p>The post <a href="https://www.defaults-write.com/change-os-x-text-cursor-blink-rate/">Change OS X text cursor blink 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">1193</post-id>	</item>
	</channel>
</rss>
