Official Registry Hack Script to Install Windows Server 2008 and Vista SP2 Beta Build 16497 (CPP) via Windows Update Oficialusis registro Hack Scenarijaus įdiegti "Windows Server 2008 ir Vista SP2 Beta Build 16497 (CPP) per" Windows Update "
Microsoft has published a command shell script, which will add and set a registry key on the computer so that Windows Update, Microsoft Update or Automatic Updates will offer the Windows Vista and Windows Server 2008 the Service Pack 2 (KB version 948465) beta build 6002.16497. Microsoft paskelbė komandų apvalkalas scenarijų, kuris bus įtraukti ir nustatyti registro raktas į kompiuterį, kad "Windows Update, Microsoft Update arba automatinius naujinimus bus Windows Vista ir Windows Server 2008 Service Pack 2 (KB versija 948465) beta statyti 6002,16497 . The registry key hack that given officially by Microsoft is slightly different from the Registro raktą Hack, kad atsižvelgiant į oficialiai "Microsoft" šiek tiek skiriasi nuo previously used registry key (for leaked build 16497) anksčiau naudoti registro raktą (už nutekėjo statyti 16497) , although both registry keys will direct Windows Update to install the exact same build version number of 6002.16497.081017-1605. Nors abi registro raktus, bus "Windows Update, kad įdiegti tą patį statyti versijos numeris 6002.16497.081017-1605.
The batch command script is published as part of Partijos komandą scenarijus yra paskelbtas kaip dalis CPP CPP (Customer Preview Program) (Klientas Peržiūrėti programa) Windows Update Experience Kit Windows Update "Patirtis Kit , together with , Kartu su standalone SP2 ISO and executable Laukta SP2 ISO ir vykdomąjį for public. visuomenei. To successfully apply the registry hack and then download and install the SP2, users will need to install Norint sėkmingai taikyti registro Hack tada atsisiųskite ir įdiekite SP2, vartotojai turės įdiegti Service Pack 1 Service Pack 1 (for Windows Vista only, as Windows Server 2008 is released with SP1 built-in), a prerequisite for installing Service Pack 2. (Windows Vista, tik su "Windows Server 2008 išleidimo SP1 built-in), būtina įdiegti Service Pack 2.
Download Atsisiųsti SP2CPPRK.cmd.remove SP2CPPRK.cmd.remove
To run the script, delete the .remove extension from the file name, and then run the script as administrator to merge the necessary registry value. Norėdami paleisti scenarijų, išbraukti. Ištrinti išplėtimas iš failo pavadinimą, tada paleiskite scenarijų kaip administratorius sujungti reikalingų registro vertė. For users who have installed any previous versions of SP2 beta, the old build will have to be uninstalled first. Vartotojams, kurie yra įrengti bet kurios ankstesnės versijos SP2 beta seną statyti bus pašalinta pirmoji.
After merging the registry key, users can wait for Automatic Update to automatically detect and offer the SP2 beta, or manually go to Windows Update to check for updates and start the downloading and installation immediately. Po sujungti registro raktą, vartotojai gali palaukti Automatinis naujinimas automatiškai aptinka ir pasiūlyti SP2 beta arba rankiniu būdu, pereiti prie "Windows Update tikrinti dėl atnaujinimų ir pradėkite atsisiuntimą ir diegti nedelsiant. Up to two prerequisite package may be offered before users are able to install Service Pack 2 beta: Iki dviejų sąlyga pakete gali būti pasiūlyta iki vartotojai galės įdiegti Service Pack 2 beta:
1. 1. KB955430– This is an update to the “Servicing Stack” or the Windows Server 2008/Windows Vista component installer technologies built into Windows Server 2008/Windows Vista. KB955430-Tai naujinį, skirtą "Aptarnavimas Stack" arba "Windows Server 2008/Windows Vista komponentas montuotojas technologijų integruotas į" Windows Server 2008/Windows Vista. This update enables the built-in installer to properly and successfully install the service pack itself. Šis naujinimas suteikia galimybę įmontuota installer tinkamai ir sėkmingai įdiegti Service Pack pati. This package is not uninstallable but does support build to build upgrades. Šis paketas nėra uninstallable tačiau parama statyti statyti atnaujinimus.
2. 2. Optional KB958794 – CEIP Settings update. Nebūtina KB958794 - CEIP Parametrai atnaujinti. This package updates some of the CEIP data around device install as part of the service pack install experience. Šis paketas atnaujinimo kai kurie CEIP duomenis apie prietaiso įdiegti kaip dalis paslaugų paketą įdiegti patirtį. You can remove this update via the 'Add/Remove' programs page. Galite pašalinti šį naujinimą per "Add / Remove" programų puslapio. You will need to select “show updates” and then can select “uninstall” for KB958794. Jums reikia pasirinkti "rodyti", tada pasirinkite "ištrinti" ir KB958794.
Do note that Windows Server 2008 SP2/Windows Vista SP2 Beta is time-limited software, which will expire on May 1st, 2010. Ar pažymi, kad Windows Server 2008 SP2/Windows Vista SP2 Beta yra ribotos trukmės programų, kurios baigsis gegužės 1, 2010. Of course, the final RTM version of Windows Vista and Windows Server 2008 SP2 will come out long before the beta expiry date, scheduled to be first half of 2009. Žinoma, galutinis RTM versija Windows Vista ir Windows Server 2008 SP2 bus atskleista ilgai prieš beta galiojimo pabaigos, planuojama, kad pirmąjį pusmetį 2009.
Alternative Method: Copy and paste the following code to a text editor, and save as a file with .cmd extension will do the same trick as downloading from Microsoft Download Center. Alternatyvus būdas: Nukopijuokite ir įklijuokite šį kodą į teksto redaktorių, ir išsaugokite failą. Cmd pratęsimą padarys tą patį apgauti, kaip atsisiųsti iš Microsoft atsisiuntimo centro.
@echo off
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\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\CurrentVersion\WindowsUpdate\VistaSP2 /v Beta1 /t REG_SZ /d 93F7D954-DF91-22E6-99AB-4D8AF54E813A /f
IF NOT %errorlevel% == 0 ( goto ERROR)
:SUCCESS
@echo.
echo ===========================================================
echo Windows Server 2008 SP2 Beta and Windows Vista SP2 Beta
echo registry key has been set successfully.
echo If you start SP2 installation, Microsoft will collect
echo information online about the installation process.
echo To install SP2 please check for updates in Windows Update.
echo ===========================================================
@echo.
goto END
:ERROR
@echo.
echo ===========================================================
echo FAILED to set Windows Server/Vista SP2 registry keys.
echo Please run this script by right clicking and selecting
echo "Run as Administrator".
echo ===========================================================
@echo.
goto END
:END
pause
Update: Download Update: Atsisiųsti Windows Vista SP2 RC-Escrow Build 6002.16659 "Windows Vista SP2" RC-escrow Build 6002,16659
IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Mašininio vertimo, gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.
Related Articles Susiję straipsniai
- Download and Install Windows Vista SP2 Beta Symbols (6002.16497) via Microsoft Windows Update Registry Hack Atsisiųsti ir įdiegti "Windows Vista SP2 Beta ženklai (6002,16497) su Microsoft Windows registro Hack
- Windows Server 2008 SP2 and Vista SP2 Beta 6002.16497 (v.113) Released in Microsoft Connect and Windows Update Windows Server 2008 SP2 ir Vista SP2 Beta 6002,16497 (v.113) Išleistas Microsoft Connect ir "Windows Update"
- Registry Hack to Download and Install Windows Vista SP2 Pre-Beta Version 6.0.6002.16489 Registras Hack atsisiųsti ir įdiegti "Windows Vista SP2" Pre-Beta Versija 6.0.6002.16489
- Download 64bit (x64) Windows Server 2008 and Vista SP2 Beta Build 6002.16497 Unmodified Original DVD ISO (Torrent) Atsisiųsti 64bit (x64) Windows Server 2008 ir Vista SP2 Beta Build 6002,16497 nemodifikuotą Originalus DVD ISO (Torrent)
- Trick to Download and Install Windows Vista SP2 v.113 (6002.16497) from Windows Update Trick atsisiųsti ir įdiegti "Windows Vista SP2 v.113 (6002,16497) Windows Update
- Download Official Windows Vista and Server 2008 RC (Build 16670 Direct Links for x86/x64/ia64) Atsisiųsti Oficialus Windows Vista "ir" Server 2008 RC (Build 16670 Tiesioginė Nuorodos norite x86/x64/ia64)
- Official Download Link for Windows XP Service Pack 3 (SP3) RC2 (v.3311) Standalone Install Package and Windows Update Registry Keys Oficialusis Atsiųsti Nuoroda į "Windows XP Service Pack 3 (SP3), RC2 (v.3311) Standalone įdiegti paketo ir" Windows Update "registro raktus
- Official Way to Install Vista SP1 RC Via Windows Update with Public Availability Program Oficialusis būdu įdiegti Vista SP1 RC Via Windows Update su visuomenės Laisvos programos
- Official Windows Vista SP2 and Server 2008 SP2 (KB948465) CPP Standalone DVD ISO and EXE Direct Download Links Oficiali "Windows Vista SP2, Server 2008 SP2 (KB948465) CPP standalone DVD ISO ir EXE Parsisiųsti Nuorodos
- Hack to Download Vista SP1 (Service Pack 1) Beta via Windows Update Hack Atsisiųsti Vista SP1 (Service Pack 1) Beta per "Windows Update"










































July 2nd, 2009 11:07 Liepa 2, 2009 11:07
[...] Update: Download official Microsoft registry hack script (WU Experience Kit) for Vista and Windows Server 2008 SP2 beta build 16497. [...] Atnaujinimas: Atsisiųsti oficialūs Microsoft registro Hack scenarijų (WU Patirtis Kit) Vista ir Windows Server 2008 SP2 beta statyti 16497. [...] [...]
February 3rd, 2009 18:06 3 Vas 2009 18:06
[...] Windows Vista SP2 beta build 6002.16497 or Windows Server 2008 SP2 beta build 16497, there is also official registry hack script that allows SP2 beta to offer to your [...] [...] "Windows Vista SP2 beta statyti 6002,16497 arba Windows Server 2008 SP2 beta statyti 16497, taip pat oficialus registro Hack scenarijų, kuris leidžia SP2 beta pasiūlyti savo [...]
December 7th, 2008 02:19 Gruodis 7, 2008 02:19
Anyone know when VLITE will support SLIPSTREAM of SP2?????? Kiekvienas žino, kada VLITE rems Slipstream ir SP2 ??????