<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ultimate Collection of Registry Tweaks to Speed Up Windows 7</title>
	<atom:link href="http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/</link>
	<description>Windows Help, Tips-Tricks, Tutorials, Download, Customization, News</description>
	<lastBuildDate>Mon, 13 Feb 2012 16:16:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-274856</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Fri, 12 Aug 2011 17:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-274856</guid>
		<description>^^ Check following:

http://www.askvg.com/fix-system-restore-point-creation-configuration-disabled-by-group-policy-or-system-administrator/</description>
		<content:encoded><![CDATA[<p>^^ Check following:</p>
<p><a href="http://www.askvg.com/fix-system-restore-point-creation-configuration-disabled-by-group-policy-or-system-administrator/" rel="nofollow">http://www.askvg.com/fix-system-restore-point-creation-configuration-disabled-by-group-policy-or-system-administrator/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jtan</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-274842</link>
		<dc:creator>jtan</dc:creator>
		<pubDate>Fri, 12 Aug 2011 16:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-274842</guid>
		<description>VG, 

I was wondering do you have a vbs script that will turn off system restore on c drive since it is ON by default on windows 7.

I have tried the following 2 vbs script found in the net

script 1 ------------------------------


strComputer = &quot;.&quot;
Set objWMIService = GetObject(&quot;winmgmts:&quot; _
&amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp; strComputer &amp; &quot;\root\default&quot;)

Set objItem = objWMIService.Get(&quot;SystemRestore&quot;)
errResults = objItem.Disable(&quot;C:\&quot;)


script 2 ------------------------------

Dim SRP, eSRP 
Set SRP = GetObject(&quot;winmgmts:\\.\root\default:SystemRestore&quot;) 
eSRP = SRP.disable(&quot;C:\&quot;)


However, when i click control panel -- system -- advance system settings -- system protection -- c drive is still show &quot;ON&quot;</description>
		<content:encoded><![CDATA[<p>VG, </p>
<p>I was wondering do you have a vbs script that will turn off system restore on c drive since it is ON by default on windows 7.</p>
<p>I have tried the following 2 vbs script found in the net</p>
<p>script 1 ------------------------------</p>
<p>strComputer = "."<br />
Set objWMIService = GetObject("winmgmts:" _<br />
&amp; "{impersonationLevel=impersonate}!\\" &amp; strComputer &amp; "\root\default")</p>
<p>Set objItem = objWMIService.Get("SystemRestore")<br />
errResults = objItem.Disable("C:\")</p>
<p>script 2 ------------------------------</p>
<p>Dim SRP, eSRP<br />
Set SRP = GetObject("winmgmts:\\.\root\default:SystemRestore")<br />
eSRP = SRP.disable("C:\")</p>
<p>However, when i click control panel -- system -- advance system settings -- system protection -- c drive is still show "ON"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: novicething</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-234590</link>
		<dc:creator>novicething</dc:creator>
		<pubDate>Sun, 20 Mar 2011 07:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-234590</guid>
		<description>hi where can i download the zip file 
pls reply back!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>hi where can i download the zip file<br />
pls reply back!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-232808</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Sun, 13 Mar 2011 09:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-232808</guid>
		<description>^^ It&#039;ll work without any problem.</description>
		<content:encoded><![CDATA[<p>^^ It'll work without any problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patric stone</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-232769</link>
		<dc:creator>patric stone</dc:creator>
		<pubDate>Sun, 13 Mar 2011 01:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-232769</guid>
		<description>can i run this safely on windows 7 64 bit or would i need to change some of the values to the syswow64 registry entries , or could you please compile one for us 64 bit users out there</description>
		<content:encoded><![CDATA[<p>can i run this safely on windows 7 64 bit or would i need to change some of the values to the syswow64 registry entries , or could you please compile one for us 64 bit users out there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Salivon</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-224493</link>
		<dc:creator>Mikhail Salivon</dc:creator>
		<pubDate>Sat, 12 Feb 2011 06:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-224493</guid>
		<description>Doesn&#039;t it have an instruction for all of this tweaks. I meand that I tweaked already something.</description>
		<content:encoded><![CDATA[<p>Doesn't it have an instruction for all of this tweaks. I meand that I tweaked already something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-219540</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Tue, 25 Jan 2011 10:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-219540</guid>
		<description>Is there a RESTORE DEFUALT registry file for complete registry of windows 7.

MY laptop does not open explorer or control panel
Hence i want to restore the default setting in registry for both control panel and windows explorer

can u help send me the patch ?

thanks a lot</description>
		<content:encoded><![CDATA[<p>Is there a RESTORE DEFUALT registry file for complete registry of windows 7.</p>
<p>MY laptop does not open explorer or control panel<br />
Hence i want to restore the default setting in registry for both control panel and windows explorer</p>
<p>can u help send me the patch ?</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uewd</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-6/#comment-218480</link>
		<dc:creator>Uewd</dc:creator>
		<pubDate>Fri, 21 Jan 2011 15:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-218480</guid>
		<description>I was going to ask you before about a simple .reg file to tweak all settings. Thanks for the help</description>
		<content:encoded><![CDATA[<p>I was going to ask you before about a simple .reg file to tweak all settings. Thanks for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-5/#comment-215018</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Thu, 06 Jan 2011 09:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-215018</guid>
		<description>^^ Did you try to right-click on file and select Merge?</description>
		<content:encoded><![CDATA[<p>^^ Did you try to right-click on file and select Merge?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Wright</title>
		<link>http://www.askvg.com/collection-of-registry-tweaks-for-windows-7/comment-page-5/#comment-214942</link>
		<dc:creator>Aaron Wright</dc:creator>
		<pubDate>Thu, 06 Jan 2011 04:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1874#comment-214942</guid>
		<description>every time I click &quot;merge&quot; it just opens up the file, rather than giving me any notification that it has done something.
was it supposed to do that? or do I have to restart my computer for the changes to take effect?</description>
		<content:encoded><![CDATA[<p>every time I click "merge" it just opens up the file, rather than giving me any notification that it has done something.<br />
was it supposed to do that? or do I have to restart my computer for the changes to take effect?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

