Vista SP2 Beta Reg Hack

Copy this into a txt file and rename it with a .bat at the end and you should be good to go.

@echo off

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /f > NUL 2>&1
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP2 /f > NUL 2>&1

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f
IF NOT %errorlevel% == 0 ( goto ERROR)

:SUCCESS
@echo.
echo ================================================== =========
echo Windows Vista SP2 registry key has been set successfully.
echo Please check for updates in Windows Update.
echo ================================================== =========
@echo.
goto END

:ERROR
@echo.
echo ================================================== =========
echo FAILED to set Windows Vista SP2 registry keys.
echo Please run this script by right clicking and selecting
echo “Run as Administrator”.
echo ================================================== =========
@echo.
goto END

:END
pause

UPDATE!! – The Windows Vista SP2 Community Preview Program has been made publically available at http://technet.microsoft.com/en-us/windows/dd262148.aspx

3 Responses to “Vista SP2 Beta Reg Hack”

  1. Kevin Brown Says:

    Beta 2 release December 16th with the following code added to Windows Update….removes Beta 1 calls and inserts Beta2 call…

    Beta 2 released December 16th with the following to remove the Beta 1 update . . . which never worked for me to begin with . . . the Beta 2 Update does.

    reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP2 /f
    reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSP2 /v Beta2 /t REG_SZ /d DCA54ECC-362A-4B4D-B62B-22780E839A7E /f

    Run Microsoft/Windows Update to see and Download

    Been running for 2 days don’t see any problems thus far at all

  2. Windows 7 Release Candidate gets new features Says:

    Windows 7 Release Candidate gets new features…

    I have an Nvidia board and had exactly the same quicktime/ itunes issues, BSOD’ s and stuttering under Vista. My fix was to go into device manager and find“ Nvidia Nforce serial ATA controller” and then right click and select update driver software and…

Leave a Reply