<?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>gHacks technology news &#187; windows tweaks</title>
	<atom:link href="http://www.ghacks.net/tag/windows-tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimize Windows For Solid State Drives Usage</title>
		<link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/</link>
		<comments>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:27:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[hardware tips]]></category>
		<category><![CDATA[optimize solid state drives]]></category>
		<category><![CDATA[optimize ssd]]></category>
		<category><![CDATA[solid state drives]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[ssd optimization]]></category>
		<category><![CDATA[ssd tweaks]]></category>
		<category><![CDATA[windows tweaks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9781</guid>
		<description><![CDATA[It might take some years from now on before most new computers will be shipped with Solid State Drives instead of conventional platter driven hard drives but the change is inevitable. SSDs of the current generation already achieve top read speeds but usually lack behind in write speeds. There are however a few tips on [...]]]></description>
			<content:encoded><![CDATA[<p>It might take some years from now on before most new computers will be shipped with Solid State Drives instead of conventional platter driven hard drives but the change is inevitable. SSDs of the current generation already achieve top read speeds but usually lack behind in write speeds. There are however a few tips on how to optimize Windows for Solid State Drive usage. All center around the idea of moving write intensive tasks to another hard drive or disabling them completely.</p>
<p>This is even more important if a Windows operating system has been installed on the Solid State Drive. (It is basically the same deal for Linux users who should think about moving all write intensive tasks to other drives)</p>
<p>Three different types of tweaks can be applied. Tweaks that are applied directly to the hardware device in Windows, tweaks to the Windows operating system and tweaks to applications.</p>
<p><span id="more-9781"></span><strong>Hardware Tweaks:</strong></p>
<ul>
<li>PIO Mode</li>
</ul>
<p>Make sure the SSD is not running in PIO mode. To verify that go into the Device Manager, open IDE ATA / ATAPI controllers and double-click all Primary and Secondary IDE Channels. </p>
<p>Verify that there are no signs of PIO Mode under the Current Transfer Mode entry in Advanced Settings. It should list Ultra DMA Mode 5 there.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/dma_mode.jpg" alt="dma mode" title="dma mode" width="349" height="116" class="alignnone size-full wp-image-9782" /></p>
<ul>
<li>Enable Write Caching</li>
</ul>
<p>Click on Disk Drives in the Device Manager and locate the Solid State Drive. Double-click it and open the Policies tab on top.</p>
<p>Select Optimize for performance and enable &#8220;Enable write caching on the disk&#8221;. There is no need for the quick removal option as the SSD will never be removed from the computer (like any other hard drive).</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/write_caching.jpg" alt="write caching" title="write caching" width="399" height="286" class="alignnone size-full wp-image-9783" /></p>
<p><strong>Windows Tweaks:</strong></p>
<ul>
<li>Moving the Pagefile</li>
</ul>
<p>Moving the pagefile to another hard drive has a positive effect on the performance of SSD drives. </p>
<p>Go back to System Properties. Click on the Advanced Tabm there on Settings under the Performance entry. Again on Advanced in the new window and finally on the Change button under the Virtual Memory entry.</p>
<p>The Virtual Memory window opens and it will display all drive partitions on top and the size of their paging files. Select the Solid State Drive and check the &#8220;No Paging File&#8221; entry. Click the Set button to set the new preferences.</p>
<p>Now select another hard drive and assign the pagefile to this drive. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/page_file.jpg" alt="pagefile" title="pagefile" width="322" height="279" class="alignnone size-full wp-image-9784" /></p>
<ul>
<li>Move the temp files</li>
</ul>
<p>The Advanced tab under System Properties has a button entitled Environment Variables. Click it and locate the temp and tmp variables for the user and the system. Change the path to another hard drive if they are located on the Solid State Drive.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/temp_path.jpg" alt="temp path" title="temp path" width="358" height="165" class="alignnone size-full wp-image-9786" /></p>
<ul>
<li>Disable the Indexing Service on the drive</li>
</ul>
<p>Right-click on the drive letter of the SSD and select Properties from the menu. Locate the Allow Indexing Service to index the disk for fast file searching line and make sure it is disabled.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/indexing.jpg" alt="indexing" title="indexing" width="348" height="99" class="alignnone size-full wp-image-9785" /></p>
<p><strong>Application Tweaks:</strong></p>
<p>Most application tweaks center around the idea of moving temporary files to another hard drive. Take the cache of web browsers or temp files during video production for example. Moving them to another hard drive will have an impact on the system&#8217;s performance.</p>
<p>Do you know of additional tweaks that might improve system performance of SSD drives?</p>

	Tags: <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</a>, <a href="http://www.ghacks.net/tag/hardware-tips/" title="hardware tips" rel="tag">hardware tips</a>, <a href="http://www.ghacks.net/tag/optimize-solid-state-drives/" title="optimize solid state drives" rel="tag">optimize solid state drives</a>, <a href="http://www.ghacks.net/tag/optimize-ssd/" title="optimize ssd" rel="tag">optimize ssd</a>, <a href="http://www.ghacks.net/tag/solid-state-drives/" title="solid state drives" rel="tag">solid state drives</a>, <a href="http://www.ghacks.net/tag/ssd/" title="ssd" rel="tag">ssd</a>, <a href="http://www.ghacks.net/tag/ssd-optimization/" title="ssd optimization" rel="tag">ssd optimization</a>, <a href="http://www.ghacks.net/tag/ssd-tweaks/" title="ssd tweaks" rel="tag">ssd tweaks</a>, <a href="http://www.ghacks.net/tag/windows-tweaks/" title="windows tweaks" rel="tag">windows tweaks</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/15/optimize-slow-solid-state-drives/" title="Optimize Slow Solid State Drives (April 15, 2009)">Optimize Slow Solid State Drives</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/04/08/ssd-security-erase-solid-state-drives-data/" title="SSD Security: Erase Solid State Drives Data (April 8, 2009)">SSD Security: Erase Solid State Drives Data</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/03/should-you-defragment-a-ssd/" title="Should You Defragment A SSD? (January 3, 2009)">Should You Defragment A SSD?</a> (25)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/solid-state-drives-test-results/" title="Solid State Drives Test Results (July 26, 2008)">Solid State Drives Test Results</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/ocz-z-drive/" title="OCZ Z-Drive (April 7, 2009)">OCZ Z-Drive</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Manage Windows Services</title>
		<link>http://www.ghacks.net/2008/09/26/manage-windows-services/</link>
		<comments>http://www.ghacks.net/2008/09/26/manage-windows-services/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 18:38:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[manage windows services]]></category>
		<category><![CDATA[turbo service manager]]></category>
		<category><![CDATA[windows administration]]></category>
		<category><![CDATA[windows services]]></category>
		<category><![CDATA[windows services software]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows tweaks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7243</guid>
		<description><![CDATA[Managing Windows services is a painless efforts because the Microsoft tool services.msc does a decent enough job. It provides an interface that is displaying all existing services, their status and enough options to change the status easily. But there is always room for improvement. System administrators for instance would love an option to save different [...]]]></description>
			<content:encoded><![CDATA[<p>Managing Windows services is a painless efforts because the Microsoft tool services.msc does a decent enough job. It provides an interface that is displaying all existing services, their status and enough options to change the status easily. But there is always room for improvement. System administrators for instance would love an option to save different service profiles or save profiles in an xml file to load them on different machines easily.</p>
<p>That is where <a href="http://www.turboirc.com/tsm/">Turbo Service Manager</a> (via <a href="http://www.downloadsquad.com/2008/09/26/better-windows-service-control-with-turbo-services-manager/">Download Squad</a>) comes into play. The software program feels like a portable advanced version of services.msc. Like its official counterpart Turbo Service Manager displays all Windows services in its main window. The name, description, state and startup type are listed plus the dependencies which is the first major difference to the Microsoft tool.</p>
<p>Dependencies are other services that either depend on the selected service or services that are required to run before the selected service can be started. Father and child processes so to speak. It is possible to sort all services by every listed parameter.</p>
<p><span id="more-7243"></span>Working with Turbo Services Manager is easier because it provides keyboard shortcuts for most possible actions. It is possible to start, stop, resume, uninstall and pause services with keyboard shortcuts. The same is true for changing the startup type of a service. One interesting feature is the option to select multiple services at once and apply an action to all of them at once. Something that is not possible when working with services.msc.</p>
<p>Turbo Service Manager can select all services that depend on or are required for the selected service to run. More interesting than that option is the ability to save and load a Windows services configuration. Test Load displays the changes that would have been made to the services configuration if the configuration would have been loaded.</p>
<p>TSM is a small portable application that runs fine on 32-bit and 64-bit editions of Windows XP and Windows Vista</p>

	Tags: <a href="http://www.ghacks.net/tag/manage-windows-services/" title="manage windows services" rel="tag">manage windows services</a>, <a href="http://www.ghacks.net/tag/turbo-service-manager/" title="turbo service manager" rel="tag">turbo service manager</a>, <a href="http://www.ghacks.net/tag/windows-administration/" title="windows administration" rel="tag">windows administration</a>, <a href="http://www.ghacks.net/tag/windows-services/" title="windows services" rel="tag">windows services</a>, <a href="http://www.ghacks.net/tag/windows-services-software/" title="windows services software" rel="tag">windows services software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-tweaks/" title="windows tweaks" rel="tag">windows tweaks</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/01/windows-services-manager/" title="Windows Services Manager (July 1, 2009)">Windows Services Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/18/windows-process-blocker/" title="Windows Process Blocker (March 18, 2009)">Windows Process Blocker</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/12/30/vista-services-optimizer/" title="Vista Services Optimizer (December 30, 2008)">Vista Services Optimizer</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/16/secure-windows-services-configuration/" title="Secure Windows Services Configuration (March 16, 2009)">Secure Windows Services Configuration</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/01/23/scan-and-remove-potentially-dangerous-software/" title="Scan And Remove Potentially Dangerous Software (January 23, 2009)">Scan And Remove Potentially Dangerous Software</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/26/manage-windows-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make Desktop Icons Transparent</title>
		<link>http://www.ghacks.net/2008/09/10/make-desktop-icons-transparent/</link>
		<comments>http://www.ghacks.net/2008/09/10/make-desktop-icons-transparent/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 09:23:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop icons]]></category>
		<category><![CDATA[desktop tweaks]]></category>
		<category><![CDATA[make desktop icons transparent]]></category>
		<category><![CDATA[visual tweaks]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows tweaks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6902</guid>
		<description><![CDATA[Switching themes in Windows can have a few side effects that only become apparent after working with the system for some time. Yesterday&#8217;s switch to the Royale theme for Windows XP has the negative side effect that the text of the icons on the computer&#8217;s desktop were not transparent but showing in black which did [...]]]></description>
			<content:encoded><![CDATA[<p>Switching themes in Windows can have a few side effects that only become apparent after working with the system for some time. Yesterday&#8217;s switch to the Royale theme for Windows XP has the negative side effect that the text of the icons on the computer&#8217;s desktop were not transparent but showing in black which did not suite the white background image of the desktop.</p>
<p>The decision was made to search for the setting that would make desktop icons transparent in Windows. It was there, somewhere that was sure but it is sometimes hard to remember if the setting was a standard Windows feature or available through so called Windows tweaking tools.</p>
<p>The option to make desktop icons transparent is a Windows feature which means that every user can set it in his version of Windows without having to install third party software.</p>
<p><span id="more-6902"></span>It can be found in Control Panel > System. A click on the Advanced tab and Performance loads the menu where the parameter can be changed. The Visual Effects menu contains the entry Use Drop Shadows For Icon Labels On The Desktop. Activating that option will make desktop icons transparent.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/make_desktop_icons_transparent-500x394.jpg" alt="make desktop icons transparent" title="make desktop icons transparent" width="500" height="394" class="alignnone size-medium wp-image-6903" /></p>
<p>This setting reset the theme of the computer which can be easily fixed in the Display Properties.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-icons/" title="desktop icons" rel="tag">desktop icons</a>, <a href="http://www.ghacks.net/tag/desktop-tweaks/" title="desktop tweaks" rel="tag">desktop tweaks</a>, <a href="http://www.ghacks.net/tag/make-desktop-icons-transparent/" title="make desktop icons transparent" rel="tag">make desktop icons transparent</a>, <a href="http://www.ghacks.net/tag/visual-tweaks/" title="visual tweaks" rel="tag">visual tweaks</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-tweaks/" title="windows tweaks" rel="tag">windows tweaks</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/02/do-we-really-need-a-software-to-rename-system-icons/" title="Do We Really Need A Software To Rename System Icons? (October 2, 2008)">Do We Really Need A Software To Rename System Icons?</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/06/17/5-windows-tweaks-that-do-not-work/" title="5 Windows Tweaks That Do NOT Work (June 17, 2008)">5 Windows Tweaks That Do NOT Work</a> (14)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/15/windows-xp-prompts-to-activate-every-time/" title="Windows XP prompts to activate every time (December 15, 2007)">Windows XP prompts to activate every time</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/10/make-desktop-icons-transparent/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 Windows Tweaks That Do NOT Work</title>
		<link>http://www.ghacks.net/2008/06/17/5-windows-tweaks-that-do-not-work/</link>
		<comments>http://www.ghacks.net/2008/06/17/5-windows-tweaks-that-do-not-work/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:01:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows tweaks]]></category>
		<category><![CDATA[windows-vista]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5023</guid>
		<description><![CDATA[Information that are added on the Internet hardly ever go away which is highly problematic if the information is not correct. It becomes even more disturbing in sectors where everyone can have his say and it is not really a secret that most PC users have their list of recommended tweaks for Windows.
It&#8217;s fairly interesting [...]]]></description>
			<content:encoded><![CDATA[<p>Information that are added on the Internet hardly ever go away which is highly problematic if the information is not correct. It becomes even more disturbing in sectors where everyone can have his say and it is not really a secret that most PC users have their list of recommended tweaks for Windows.</p>
<p>It&#8217;s fairly interesting that some of the tweaks that do not work have made it into tweaking applications and that new Windows tweaker sometimes contain these as well. Not working means that they either have no positive effect on the system or are even hurting performance or the system in general.</p>
<p>The following list contains 5 Windows tweaks that are fairly popular on the Internet but are proven to have no positive effect on the computer.</p>
<p><span id="more-5023"></span>
<ul>
<li><strong>1. Deleting the contents of the Prefetch Folder:</strong> &#8211; Deleting the contents of the Windows prefetch folder will actually degrade system performance during startup of the applications that are listed in the folder. The folder contains a maximum of 128 pf files that Windows uses to quickly look up load information for the corresponding file. The folder gets cleaned automatically once the 128 file limit is reached.</li>
<li><strong>2. Unload DLLs:</strong> &#8211; AlwaysUnloadDLL is a Registry setting in Windows that is very popular in tweaking utilities. Enabling this setting supposedly frees up system memory. The key has in reality no effect on Windows NT systems and was only used in pre-NT systems. </li>
<li><strong>3. Enabling Superfetcher in Windows XP:</strong> Superfetcher is a feature of Windows Vista that is not existing in Windows XP. </li>
<li><strong>4. Disabling System Restore:</strong> &#8211; Creating a System Restore Point is a quick process that normally only lasts a few seconds while the monitoring of the system causes no apparent performance loss. The only reason to disable System Restore would be lack of hard disk space.</li>
<li><strong>5. Disabling QoS will free up the 20% bandwidth:</strong> &#8211; I&#8217;m seeing this tip all over the Internet. &#8220;Networking Quality of Service (QoS) refers to a variety of techniques that prioritize one type of traffic or program that operates across a network connection instead of relying only on &#8220;best effort&#8221; connectivity.&#8221; The computer is using 100% of the bandwidth but 20% can be reserved by programs when sending data. In reality disabling QoS has normally no effect on the bandwidth of the computer.</li>
</ul>
<p>Want to share tips and tricks that you encountered that do not work ? Go ahead !</p>

	Tags: <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-tweaks/" title="windows tweaks" rel="tag">windows tweaks</a>, <a href="http://www.ghacks.net/tag/windows-vista/" title="windows-vista" rel="tag">windows-vista</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/28/fix-windows-vista-resetting-folder-view-settings/" title="Fix Windows Vista Resetting Folder View Settings (August 28, 2008)">Fix Windows Vista Resetting Folder View Settings</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/windows-vista-critics-love-windows-mojave/" title="Windows Vista Critics Love Windows Mojave (July 26, 2008)">Windows Vista Critics Love Windows Mojave</a> (44)</li>
	<li><a href="http://www.ghacks.net/2007/02/13/windows-vista-codec-pack/" title="Windows Vista Codec (February 13, 2007)">Windows Vista Codec</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/01/27/windows-7-milestone-1-leaked/" title="Windows 7 Milestone 1 leaked (January 27, 2008)">Windows 7 Milestone 1 leaked</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/17/5-windows-tweaks-that-do-not-work/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
