mikedopp

doppcom

  Home :: Contact :: Syndication  :: Login
  236 Posts :: 0 Stories :: 30 Comments :: 4 Trackbacks

News

Mike Dopp

Web Developer , Information Architect and Social Networking Enthusiast.
My Resume


Song o' week

Twitter Feed

TwitterCounter for @mikedopp

Get Microsoft Silverlight

Plurk Feed

Plurk.com


Whos.Amung.Us? site statistics

blogrush feed





Blog Directory - Blogged
GeoURL

Archives

Post Categories

Friends and Family

Geek

Web Development

Windows Vista SP1 is set to be released any moment. If you want to get a jump on the download and install that takes multiple restarts and a full 2 hours. At least for me. However once it is installed Service Pack 1 really feels smooth.

Here is the script to change your registry to allow for the windows update download:

@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

Or feel

free to download

file (will need adminstrator permissions to install)

 

posted on Wednesday, March 12, 2008 3:01 AM
Comments have been closed on this topic.