更新时间:2018-12-14 14:01:14 来源:雨林木风官网 游览量: 191 次
进行电脑的设置的时候,很多用户会进行一些操作设置,但是有的时候可能会出现显示有黑屏的情况,遇到这样的情况用户表示也不知道怎么解决,并且还会提示you may be a victim of software,那么winxp系统开机黑屏提示you may be a victim of software怎么办呢?
1、在虚拟机桌面新建记事本,复制以下代码。
ON ERROR RESUME NEXT
Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("Powered By Su"&vbCr&vbCr&"本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。"&vbCr&vbCr&"序列号(OEM版无效,默认版本为 XP VLK):","Windows XP序列号自动更换器","MRX3F-47B9T-2487J-KWKMF-RPWBY")
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 "OK!去微软验证吧!"
end if
if err <> 0 then
Wscript.echo "替换失败!输入的 CD-KEY 与当前的版本不匹配。"
Err.Clear
end if
Next
2、winxp系统开机黑屏提示you may be a victim of software怎么办?另存为.vbs格式,确定保存,双击运行,提示其窗口,确定。
操作完成之后,等待一会时间,就可以发现桌面显示正常,不会出现有黑屏的情况,如果用户不知道winxp系统开机黑屏提示you may be a victim of software怎么办,需要进行电脑的文档相关命令的输入,进行运行设置解决。
本文来自雨林木风www.ylmf888.com 如需转载请注明!