扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:天新网 来源:天新网 2007年12月29日
关键字: 功能 激活 Windows Windows xp
“wpa_productkey.vbs”如何运行
程序列表3--wpa_productkey.vbs
‘blocked genericProdKey = "PXRQ3-7VPMV-CQWXR-8Y4KX-RD786" const genericSeqNum = "010-053298" myProdKey = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" ' must be replaced with user's unique PK for each Obj in GetObject("winmgmts: {impersonationLevel=impersonate}"). InstancesOf ("win32_WindowsProductActivation") 'Does PID's sequence number match generic value? If Mid(Obj.ProductID, 7, 10) = genericSeqNum Then 'Sequence numbers match: ' Get new Product Key from database ' user-provided method: ' myProdKey = GetMyProductKey() 'Set Machine-specific product key Obj.SetProductKey(myProdKey) end if next |
在线激活方法适用于能够连接到Internet的机器的激活。与手动用户界面中的Internet 激活方法相同,在线激活采用安全超文本传输协议(Hypertext Transfer Protocol Secure,HTTPS)协议与Microsoft清算中心的服务器进行通讯。如果需要的话,你可以首先采用下面介绍的“win32_ Proxy--设置代理服务器”方案,通过防火墙进行网络连接。
“wpa_activateonline.vbs”如何运行
通常,程序列表4可以作为每台机器登录脚本的一部分来运行。
程序列表4:wpa_activateonline.vbs
for each Obj in GetObject("winmgmts: {impersonationLevel=impersonate}"). InstancesOf ("win32_WindowsProductActivation") if Obj.ActivationRequired <> 0 then 'If necessary, save/set proxy Obj.ActivateOnline() 'If necessary, restore proxy end if next |
在不连接到Internet的情况下,需要采用多个步骤来完成机器的激活。脱机激活与手动用户界面中的电话激活程序相同。
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者