<?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/"
	>

<channel>
	<title>Make Tech Easier&#187; configuration</title>
	<atom:link href="http://maketecheasier.com/tag/configuration/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Advanced KDE Administration</title>
		<link>http://maketecheasier.com/advanced-kde-administration/2010/10/20</link>
		<comments>http://maketecheasier.com/advanced-kde-administration/2010/10/20#comments</comments>
		<pubDate>Wed, 20 Oct 2010 21:00:22 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[environment variables]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=23143</guid>
		<description><![CDATA[For general use, it is sufficient to configure KDE using the options provided in System Settings and in individual application settings. Nevertheless, to unlock the full power of KDE, you should learn some of the system administration tools that it provides. Command Line Options Every KDE applications has its own unique command line options. Additionally, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/advanced-kde-administration/2010/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20&amp;title=Advanced+KDE+Administration&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/advanced-kde-administration/2010/10/20">Advanced KDE Administration</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-23144" title="preferences-system" src="http://imagecdn.maketecheasier.com/2010/10/preferences-system.png" alt="System Settings icon" width="128" height="128" />For general use, it is sufficient to configure KDE using the options provided in System Settings and in individual application settings. Nevertheless, to unlock the full power of KDE, you should learn some of the system administration tools that it provides.</p>
<h3>Command Line Options</h3>
<p>Every KDE applications has its own unique command line options. Additionally, each application has access to general KDE options and general Qt options. To see only the application options, open a terminal window (such as Konsole), and type the application name followed by &#8220;<code>--help</code>&#8221;<br />
<span id="more-23143"></span><br />
For example,</p>
<p><pre lang="bash">kate &#8211;help</pre></p>
<p>To see all options, add &#8220;-all&#8221;</p>
<p><pre lang="bash">kate &#8211;help-all</pre></p>
<p>You can also use &#8220;<code>--help-qt</code>&#8221; and &#8220;<code>--help-kde</code>&#8220;.</p>
<p>An example of a powerful KDE option is &#8220;<code>--config</code>&#8220;, which gives you the ability to use an alternate configuration file, different that the standard one used by the application. With this option, you can run two separate variations of the same application.</p>
<p>With the Qt options, you can access advanced features like &#8220;<code>--display</code>&#8220;, which allows you to specify which X server display you want your application to appear on, something useful when working with multiple instances of X.</p>
<p>Other KDE options include titlebar caption, application icon, disabling the crash handler, GUI style, and geometry.  Other Qt options include session ID, disabling mouse/keyboard grab, font, background color, application name/title, input style, and more.</p>
<h3>KDE Hidden Folder</h3>
<p>KDE configuration and application files are kept in the home folder under <em>~/.kde</em>.  This is a hidden directory that you can access by clicking at the end of the Dolphin breadcrumbs to &#8220;edit location&#8221; and then typing it into the box. You can also hold the Alt key and press the period key (<strong>Alt + .</strong>) to show hidden files. Some of the folders like cache, socket, and tmp are ones you will rarely, if ever, need to access. Others, like share, are very useful for advanced configuration.</p>
<p><img class="alignnone size-full wp-image-23174" title="kde-home-nq8" src="http://imagecdn.maketecheasier.com/2010/10/kde-home-nq8.png" alt="KDEHOME folder" width="577" height="288" /></p>
<p><strong>Accessing the share folder</strong></p>
<p>The share folder holds a number of important subfolders, including config, apps, icons, and wallpapers.</p>
<p><strong>1.</strong> The <strong>config</strong> folder holds the user&#8217;s configuration files for KDE applications. These files are specific to the user, and changes to them will only change the KDE settings for that user. The main KDE config file is <em>kdeglobals</em>. All of the configuration files are text-based and easily editable in a normal text editor like KWrite. Generally, you do not need to manipulate these files directly, but there are cases when you might tap into undocumented features.</p>
<p><img class="alignnone size-full wp-image-23176" title="kde-config-nq8" src="http://imagecdn.maketecheasier.com/2010/10/kde-config-nq8.png" alt="KDE Config folder" width="577" height="232" /></p>
<p>Configuration files are formatted with group names, enclosed in brackets [GroupName] and keys listed under them.</p>
<p>For example, this is one config group from the amarokrc file:</p>
<p><em>[Playlist Search]<br />
MatchAlbum=true<br />
MatchArtist=true<br />
MatchTrack=true</em></p>
<p>Editing configuration files is one way to configure KDE and then distribute those configuration changes over multiple systems via a network.</p>
<p>In addition to the local user configuration files, those changes to files in <em>/etc/skel</em> will affect any new users that you create, making it easy to have a custom installation of KDE that defaults to the settings you configured for each new user.</p>
<p><img class="alignnone size-full wp-image-23175" title="kdeglobals-nq8" src="http://imagecdn.maketecheasier.com/2010/10/kdeglobals-nq8.png" alt="kdeglobals config file in KWrite" width="577" height="416" /></p>
<p><strong>2.</strong> The <strong>apps</strong> folder holds folders containing user files for every KDE application. For example, the akregator folder will hold the local user&#8217;s feeds.opml file. Similarly, the kmail folder holds the user&#8217;s mailboxes.</p>
<p><strong>3</strong>. The <strong>icons</strong> folder holds user-installed icons. You can download icon sets from KDE-Look.org and extract their subfolder directly into this folder. You can also create your own icons and place them here.</p>
<p><strong>4</strong>. Similar to icons, user wallpapers are stored in the <strong>wallpapers</strong> folder. This is only where the KDE wallpaper installation component places them, so you do not need to put wallpapers here in order to use them.</p>
<p>Both the icons and wallpapers folders are for the local user and will not affect other users globally.</p>
<h3>Environment Variables</h3>
<p>KDE has a plethora of Unix/Linux environment variables that you can use to control how KDE starts up and runs. For example, <em>KDEHOME</em> determines where the default KDE files are held (<em>~/.kde </em>is the default). <em>KDETEMP</em> determines what temporary directory it uses. There are also number debugging environment variables for troubleshooting.</p>
<h3>More Advanced Administration</h3>
<p>Including all of the documentation on KDE administration and configuration would make this article unduly long, but there are plenty of resources to help you along the way. The most important resources are <a href="http://userbase.kde.org/" target="_blank">KDE UserBase</a> and <a href="http://techbase.kde.org" target="_blank">KDE TechBase</a>. In particular, you should read the System Administration section of <a href="http://techbase.kde.org/KDE_System_Administration" target="_blank">KDE TechBase</a>.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/advanced-kde-administration/2010/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20&amp;title=Advanced+KDE+Administration&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/advanced-kde-administration/2010/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/advanced-kde-administration/2010/10/20">Advanced KDE Administration</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/advanced-kde-administration/2010/10/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Easily Customize NotifyOSD in Ubuntu Lucid</title>
		<link>http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26</link>
		<comments>http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26#comments</comments>
		<pubDate>Wed, 26 May 2010 21:00:09 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[notifyosd]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=16072</guid>
		<description><![CDATA[The NotifyOSD was introduced since Ubuntu Jaunty. It acts like the Growl in Mac and present an (supposedly) unobstructive notification to the user. Some people like it, but plenty of others found it disruptive. For those who hate it, one of the major complaint is that there is no (easy) way to configure the settings, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26&amp;title=How+to+Easily+Customize+NotifyOSD+in+Ubuntu+Lucid&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26">How to Easily Customize NotifyOSD in Ubuntu Lucid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/05/notifyosd-bubble.png" alt="notifyosd-bubble" width="197" height="116" class="alignleft size-full wp-image-16083" />The <a id="aptureLink_HKFZk0peOj" href="https://launchpad.net/notify-osd">NotifyOSD</a> was introduced since Ubuntu Jaunty. It acts like the <a id="aptureLink_Wl5Eegcx75" href="http://growl.info/">Growl</a> in Mac and present an (supposedly) unobstructive notification to the user. Some people like it, but plenty of others found it disruptive. For those who hate it, one of the major complaint is that there is no (easy) way to configure the settings, such as the shape, size, text, position etc and sometime it takes too time to stay on the screen. Not anymore. With NotifyOSD Configuration, you can now easily customize the NotifyOSD bubble to your liking, without any coding, compiling or hacking involved.</p>
<p><a href="https://launchpad.net/notifyconf" target="_blank">NotifyOSD Configuration</a> is a GUI for you to customize your NotifyOSD. It is built on top of the <a href="http://leolik.blogspot.com/2009/12/notify-osd.html" target="_blank">patched NotifyOSD</a> (post is in Russian) that allows you to customize your notification bubble via a simple text file.<br />
<span id="more-16072"></span></p>
<h3>Download NotifyOSD Configuration</h3>
<p>To get NotifyOSD Configuration working, we need to first install the patched NotifyOSD. In your terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> add-apt-repository ppa:leolik<span style="color: #000000; font-weight: bold;">/</span>leolik
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade</pre></div></div>

<p>Once you have patched your NotifyOSD, install NotifyOSD Configuration via the following command:</p>
<p>For Ubuntu Karmic and Lucid:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> add-apt-repository ppa:amandeepgrewal<span style="color: #000000; font-weight: bold;">/</span>notifyosdconfig
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> notifyosdconfig</pre></div></div>

<p>If you are using Ubuntu Maverick, the above repository won&#8217;t work. You have to <a href="https://launchpad.net/~amandeepgrewal/+archive/notifyosdconfig/+files/notifyosdconfig_0.1-6~lucid1_i386.deb" rel="nofollow">download the .deb</a> file and manually install it in your system.</p>
<p>After the installation, you can find the application at <em>Applications -&gt; Accessories -&gt; NotifyOSD Configuration</em>.</p>
<h3>Customizing your notification bubble</h3>
<p>On the main screen, you will see plenty of options. The options are mainly divided into two sections: the bubble and the text (within the bubble). In the bubble tab, you can configure the positioning (fixed or dynamic), the time the bubble will appear on the screen, the background color, opacity, corner radius etc. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/notifyosd-main-screen.png" alt="notifyosd-main-screen" width="576" height="460" class="aligncenter size-full wp-image-16077" /></p>
<p>In the text section, you can customize the text color, size, opacity, shadow and many other settings. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/notifyosd-text-tab.png" alt="notifyosd-text-tab" width="580" height="465" class="aligncenter size-full wp-image-16078" /></p>
<p>When you are done with the customization, simply click Apply and a preview of the configured bubble will appear on the screen.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/notifyosd-preview.png" alt="notifyosd-preview" width="378" height="122" class="aligncenter size-full wp-image-16079" /></p>
<h3>Saving theme</h3>
<p>Another feature of NotifyOSD Configuration is that after you have done your configuration, you can save it as a new theme. You can use this theme file as a backup of your current settings, or if you have multiple computer running Ubuntu, you can move the theme over and get the other computer to run with the same setting. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/notifyosd-save-theme.png" alt="notifyosd-save-theme" width="357" height="184" class="aligncenter size-full wp-image-16080" /></p>
<p>The theme is saved in the <em>.notifyosdconf</em> folder in your Home directory. It is a hidden folder, so you will need to press &#8220;<em>Ctrl + H</em>&#8221; in your Nautilus to view all the hidden folders. </p>
<p>There is also a <em>Reset</em> feature, so if you messed up the settings, you can easily revert back to the default settings.</p>
<h3>Conclusion</h3>
<p>Even though I find the default NotifyOSD useful, there are times where it is disruptive and break my concentration level. I am glad that finally there is a mean to configure it. It is not a tool that you will use everyday (most of the time, you just configure it and leave it), but it is definitely a tool that you will need for better productivity. What I hope to see in the future is the integration of this customization ability into the core of Ubuntu. What do you think?</p>
<p><strong>Note</strong>: <em>Even though the title says Ubuntu Lucid, NotifyOSD Configuration will work in Ubuntu Karmic as well.</em><br />
<!--adsense#468x60-->   </p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26&amp;title=How+to+Easily+Customize+NotifyOSD+in+Ubuntu+Lucid&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26">How to Easily Customize NotifyOSD in Ubuntu Lucid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-customize-notifyosd-ubuntu-lucid/2010/05/26/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Prevent Windows From Restarting After An Automatic Update</title>
		<link>http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03</link>
		<comments>http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:00:49 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=13130</guid>
		<description><![CDATA[There is no doubt that Windows 7 is a much better operating system than Windows XP and Vista, but one thing never seems to change: You have to restart your computer every time it performs an update. Perhaps I am just too used to the way that Linux system can update itself without restarting, and [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03&amp;title=How+to+Prevent+Windows+From+Restarting+After+An+Automatic+Update&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03">How to Prevent Windows From Restarting After An Automatic Update</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-logo.png" alt="win-update-logo" title="win-update-logo" width="400" height="239" class="alignleft size-full wp-image-13139" />There is no doubt that Windows 7 is a much better operating system than Windows XP and Vista, but one thing never seems to change: <em>You have to restart your computer every time it performs an update.</em> Perhaps I am just too used to the way that Linux system can update itself without restarting, and also that I have too many important works opened on my Windows desktop that I can’t afford to restart the computer most of the time. For those who are facing such problems as well, here are the fixes to prevent your Windows from auto-restarting after an update.<br />
<span id="more-13130"></span><br />
In Windows 7, go to the search bar in the Start menu and type</p>

<div class="wp_syntax"><div class="code"><pre class="command" style="font-family:monospace;">gpedit.msc</pre></div></div>

<p>Press Enter</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-search.png" alt="win-update-search" title="win-update-search" width="422" height="484" class="alignnone size-full wp-image-13131" /></p>
<p>This will open the <strong>Local Group Policy Editor</strong> window. On the left pane, navigate to <em>Local Computer Policy -&gt; Computer Configuration -&gt; Administrative Templates -&gt; Windows Components -&gt; Windows Update</em>.</p>
<p>On the right pane, double click on the entry “<em>No auto-restart with logged on users for scheduled automated updates installation</em>”.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-main-window.png" alt="win-update-main-window" title="win-update-main-window" width="577" height="395" class="alignnone size-full wp-image-13132" /></p>
<p>In the next window, select the box “<em>Enabled</em>” and click Apply. Click OK to close the window.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-enable-no-restart.png" alt="win-update-enable-no-restart" title="win-update-enable-no-restart" width="577" height="531" class="alignnone size-full wp-image-13133" /></p>
<h3>Other options that you can play with</h3>
<p>Now, if you don’t want to disable the auto-restart function completely, there are also other ways that you can make it less disruptive.</p>
<p><strong>Delay Restart</strong></p>
<p>The default duration for the system to restart after an update is 15 minute. You can change the default timing to the one you prefer.</p>
<p>Double click on the entry “<em>Delay Restart for scheduled installations</em>”. Check the <em>Enabled</em> box. At the bottom left pane, change the timing to your own preferences.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-delay-restart.png" alt="win-update-delay-restart" title="win-update-delay-restart" width="577" height="534" class="alignnone size-full wp-image-13134" /></p>
<p><strong>Change the Restart Re-prompt timing</strong></p>
<p>The Automatic Updates usually wait for a period of time before it prompts you again to restart your computer. The default timing is 10 minutes. You can change the setting so that it won’t bother you during the time that you are using your computer.</p>
<p>Double click on the “<em>Re-prompt for restart with scheduled installations”.</em> Click the Enabled button and specify the time in the bottom left pane.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-restart-prompt.png" alt="win-update-restart-prompt" title="win-update-restart-prompt" width="577" height="531" class="alignnone size-full wp-image-13135" /></p>
<p><strong>Improve Windows 7 startup time by preventing the Automatic update from running immediately after the startup</strong></p>
<p>As you startup your Windows, it will load a lot of files and applications. In some occasion, you might have to wait for several minutes before the computer is fully functional. One such application that the system runs automatically is the Automatic Update. Its default setting is to wait for 1 minute after the system bootup before it runs in the background. To speed things up a little bit, you can increase the lag time such that the Automatic Update will only run itself after a specified amount of time (say 15 minutes).</p>
<p>Double click on the entry: “<em>Reschedule Automatic Update scheduled installations</em>”. Click Enabled and specify the time in the bottom left pane.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/03/win-update-startup.png" alt="win-update-startup" title="win-update-startup" width="577" height="531" class="alignnone size-full wp-image-13136" /></p>
<h3>Conclusion</h3>
<p>There are plenty of stuffs that you can play around in the Local Group Policy Editor window. Most of them don’t really hurt your computer unless you choose to turn off automatic update completely. Do play around and find the best match for your usage patterns.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03&amp;title=How+to+Prevent+Windows+From+Restarting+After+An+Automatic+Update&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03">How to Prevent Windows From Restarting After An Automatic Update</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/prevent-windows-restarting-after-automatic-update/2010/03/03/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unlock Hidden Mac OS X Settings With Secrets</title>
		<link>http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01</link>
		<comments>http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:00:41 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Hidden]]></category>
		<category><![CDATA[secrets]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7929</guid>
		<description><![CDATA[Mac OS X is a wonderful operating system with one of the best and easiest to use graphical interface among mainstream operating systems. It is amazing to see how much thought the designers of the OS have put into each element of the interface striving all the while to make it easier for the user [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01&amp;title=Unlock+Hidden+Mac+OS+X+Settings+With+Secrets&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01">Unlock Hidden Mac OS X Settings With Secrets</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8066" src="http://imagecdn.maketecheasier.com/2009/10/secrets-logo.jpg" alt="Secrets logo" width="200" height="45" />Mac OS X is a wonderful operating system with one of the best and easiest to use graphical interface among mainstream operating systems. It is amazing to see how much thought the designers of the OS have put into each element of the interface striving all the while to make it easier for the user to use the computer without bringing in any complexity, and retaining the ability to configure the computer as the user wishes.</p>
<p>But, there is still so much more that OS X is capable of and it is not always possible to harness all that power from the Graphical interface, and that is where our application of the day, <a href="http://secrets.blacktree.com/">Secrets</a>, comes in handy.</p>
<p><span id="more-7929"></span>Secrets installs in the System Preferences Pane and provides you access to hundreds of hidden OS X settings. Almost all of these settings can be accessed from the command line also and if you&#8217;re a regular follower of the Mac OS tips website, <a href="http://www.macosxhints.com/">Mac OSX Hints</a>, you might have come across some of them earlier. But, with the hundreds of hidden settings that Secrets unlocks, you&#8217;re bound to find some that you&#8217;ve never come across and will find useful.</p>
<p>To install Secrets, just download the zip file, extract it and double click the <em>Secrets.prefPane</em> file that is a part of the zip archive.</p>
<p><img class="aligncenter size-full wp-image-8065" src="http://imagecdn.maketecheasier.com/2009/10/secrets-installation.jpg" alt="secrets prefpane install" width="450" height="285" /></p>
<p>Now, you can just click on the icon in System Preferences and OS X will launch Secrets.</p>
<p>Secrets divides all the settings into various categories that are displayed in a vertical sidebar on the left side of the window. This classification makes it easy to find what you&#8217;re looking for. For example, if you want to change the dock style from the default 3D type to the older 2D style dock, just click on Dock in the left sidebar and select the 2D style from the drop down menu under Dock Appearance.</p>
<p><img class="aligncenter size-full wp-image-8067" src="http://imagecdn.maketecheasier.com/2009/10/secrets-dock-appearance.jpg" alt="Secrets change dock appearance" width="450" height="99" /></p>
<p>If you follow the popular OS X blogs, you&#8217;d recall that this particular setting was widely published for users who wanted to go back to the older Dock style when Apple decided to change the default Dock appearance to the 3D style in OS X 10.5. I, on the other hand, actually like the 3D look more so that&#8217;s what I keep.</p>
<p>How about something more useful?</p>
<p>One of the features of OS X that I use most often is <a href="http://www.apple.com/macosx/what-is-macosx/quick-look.html" target="_blank">Quick Look</a>. This feature lets you quickly preview a document right from the Finder without even opening the document. The feature works even if you don&#8217;t have the required application installed, and Apple has been nice enough to bundle plugins for the most common type of documents along with OS X.</p>
<p>I use Quick Look all the time to read Word and Power point documents even though I don&#8217;t even have Microsoft Office installed on my system.</p>
<p>By default, if I use Quick Look on a folder all it tells me is the size of the folder and the number of files in it.</p>
<p><img class="aligncenter size-full wp-image-8070" src="http://imagecdn.maketecheasier.com/2009/10/secrets-quick-look.jpg" alt="secrets quick look" width="450" height="273" /></p>
<p>The two Finder settings that I like to enable using Secrets is to let Finder display hidden files and enable the Quick Look X-ray folders which enables Quick Look to display thumbnails of all the items inside the folder.</p>
<p><img class="aligncenter size-full wp-image-8072" src="http://imagecdn.maketecheasier.com/2009/10/secrets-config.jpg" alt="Secrets x-ray configuration" width="450" height="365" /></p>
<p>Changing the above settings require you to restart Finder. You can do so by clicking the Quit This button at the bottom of the window.</p>
<p>Now, whenever you use Quick Look to view a folder, you&#8217;ll see thumbnail images of all the documents inside the folder. Isn&#8217;t that cool ?</p>
<p><img class="aligncenter size-full wp-image-8073" src="http://imagecdn.maketecheasier.com/2009/10/secrets-xray.jpg" alt="Secrets xray" width="450" height="287" /></p>
<p>Go ahead and use Secrets to customize OS X as you see fit. Let us know which are your favorite Secrets.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01&amp;title=Unlock+Hidden+Mac+OS+X+Settings+With+Secrets&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01">Unlock Hidden Mac OS X Settings With Secrets</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

