liu9cheng 发表于 2008-10-27 14:06

【下载】Windows Server 2008 SP2 beta1[英文版]

@echo off

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\vistaSp2 /v Beta1 /t REG_SZ /d C21A5C64-2530-CC19-042F-9ABDB4ED27F9 /f
IF NOT %errorlevel% == 0 ( goto ERROR)

:SUCCESS
@echo.
echo ================================================== =========
echo Windows server 2008 SP2 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 server 2008 SP2 registry keys.
echo Please run this script by right clicking and selecting
echo "Run as Administrator".
echo ================================================== =========
@echo.
goto END


:END
pause


将上面的复制保存为bat格式,以管理员方式运行。
检查更新,有4.1Mb的更新,安装,再次检测更新为>200Mb的 KB948465。

小绵羊数码 发表于 2008-10-27 14:12

正在下载win2008~~:') :') :')

snowsky 发表于 2008-10-27 14:20

难道VistaSP2和2008SP2是一个文件?第一行里面往注册表里面增加的是一个Vista的键值和传说中的GUID号吧

liu9cheng 发表于 2008-10-27 14:54

论坛发的那个vistaSP2的在win2k8上运行出错,去掉2,3行就行了,运行后检测到的server的sp2。也就是说那个4.1Mb的咚咚是一样的,只是起到检测的作用。
页: [1]
查看完整版本: 【下载】Windows Server 2008 SP2 beta1[英文版]