正版windows2003 server 企业版需要多少钱!

来源:百度知道 编辑:UC知道 时间:2024/05/25 02:57:31
正版windows2003 server 企业版需要多少钱!

正版MS SQL server2005 8用户的 需要多少钱,

企业版的就贵了,而且还要根据用户数量在价格至少在5000元以上、

无需买windows2003正版
下面帮你搞定

'请将下面代码复制至记事本中,保存成后缀名为 .vbs 文件, 运行即可更换,正版序列号可从网络搜集.

ON ERROR RESUME NEXT

Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("声明(OEM版本下无效):"&vbCr&vbCr&" 本脚本程序将修改当前 Windows 的序列号.请先使用算号器算出匹配当前 Windows 的序列号,复制并粘贴到下面空格中."&vbCr&vbCr&"输入序列号(默认为 XP VLK):","Windows XP/2003 序列号更换工具","JCGMJ-TC669-KCBG7-HB8X2-FXG7M")
if VOL_PROD_KEY="" then
Wscript.quit
end if
else
VOL_PROD_KEY = Wscript.arguments.Item(0)
end if

VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any

for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")

result = Obj.SetProductKey (VOL_PROD_KEY)

if err = 0 then
Wscript.echo "您的 Windo