<?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; registry tweaks</title>
	<atom:link href="http://www.ghacks.net/tag/registry-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>Tue, 24 Nov 2009 11:26:04 +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>When Mouse Clicks Go Wrong</title>
		<link>http://www.ghacks.net/2007/11/09/when-mouse-clicks-go-wrong/</link>
		<comments>http://www.ghacks.net/2007/11/09/when-mouse-clicks-go-wrong/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 11:12:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[registry tweaks]]></category>
		<category><![CDATA[windows registry]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/09/when-mouse-clicks-go-wrong/</guid>
		<description><![CDATA[Did it ever happen to you that a double-click on a file lead to moving the file instead for a pixels in the direction that you moved the mouse ? If you try to double-click a file and move the mouse for more than four pixels after the first click the file will be moved instead of executed.]]></description>
			<content:encoded><![CDATA[<p>Did it ever happen to you that a double-click on a file lead to moving the file instead for a pixels in the direction that you moved the mouse ? If you try to double-click a file and move the mouse for more than four pixels after the first click the file will be moved instead of executed.</p>
<p>While this error margin was sufficient when Windows 98 was the standard it proves to be a problem for many users who have got high end monitors with large resolutions. If you fall into this trap every now and then you might want to increase this error margin which can be done in the Registry.</p>
<p>I&#8217;m going to show you how to change the values. Press Windows R, enter regedit and hit enter. Now navigate to the Registry key &#8216;HKEY_CURRENT_USER\Control Panel\Desktop&#8217;. Look in the left window and search for the keys DragHeight and DragWidth which are both set to four pixels by default.</p>
<p><span id="more-2248"></span>Double-click on entry at a time and edit the number. I suggest doubling it to eight first for both Registry keys. Changes become active immediately. Keep them for some time and see if they solved the problem. If they did not you might want to increase the value even further.</p>

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

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/13/windows-registry-protection/" title="Windows Registry Protection (January 13, 2009)">Windows Registry Protection</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/" title="USB Flash Drive Write Protection (April 3, 2009)">USB Flash Drive Write Protection</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/09/06/remove-shared-documents-and-user-documents-from-my-computer/" title="Remove Shared Documents And User Documents From My Computer (September 6, 2009)">Remove Shared Documents And User Documents From My Computer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/14/remove-deleted-dlls-in-the-windows-registry/" title="Remove Deleted DLLs In The Windows Registry (January 14, 2009)">Remove Deleted DLLs In The Windows Registry</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/prevent-windows-registry-from-remembering-last-key-viewed/" title="Prevent Windows Registry from remembering last key viewed (October 21, 2008)">Prevent Windows Registry from remembering last key viewed</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/09/when-mouse-clicks-go-wrong/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Move dllcache to another drive</title>
		<link>http://www.ghacks.net/2007/11/05/move-dllcache-to-another-drive/</link>
		<comments>http://www.ghacks.net/2007/11/05/move-dllcache-to-another-drive/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 10:07:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dllcache]]></category>
		<category><![CDATA[registry tweaks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/05/move-dllcache-to-another-drive/</guid>
		<description><![CDATA[My dllcache folder in system32 has a size of almost 450 Megabytes on my Windows partition. The dllcache is used to replace a system file (dll) that has been changed with the original one. It bothers me that this feature of Windows takes up so much space on my hard drive. It is even more serious in my case because I decided to have a rather small Windows partition, every byte counts if you know what I mean.]]></description>
			<content:encoded><![CDATA[<p>My dllcache folder in system32 has a size of almost 450 Megabytes on my Windows partition. The dllcache is used to replace a system file (dll) that has been changed with the original one. It bothers me that this feature of Windows takes up so much space on my hard drive. It is even more serious in my case because I decided to have a rather small Windows partition, every byte counts if you know what I mean.</p>
<p>The idea was born to move the dllcache folder to another drive while keeping its functionality. To change the location of the dllcache folder you open the Registry (Windows R, regedit32, enter) and navigate to the key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft  \ Windows NT \ CurrentVersion\ Winlogon and create a New expandable string value.</p>
<p>Name it &#8220;SFCDllCacheDir&#8221;. Double-click it afterwards and add the new drive as the new value for this registry entry (for instance e:\dllcache)</p>
<p><span id="more-2227"></span>After rebooting your computer for the next time you will probably be prompted to put the Windows XP CD into the drive so that some files can be copied from it to the new dllcache location. Another way would be to simply move the files from the old folder into the new one.</p>
<p>If this is not happening automatically on your system you can use the command <code>sfc /scannow</code> to force Windows to fill the new folder with the files.</p>

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

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/12/14/windows-xp-command-line-list/" title="Windows Xp Command Line List (December 14, 2005)">Windows Xp Command Line List</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/05/move-dllcache-to-another-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock Folders in Windows</title>
		<link>http://www.ghacks.net/2007/02/05/lock-folders-in-windows/</link>
		<comments>http://www.ghacks.net/2007/02/05/lock-folders-in-windows/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 09:37:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[lock folders]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[registry tweaks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/05/lock-folders-in-windows/</guid>
		<description><![CDATA[Windows has no obvious method to lock folders, even administrators have no obvious way of locking folders. Locking folders could be important if you want to hide certain files or folders to prevent someone else from seeing them or altering the contents. You never know what your children could do until they do, so better lock the important folders. ]]></description>
			<content:encoded><![CDATA[<p>Windows has no obvious method to lock folders, even administrators have no obvious way of locking folders. Locking folders could be important if you want to hide certain files or folders to prevent someone else from seeing them or altering the contents. You never know what your children could do until they do, so better lock the important folders. </p>
<p>Locking folders can be easily done with just two batch files that protects the contents. This is no fool proof method of course and everyone who is computer savy is able to counter this. You need to create two textfiles, add one line of code to each and save them as .bat files to make them executable.</p>
<p><span id="more-1172"></span></p>
<p>Add the following line to the first text file <code>ren xxxx xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D}</code> .Replace xxxx with the folder or drive name and save the file with the extension .bat, name it protect.bat for instance.</p>
<p>Now add the following line to the second text file and rename it unlock.bat. <code>ren xxxx.{21EC2020-3AEA-1069-A2DD-08002B30309D} xxxx</code>. Replace xxxx again with the orginal name of the folder.</p>
<p>To lock a folder just click on protect.bat, to unlock it again click unlock.bat</p>
<p>source: <a href="http://tech-buzz.net/2007/02/04/lock-your-drives-and-folders-using-registry-tweaks/" target="_blank">tech-buzz</a></p>

	Tags: <a href="http://www.ghacks.net/tag/lock-folders/" title="lock folders" rel="tag">lock folders</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/registry-tweaks/" title="registry tweaks" rel="tag">registry tweaks</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</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/2007/10/10/xp-keep-per-user-display-settings/" title="XP Keep Per User Display Settings (October 10, 2007)">XP Keep Per User Display Settings</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/03/word-document-property-tool/" title="Word Document Property Tool (April 3, 2008)">Word Document Property Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/26/windows-xp-service-pack-3-release-candidate-2-refresh/" title="Windows XP Service Pack 3 Release Candidate 2 Refresh (March 26, 2008)">Windows XP Service Pack 3 Release Candidate 2 Refresh</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/05/lock-folders-in-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
