语录中国
我的豆瓣
管理
近期评论
- 小马 在 想记就记20100816 上的评论
- fxl 在 想记就记20100816 上的评论
- 小马 在 想记就记20100816 上的评论
- fxl 在 想记就记20100816 上的评论
- IDEA 在 想记就记20100816 上的评论
友情赞助
Tony will get at least $47 if you purchase a dreamhost hosting via this link and also you get $50 off!主机购买
标签归档:vbs
vbs
ON ERROR RESUME NEXT Dim VOL_PROD_KEY if Wscript.arguments.count<1 then VOL_PROD_KEY=InputBox(“白白制作”&vbCr&vbCr&” 本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。”&vbCr&vbCr&”序列号(OEM版无效,默认版本为 XP VLK):”,”Windows XP序列号自动更换器”,”序列号”) 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 … 继续阅读
