Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Forums > Vista News

Vista SP1 RTM's

Reply
 
Thread Tools Display Modes
Old 02-22-2008   #121 (permalink)
GSi-R's Avatar
Member


  GSi-R is offline

Re: Vista SP1 RTM's

Quote:
inc188
View Post
Quote:
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.?
Old 02-22-2008   #122 (permalink)
Member


  hatehereyes is offline

Re: Vista SP1 RTM's

Quote:
GSi-R
View Post
Quote:
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.
Old 02-22-2008   #123 (permalink)
GSi-R's Avatar
Member


  GSi-R is offline

Re: Vista SP1 RTM's

Thanks for the prompt reply.!
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Office Live RTM's on November 15'th, 2006. Kevin John Panzke Vista General 3 11-03-2006 07:38 PM








Vistax64.com 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 2005-2008

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 47 48 49 50