Well I don't think i'm doing anything illegal since I'm not linking to any external website hosting the final SP1.
This is just a command prompt hack that allows Vista to see the final build of the SP1 via Windows Update:
1) Run
command prompt as an
administrator.
2) Paste the following commands and hit enter:
- 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
3) Reboot
4) Run Windows update, you will find an update, install then reboot again.
5) Run windows update, you find another update, install then reboot.
6) Run Windows update, you will find the
final version of SP1.