Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > Vista News

Vista - Vista SP1 RTM's

Reply
 
Old 02-22-2008   #121 (permalink)


Vista Business 32bit
 
 

Re: Vista SP1 RTM's

Quote  Quote: Originally Posted by inc188 View Post
Quote  Quote: Originally Posted by archking View Post
inc188:

Please enlighten me with the .cmd code that you used. Do you mean that you ran a batch file, or did you type something in the command prompt. That might* help me help you with the problem.
hey... copy this code... into a notepad... save it as watever .cmd and right click on it and run it as an administrator and check for update and sp1 should show up...



@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
Will this only work on 64Bit Vista machines though?

Im running 32Bit, and hear that this SP1 is for 64Bit. Is that correct.?

My System SpecsSystem Spec
Old 02-22-2008   #122 (permalink)


Vista Ultimate 32bit/ Mac OS X 10.5.5
 
 

Re: Vista SP1 RTM's

Quote  Quote: Originally Posted by GSi-R View Post
Quote  Quote: Originally Posted by inc188 View Post

hey... copy this code... into a notepad... save it as watever .cmd and right click on it and run it as an administrator and check for update and sp1 should show up...



@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
Will this only work on 64Bit Vista machines though?

Im running 32Bit, and hear that this SP1 is for 64Bit. Is that correct.?
it'll work for 32bit Vista installations also.

when i first installed SP1 i tried it that way and it worked but unistalled to check out the standalone installer and just stuck with that.

but i assure you that way works also for 32bit.
My System SpecsSystem Spec
Old 02-22-2008   #123 (permalink)


Vista Business 32bit
 
 

Re: Vista SP1 RTM's

Thanks for the prompt reply.!
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Microsoft Office Live RTM's on November 15'th, 2006. Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46