Windows Help Forum  

Windows Tips, Tutorials & Articles Submit & Discuss Windows 7 & Windows Vista Tips, Totorials & Articles.


Reply
 
Thread Tools Display Modes
  (#1 (permalink)) Old
tweakwindows Offline
Microsoft MVP
 
tweakwindows's Avatar
 
Posts: 1,179
Join Date: Jul 2008
Location: intowindows.com
Thumbs up How to Update Windows Vista SP1 to SP2 - 10-24-2008, 02:15 PM

Earlier this week, we reported that Vista SP2 has released to testers. Today, you can update your Vista SP1 to SP2 easily by doing a small trick. If you would like to taste Vista SP2, you can follow the below procedure to get it via Windows Update. So, below is the step-by-step procedure to update your Vista SP1 to Vista SP2 pre beta.

1. Copy and paste the below code in the notepad and save it as “update.bat” anywhere in your Windows machine.

@echo off

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\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\Curr entVersion\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 keys successfully set.
echo Please check for updates on Windows Update.
echo ================================================== =========
@echo.
goto END

:ERROR
@echo.
echo ================================================== =========
echo ERROR setting the Windows Vista SP2 registry keys
echo Please run this script as Administrator (right-click, 'Run as Administrator').
echo ================================================== =========
@echo.
goto END

:END
pause
pause

2. Now, right click on it and select Run as Administrator.

3. Windows should start updating now.

4. If everything goes fine, enjoy with Vista SP2.

As SP2 is in pre-beta stage, it’s a good practice to create a restore point or backup to avoid future problems.

If Windows has not started updating automatically, follow this procedure to start the update:

* Type Windows Update in start menu search box and hit enter.
* In the left pane of Windows Update, click Change Settings.
* Select the option named “Install Updates Automatically” and click Apply to start the process.

Source

WARNING: Create a backup of your Vista as you are going to update to pre-beta which might not be stable.
   
Reply With Quote
  (#2 (permalink)) Old
HappyAndyK Offline
Site Administrator
 
HappyAndyK's Avatar
 
Posts: 2,586
Join Date: Jun 2008
Default 10-24-2008, 02:49 PM

Nice one for those who'd like to experiment Thanks ! For those of you who may want to try it, do remember, thats its a pre-beta release of Vista SP2.
   
Reply With Quote
  (#3 (permalink)) Old
tweakwindows Offline
Microsoft MVP
 
tweakwindows's Avatar
 
Posts: 1,179
Join Date: Jul 2008
Location: intowindows.com
Default 10-24-2008, 03:08 PM

^Yes... It's only for geeks..
   
Reply With Quote
  (#4 (permalink)) Old
blackroseMD1 Offline
New Member
 
blackroseMD1's Avatar
 
Posts: 1
Join Date: Oct 2008
Location: Tacoma, WA
Default 10-24-2008, 11:17 PM

Well, I went ahead and installed this on my machine, and it's freakin' awesome. Login and startup are much faster, and programs are launching quite a bit quicker as well. I've also noticed that my RAM usage has dropped. Can't wait for the final build. Nice job MS.
   
Reply With Quote
  (#5 (permalink)) Old
tweakwindows Offline
Microsoft MVP
 
tweakwindows's Avatar
 
Posts: 1,179
Join Date: Jul 2008
Location: intowindows.com
Default 10-25-2008, 03:57 AM

^Agree with you..Looks promising..Will give a big boost to Vista sales
   
Reply With Quote
  (#6 (permalink)) Old
pblaauw Offline
New Member
 
Posts: 3
Join Date: Oct 2008
Default 10-25-2008, 05:27 AM

The batch file ran fine and the download from windows update seemed to work. Am I supposed to reboot before it works?
   
Reply With Quote
  (#7 (permalink)) Old
mspohLFC Offline
Beginner
 
mspohLFC's Avatar
 
Posts: 16
Join Date: Oct 2008
Location: Wales, UK
Default 10-25-2008, 09:37 AM

Hey guys! This sounds awesome. I've followed all of the instructions tweakwindows but have had no luck so far. Any reasons? Thanks.
   
Reply With Quote
  (#8 (permalink)) Old
mspohLFC Offline
Beginner
 
mspohLFC's Avatar
 
Posts: 16
Join Date: Oct 2008
Location: Wales, UK
Default Got it! - 10-25-2008, 10:49 AM

No worries, I've managed to work it out! Thanks
   
Reply With Quote
  (#9 (permalink)) Old
bush911 Offline
New Member
 
Posts: 8
Join Date: Oct 2008
Angry 10-25-2008, 04:25 PM

the script does not work for me. it says
ERROR setting the Windows Vista SP2 registry keys
Please run this script as Administrator (right-click, 'Run as Administrator')
I just run as administrator.
Quote:
Originally Posted by tweakwindows View Post
Earlier this week, we reported that Vista SP2 has released to testers. Today, you can update your Vista SP1 to SP2 easily by doing a small trick. If you would like to taste Vista SP2, you can follow the below procedure to get it via Windows Update. So, below is the step-by-step procedure to update your Vista SP1 to Vista SP2 pre beta.

1. Copy and paste the below code in the notepad and save it as “update.bat” anywhere in your Windows machine.

@echo off

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\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\Curr entVersion\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 keys successfully set.
echo Please check for updates on Windows Update.
echo ================================================== =========
@echo.
goto END

:ERROR
@echo.
echo ================================================== =========
echo ERROR setting the Windows Vista SP2 registry keys
echo Please run this script as Administrator (right-click, 'Run as Administrator').
echo ================================================== =========
@echo.
goto END

:END
pause
pause

2. Now, right click on it and select Run as Administrator.

3. Windows should start updating now.

4. If everything goes fine, enjoy with Vista SP2.

As SP2 is in pre-beta stage, it’s a good practice to create a restore point or backup to avoid future problems.

If Windows has not started updating automatically, follow this procedure to start the update:

* Type Windows Update in start menu search box and hit enter.
* In the left pane of Windows Update, click Change Settings.
* Select the option named “Install Updates Automatically” and click Apply to start the process.

Source

WARNING: Create a backup of your Vista as you are going to update to pre-beta which might not be stable.
   
Reply With Quote
  (#10 (permalink)) Old
tweakwindows Offline
Microsoft MVP
 
tweakwindows's Avatar
 
Posts: 1,179
Join Date: Jul 2008
Location: intowindows.com
Default 10-25-2008, 06:00 PM

^^ It should work fine..If it's not working for you, download the file from here and run it as admin.. It should work fine..

Last edited by tweakwindows; 10-26-2008 at 03:15 AM..
   
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


 
Partner Links












Copyright © 2007 - 2009 The Windows Club

Search Engine Friendly URLs by vBSEO 3.3.0