<?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>Technology Nerd &#187; pre beta sp2 vista</title>
	<atom:link href="http://tnerd.com/tag/pre-beta-sp2-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://tnerd.com</link>
	<description>(Technology, as it happens, When it happens!)</description>
	<lastBuildDate>Sat, 20 Mar 2010 21:36:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='tnerd.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Vista SP2 Beta: Hack your registry to install pre beta SP2 for Vista</title>
		<link>http://tnerd.com/2008/10/24/vista-sp2-beta-hack-your-registry-to-install-pre-beta-sp2-for-vista/</link>
		<comments>http://tnerd.com/2008/10/24/vista-sp2-beta-hack-your-registry-to-install-pre-beta-sp2-for-vista/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 10:50:11 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[pre beta sp2 vista]]></category>
		<category><![CDATA[sp 2]]></category>
		<category><![CDATA[vista service pack 2]]></category>
		<category><![CDATA[vista sp 2 beta]]></category>
		<category><![CDATA[vista sp2]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2049</guid>
		<description><![CDATA[Microsoft is moving things a faster pace than expected. One good guess would be because Windows 7 is not too far away. As a result of this, Microsoft is all set to release Service Pack 2 for Windows Vista. The news is that it&#8217;s been already rolled out as pre beta for a selected group [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/10/vistastamp.gif" rel="shadowbox[post-2049];player=img;"><img class="alignleft alignnone size-full wp-image-2050" style="border: 0pt none; float: left; margin-left: 5px; margin-right: 5px;" title="vistastamp" src="http://tnerd.com/wp-content/uploads/2008/10/vistastamp.gif" alt="" width="99" height="56" /></a>Microsoft is moving things a faster pace than expected. One good guess would be because Windows 7 is not too far away. As a result of this, Microsoft is all set to release Service Pack 2 for Windows Vista. The news is that it&#8217;s been already rolled out as pre beta for a selected group of testers. The pre release version of SP 2 is released with the build version number of 6002.16489 (lh_sp2beta.080924-1740).</p>
<p style="text-align: justify;"><span id="more-2049"></span></p>
<p style="text-align: justify;">I know some of you might already be scratching your head as to how you could get the beta release of SP2. Well guess what there&#8217;s a tweak to get yourself a version of beta SP2 for Vista. Let&#8217;s see how it works. All you have to do is add some entries to your registry. Guess what let&#8217;s make it easier. Let&#8217;s create a bat file which will automatically add the entries to the Vista registry thus saving you time.</p>
<p style="text-align: justify;">Copy the following code into notepad and save the file as VistaSP2.bat.</p>
<p style="text-align: justify;"><span style="color: #ff0000;">@echo off</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUp date\VistaSp2 /f &gt; NUL 2&gt;&amp;1</span></p>
<p><span style="color: #ff0000;">reg delete  HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersi on\WindowsUpdate\VistaSP2  /f &gt; NUL 2&gt;&amp;1 </span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">reg add  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUp date\VistaSp2  /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f</span></p>
<p><span style="color: #ff0000;">IF NOT %errorlevel% == 0 ( goto ERROR) </span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">:SUCCESS</span></p>
<p><span style="color: #ff0000;">@echo.</span></p>
<p><span style="color: #ff0000;">echo ================================================== =========<br />
echo Windows Vista SP2 registry key has been set successfully.<br />
echo Please check for updates in Windows Update.<br />
echo ================================================== =========<br />
@echo.goto END</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">:ERROR<br />
@echo.<br />
echo ================================================== =========<br />
echo FAILED to set Windows Vista SP2 registry keys.<br />
echo Please run this script by right clicking and selecting<br />
echo &#8220;Run as Administrator&#8221;.<br />
echo ================================================== =========<br />
@echo.<br />
goto END </span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">:END<br />
pause</span></p>
<p style="text-align: justify;">Please ensure that your run this file as an administrator. Also, because this is a beta release please <strong>use it at your own risk</strong>. This is meant for testers and people who are technically advanced. Please don&#8217;t mess with your Windows registry if you are not sure what you are doing.</p>

	Tags: <a href="http://tnerd.com/tag/pre-beta-sp2-vista/" title="pre beta sp2 vista" rel="tag">pre beta sp2 vista</a>, <a href="http://tnerd.com/tag/sp-2/" title="sp 2" rel="tag">sp 2</a>, <a href="http://tnerd.com/tag/vista-service-pack-2/" title="vista service pack 2" rel="tag">vista service pack 2</a>, <a href="http://tnerd.com/tag/vista-sp-2-beta/" title="vista sp 2 beta" rel="tag">vista sp 2 beta</a>, <a href="http://tnerd.com/tag/vista-sp2/" title="vista sp2" rel="tag">vista sp2</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/10/24/vista-sp2-beta-hack-your-registry-to-install-pre-beta-sp2-for-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
