<?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; vista registry hack</title>
	<atom:link href="http://www.ghacks.net/tag/vista-registry-hack/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>Define Default Windows Vista Folder Settings</title>
		<link>http://www.ghacks.net/2008/10/13/define-default-windows-vista-folder-settings/</link>
		<comments>http://www.ghacks.net/2008/10/13/define-default-windows-vista-folder-settings/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:33:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[vista folder]]></category>
		<category><![CDATA[vista registry]]></category>
		<category><![CDATA[vista registry hack]]></category>
		<category><![CDATA[vista-tips]]></category>
		<category><![CDATA[windows vista folder settings]]></category>
		<category><![CDATA[windows vista registry]]></category>
		<category><![CDATA[windows vista registry hack]]></category>
		<category><![CDATA[windows vista tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7594</guid>
		<description><![CDATA[The default folder settings are not working consistently in Windows Vista and it becomes quickly annoying to move and resize the folders to the right size all the time in the new Microsoft operating system. Brian Scott posted an interesting Registry hack that makes it possible to define default folder settings for all folders in [...]]]></description>
			<content:encoded><![CDATA[<p>The default folder settings are not working consistently in Windows Vista and it becomes quickly annoying to move and resize the folders to the right size all the time in the new Microsoft operating system. <a href="http://blogs.geekdojo.net/brian/archive/2008/07/31/2022290942.aspx">Brian Scott</a> posted an interesting Registry hack that makes it possible to define default folder settings for all folders in Windows Vista. It requires to delete two keys in the Windows Registry and modify a third one but it is well worth it. </p>
<p>A good suggestion would be to backup the Windows Vista Registry before starting to apply the changes. Windows saves folder information in two Registry keys that need to be deleted prior to applying the changes to reset already stored settings and making it easier to identify the Registry key that needs to be changed.</p>
<p>Open the Windows Registry by pressing Windows R, typing regedit and hitting enter. Now navigate to the following two keys and delete them:</p>
<p><span id="more-7594"></span><code>HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags<br />
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU<br />
</code></p>
<p>Logout from the computer system or restart it so that the changes can take effect. Now right-click on the Windows desktop and create a new folder. Open that folder afterwards and resize it the way you want the default folder to look like. You can also change the default view and other settings. Close the folder afterwards and open the Windows Registry again.</p>
<p>Go to the key</p>
<p><code>HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\</code></p>
<p>and notice that there is only one subkey now that should show up as a number. Expand that key, then the Shell subkey and the guid name afterwards so that the structure looks like the one on the image below:</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/windows_vista_folder_settings.png" alt="windows vista folder settings" title="windows vista folder settings" width="453" height="139" class="alignnone size-medium wp-image-7596" /></p>
<p>The digit and the guid will most likely be different from the ones shown in the screenshot. Right-click the guid name and Export that key to the hard drive. Name it anything you want. Now locate the exported key on the hard drive and edit it with Notepad.</p>
<p>There should be a line looking like the following:</p>
<p><code>[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\<strong>4</strong>\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}].</code></p>
<p>The digit 4 corresponds to the digit under the Bags Registry key, remember that it might be different on your computer system.</p>
<p>Replace the digit with AllFolders so that it looks like the following:</p>
<p><code>[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\<strong>AllFolders</strong>\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}].</code></p>
<p>Save the edited key and double-click it to import it to the Windows Registry again. Now open up any folder in Windows Vista and see that it will be displayed in the the default size and view mode that you picked up earlier.</p>

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

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/23/manage-favorite-links-in-windows-vista/" title="Manage Favorite Links In Windows Vista (July 23, 2008)">Manage Favorite Links In Windows Vista</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/04/17/fix-for-poor-network-performance-in-windows-vista/" title="Fix for poor network performance in Windows Vista (April 17, 2008)">Fix for poor network performance in Windows Vista</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/windows-vista-sidebar-styler/" title="Windows Vista Sidebar Styler (August 19, 2007)">Windows Vista Sidebar Styler</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/11/windows-vista-shrink-volume-problems/" title="Windows Vista Shrink Volume Problems (January 11, 2009)">Windows Vista Shrink Volume Problems</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/08/windows-vista-multi-user-language-interface-hacker/" title="Windows Vista Multi-User Language Interface Hacker (October 8, 2008)">Windows Vista Multi-User Language Interface Hacker</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/13/define-default-windows-vista-folder-settings/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
