<?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; check registry</title>
	<atom:link href="http://www.ghacks.net/tag/check-registry/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 03:24:03 +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>Check and Compress the Registry</title>
		<link>http://www.ghacks.net/2007/10/18/check-and-compress-the-registry/</link>
		<comments>http://www.ghacks.net/2007/10/18/check-and-compress-the-registry/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 18:05:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[check registry]]></category>
		<category><![CDATA[compress registry]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[speed up]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/18/check-and-compress-the-registry/</guid>
		<description><![CDATA[The Windows registry is growing with every piece of software and system changes and never gets reduced again on its own. While this is not a problem for most users it could become for users who make lots of changes to their system. A huge registry is slowing down system load which is actually the number one reason why a user should check his registry from time to time and compress it so that it system load time gets reduced again.]]></description>
			<content:encoded><![CDATA[<p>The Windows registry is growing with every piece of software and system changes and never gets reduced again on its own. While this is not a problem for most users it could become for users who make lots of changes to their system. A huge registry is slowing down system load which is actually the number one reason why a user should check his registry from time to time and compress it so that it system load time gets reduced again.</p>
<p>Windows already has a tool in place that can compress the registry again and restore the compressed registry. Restoring the registry can only be done before Windows is loaded which means that this has to be done using a boot disk of some sort or another way to boot into DOS.</p>
<p>Before you go all crazy you could check to see if it makes sense to compress the registry and restore it. To do that you need to use the following commands using the command line in Windows: (press return after each line)</p>
<p><span id="more-2143"></span>pushd %windir%\system32\config<br />
reg save HKLM\Software software.hiv<br />
reg save HKLM\System system.hiv<br />
dir software<br />
dir software.hiv<br />
dir system<br />
dir system.hiv</p>
<p>Compare the sizes of software and software.hiv &#038; system and system.hiv. It probably makes sense to restore the files if the difference is larger than one Megabyte for software and larger than 400 Kilobyte for system. Please note that you need to perform the commands in DOS.</p>
<p>reg restore HKLM\Software software.hiv<br />
reg restore HKLM\System system.hiv</p>

	Tags: <a href="http://www.ghacks.net/tag/check-registry/" title="check registry" rel="tag">check registry</a>, <a href="http://www.ghacks.net/tag/compress-registry/" title="compress registry" rel="tag">compress registry</a>, <a href="http://www.ghacks.net/tag/registry/" title="registry" rel="tag">registry</a>, <a href="http://www.ghacks.net/tag/speed-up/" title="speed up" rel="tag">speed up</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/2008/05/05/windows-boot-timer/" title="Windows Boot Timer (May 5, 2008)">Windows Boot Timer</a> (15)</li>
	<li><a href="http://www.ghacks.net/2008/08/12/registry-cleanup-with-regdefrag/" title="Registry Cleanup with RegDefrag (August 12, 2008)">Registry Cleanup with RegDefrag</a> (7)</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>
	<li><a href="http://www.ghacks.net/2007/10/29/pin-folders-to-the-start-menu/" title="Pin Folders to the start menu (October 29, 2007)">Pin Folders to the start menu</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/01/13/not-enough-server-storage-is-available-to-process-this-command/" title="Not enough server storage is available to process this command (January 13, 2008)">Not enough server storage is available to process this command</a> (52)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/18/check-and-compress-the-registry/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
