![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #121 (permalink) |
| Vista Business 32bit | Re: Vista SP1 RTM's @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 Im running 32Bit, and hear that this SP1 is for 64Bit. Is that correct.? |
My System Specs![]() |
| | #122 (permalink) |
| Vista Ultimate 32bit/ Mac OS X 10.5.5 | Re: Vista SP1 RTM's 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 Im running 32Bit, and hear that this SP1 is for 64Bit. Is that correct.? 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 Specs![]() |
| | #123 (permalink) |
| Vista Business 32bit | Re: Vista SP1 RTM's Thanks for the prompt reply.! |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Microsoft Office Live RTM's on November 15'th, 2006. | Vista General | |||