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.


3 Responses to “Official Registry Hack Script to Install Windows Server 2008 and Vista SP2 Beta Build 16497 (CPP) via Windows Update” 3 Responses to "oficialiojo registro Hack Scenarijaus įdiegti" Windows Server 2008 ir Vista SP2 Beta Build 16497 (CPP) per "Windows Update"

  1. Trick to Download and Install Windows Vista SP2 v.113 (6002.16497) from Windows Update » My Digital Life Trick atsisiųsti ir įdiegti "Windows Vista SP2 v.113 (6002,16497) Windows Update» Mano skaitmeninis gyvenimas
    July 2nd, 2009 11:07 Liepa 2, 2009 11:07
    3 3

    [...] 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. [...] [...]

  2. Official Windows Vista SP2 and Server 2008 SP2 (KB948465) CPP Standalone DVD ISO and EXE Direct Download Links » My Digital Life Oficialiajame Vista SP2, Windows Server 2008 SP2 (KB948465) CPP standalone DVD ISO ir EXE Parsisiųsti Nuorodos »Mano skaitmeninis gyvenimas
    February 3rd, 2009 18:06 3 Vas 2009 18:06
    2 2

    [...] 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 [...]

  3. Ohad Ohad
    December 7th, 2008 02:19 Gruodis 7, 2008 02:19
    1 1

    Anyone know when VLITE will support SLIPSTREAM of SP2?????? Kiekvienas žino, kada VLITE rems Slipstream ir SP2 ??????

Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Galite naudoti šias žymeles: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Subscribe to comments funkcija buvo išjungta. To receive notification of latest comments posted, subscribe to Norėdami gauti pranešimus apie naujausius komentarų, užsiprenumeruoti My Digital Life Comments RSS feed Mano skaitmeninis gyvenimas Komentarų RSS or arba register to receive registruotis, norint gauti new comments in daily email digest. Nauji komentarai kasdien elektroniniu paštu.
Custom Search

New Articles Nauji straipsniai

Incoming Search Terms for the Article Pradedantys Paieška Sąlygos straipsnį

windows server 2008 hack Windows Server 2008 Hack - -- SP2CPPRK.cmd.remove SP2CPPRK.cmd.remove - -- SP2CPPRK.cmd SP2CPPRK.cmd - -- sp2cpprk.cmd.remove download sp2cpprk.cmd.remove atsisiųsti - -- vista change reg entry via cmd Vista pakeisti reg atvykstant per cmd - -- SP2CPPRK.cmd.remove SP2CPPRK.cmd.remove - -- hack windows server 2008 Hack Windows Server 2008 - -- windows 2008 hack langų 2008 Hack - -- SP2C PARK.cmd.remove SP2C PARK.cmd.remove - -- SP2CPPRK SP2CPPRK - -- hacking server 2008 įsilaužimo serverio 2008 - -- kb955430 fails kb955430 nepavyksta - -- server 2008 hack Server 2008 Hack - -- sp2cpprk.bat sp2cpprk.bat - -- windows server 2008 hacks Windows Server 2008 hacks - -- registry hack registro Hack - -- KB955430 activation KB955430 aktyvinimo - -- Windows Server 2008 SP2: Failed Windows Update Windows Server 2008 SP2: Klaida Windows Update - -- install sp2 vista cmd įdiegti SP2 Vista Cmd - -- windows update in registry windows update registre - -- where to download SP2CPPRK.cmd.remove from jei norite atsisiųsti SP2CPPRK.cmd.remove nuo - -- kb948465 failed kb948465 nepavyko - -- force install sp2 vista jėgos įdiegti SP2 Vista - -- manually remove SP2 RC Windows 2008 neautomatiniu būdu pašalinti SP2 RC Windows 2008 - -- windows 2008 registry hack langų 2008 registro Hack - -- hacking windows server 2008 hacking Windows Server 2008 - -- servicing stack versions registry key aptarnavimo kamino redakcijos registro raktą - -- program to install server on vista programą įdiegti serverio Vista - -- Vista sp2 will not install Vista SP2 nebus įdiegti - -- vista sp2 script update Vista SP2 scenarijų atnaujinti - -- Windows Server 2008 Script serial Windows Server 2008 Scenarijaus serijos - -- windows 2008 hacks langų 2008 hacks - -- vista registry windows update Vista registre windows update - -- W2008 key hack W2008 raktas Hack - -- download Windows Update Experience Kit parsisiųsti "Windows Update Patirtis Kit - -- hack windows 2008 Hack langų 2008 - -- did vista sp2 need new key padarė Vista SP2 reikia naujų pagrindinių - -- windows 2008 sp2 failed. windows 2008 SP2 nepavyko. Please install sp1 Prašome įdiegti SP1 - -- remove kb955430 pašalinti kb955430 - -- KB948465 failed to install 2008 server KB948465 nepavyko įdiegti 2008 serverio - -- server 2008 service pack 2 force install Server 2008 Service Pack 2 jėgos įdiegti - -- KB955430 prevents future updates KB955430 neleidžia būsimus atnaujinimus - -- Windows 2008 Registry Hacks Windows 2008 registro Hacks - -- Windows Server 2008 SP2 Experience Windows Server 2008 SP2 Patirtis - -- windows server 2008 trial hack Windows Server 2008 bandomąją Hack - -- kb955430 kb955430 - -- hack windows 2008 server Hack windows 2008 server - -- how to force KB948465 to install kaip priversti KB948465 diegti - -- KB958794 KB958794 - -- KB955430 install fail KB955430 įdiegti nepavyko - --