tasklist 列出进程
tskill pid 杀掉进程
ntsd -c q -p pid 杀掉进程
1新建run.vbs:
set ws=wscript.createobject("wscript.shell")
ws.run "xxx.[exe|bat]",0
2新建run.bat,调用run.vbs,内容为:
wscript run.vbs
A physician, a civil engineer, and a computer scientist were arguing about what was the oldest profession in the world. The physician remarked, "Weil, in the Bible, it says that God created Eve from a rib taken out of Adam. This clearly required surgery, and so I can rightly claim that mine is ...







评论排行榜