Windows Vista SP1 RC Refresh 2 disponibilizado!


This is some text prior to the author information. You can change this text from the admin section of WP-Gravatar  To change this standard text, you have to enter some information about your self in the Dashboard -> Users -> Your Profile box.


 A Microsoft acabou de disponibilizar aos seus Beta-Testers o Service Pack 1 Release Candidate Refresh 2.

Muitos anunciam como final, por não aparecer  “Copia de  Avaliação”, mas o que se sabe, a data de saida prevista para o SP1 é o proximo dia 15 de Fevereiro.

Para testar e instalar esta nova build do SP1, basta criar um comando CMD com o NotePad e mudar a extenção .txt para .cmd, este incluindo o seguinte conteudo:

@echo off

reg delete HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateVistaSp1 /f > NUL 2>&1
reg delete HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftWindowsCurrentVersionWindowsUpdateVistaSP1 /f > NUL 2>&1

reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateVistaSp1 /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 ×¢²á±íÉèÖóɹ¦£¡
echo  Çëͨ¹ý Windows Update ¼ì²é¸üС£
echo ===========================================================
@echo.
goto END