Install Windows Vista SP1 from Windows Update

by Gabriel Lozano-Moran 11. February 2008 17:25

Apparently there is a registry hack that will allow you to download the RTM bits of the first Service Pack for Windows Vista through the Windows Update.

Copy and paste this in a .cmd file and run it (use at your own risk):

@echo off

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

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\VistaSp1 /v Beta1 /t REG_SZ /d dcf99ef8-d784-414e-b411-81a910d2761d /f
IF NOT %errorlevel% == 0 ( goto ERROR)

:SUCCESS
@echo.
echo ===========================================================
echo  Windows Vista SP1 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 SP1 registry keys.
echo  Please run this script by right clicking and selecting
echo  "Run as Administrator".
echo ===========================================================
@echo.
goto END

:END
pause

Technorati Tags:

Tags:

Comments

2/11/2008 8:39:11 PM #

Lucas

Hi! I tried this but the update name appears as "Windows Vista Service Pack 1 Release Candidate 1 Build 6001.18000 (x86)".
How do you figure that this are the RTM bits?

Lucas | Reply

2/12/2008 12:06:10 AM #

Lucas

Oh, after reading around, it seams that SP1 RTM  has the same bits as SP1 RC Refresh 2 released on late January.
http://blogs.zdnet.com/microsoft/?p=1165

Lucas | Reply

Add comment




  Country flag


  • Comment
  • Preview
Loading