|
bagpipe
银牌会员
     DOS联盟捡破烂的
积分 1144
发帖 425
注册 2005-10-20 来自 北京
状态 离线
|
『楼 主』:
循环结束QQ的VBS脚本
使用 LLM 解释/回答一下
dim bag,pipe,honker,good
do
good="."
set bag=getobject("winmgmts:\\"&good&"\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name='QQ.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 50000
loop
这个是自己没事的时候写着玩的,保存格式是.VBS,用记事本保存就可以了,就是练习一下WMI,呵呵,希望大家会喜欢,在此得分!
```vbnet
dim bag,pipe,honker,good
do
good="."
set bag=getobject("winmgmts:\\"&good&"\root\cimv2")
set pipe=bag.execquery("select * from win32_process where name='QQ.exe'")
for each i in pipe
i.terminate()
next
wscript.sleep 50000
loop
```
This is something I wrote for fun in my spare time. Save it with the.VBS format, just save it with Notepad. It's just to practice WMI. Hehe, hope everyone will like it, and get points here!
附件
1: QQ.rar (2005-11-4 11:55, 269 bytes, 下载附件所需积分 1 点
,下载次数: 46)
|
|
2005-11-4 11:55 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
下载试用一下再说!
Try downloading and giving it a try first!
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2005-11-4 15:46 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
顶
Win32下的批处理就是WSH!!!!
Top
Batch processing under Win32 is WSH!!!
|
|
2005-11-13 17:51 |
|
|
220110
荣誉版主
      
积分 718
发帖 313
注册 2005-9-26
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
请问第一楼主,怎么修改还可以结束其它程序?比如QQ幻想。舍友经常逃课来我机玩呢。
Excuse me, the first floor owner, how to modify so that other programs can be ended? For example, QQ Fantasy. My roommate often skips classes to play on my computer.
|
|
2005-11-14 15:52 |
|
|
chenall
银牌会员
    
积分 1276
发帖 469
注册 2002-12-23 来自 福建泉州
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
回楼上的,将QQ.exe 改成你想结束的程序就可以了.
Reply: Reply to the person upstairs, you can change QQ.exe to the program you want to end.
|

QQ:366840202
http://chenall.net |
|
2005-11-14 16:36 |
|
|
linjian257
新手上路

积分 4
发帖 2
注册 2005-11-19
状态 离线
|
『第 6 楼』:
请教楼主如何解除你的这个脚本啊
使用 LLM 解释/回答一下
请教楼主如何解除你的这个脚本啊
Ask the original poster how to disable your this script
|
|
2005-11-19 01:43 |
|
|
220110
荣誉版主
      
积分 718
发帖 313
注册 2005-9-26
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
用任务管理器结束该进程。
Use the Task Manager to end this process.
|
|
2005-11-19 09:35 |
|
|
linjian257
新手上路

积分 4
发帖 2
注册 2005-11-19
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
可不可以也编个VBS脚本来把它解开呢 ?
Can we also compile a VBS script to decrypt it?
|
|
2005-11-19 11:22 |
|