|
wydos
中级用户
  
积分 304
发帖 117
注册 2006-4-4
状态 离线
|
『楼 主』:
[求助]求一个超强的结束进程的批处理
使用 LLM 解释/回答一下
求一个超强的结束进程工具。
超星3.8进程特烦,用taskkill /im ssreader.exe 既然不会彻底结束。虽然命令显示已成功结束。但ssreader.exe还在进程中。
超星3.8太烦了,平时手动关闭超星3.8,表面上是把它关闭了,但进程中还有ssreader.exe
说明:ssreader.exe 就是超星3.8
Looking for a super powerful process ending tool. The Super Star 3.8 process is very annoying. Using taskkill /im ssreader.exe doesn't completely end it. Although the command shows it has ended successfully, ssreader.exe is still in the process. The Super Star 3.8 is too annoying. Usually, manually closing Super Star 3.8 seems to close it, but ssreader.exe is still in the process.
Note: ssreader.exe is Super Star 3.8
|
|
2006-10-26 05:17 |
|
|
tianzizhi
高级用户
   
积分 622
发帖 214
注册 2006-9-22
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
楼主把taskkill没有用好,缺少有效的参数,应用:
taskkill /im ssreader.exe /t /f 这样就行了 /t 是终止指定的进程和由它启动的子进程,
/f 强制终止进程.
如果这样还不行的话,那就用超强进程结束命令,ntsd
它除了三个系统核心进程结束不了,其它任何进程都能轻易结束了.
命令为:ntsd -c q -pn ssreader.exe
The poster didn't use taskkill well and lacked effective parameters. Application: taskkill /im ssreader.exe /t /f is okay. /t is to terminate the specified process and the child processes started by it, /f is to forcefully terminate the process. If this still doesn't work, then use the super - strong process ending command, ntsd. It can easily end any process except three system core processes. The command is: ntsd -c q -pn ssreader.exe
|
|
2006-10-26 05:32 |
|
|
vlq5299
初级用户
 
积分 136
发帖 59
注册 2006-6-2
状态 离线
|
|
2006-10-26 08:03 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
|
2006-10-26 09:27 |
|
|
wydos
中级用户
  
积分 304
发帖 117
注册 2006-4-4
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
tianzizhi 谢了!!!
taskkill /im ssreader.exe /t /f试验成功。
但奇怪的是我用taskkill /f /im /t ssreader.exe 就不行。
tianzizhi Thanks!
The test of taskkill /im ssreader.exe /t /f was successful.
But strangely, using taskkill /f /im /t ssreader.exe doesn't work.
|
|
2006-10-26 10:32 |
|
|
3742668
荣誉版主
      
积分 2013
发帖 718
注册 2006-2-18
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
im参数用于指定进程名,必要的参数格式还是要遵守的。
The `im` parameter is used to specify the process name, and the necessary parameter format still needs to be followed.
|
|
2006-10-26 10:57 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Originally posted by wydos at 2006-10-26 10:32:
tianzizhi 谢了!!!
taskkill /im ssreader.exe /t /f试验成功。
但奇怪的是我用taskkill /f /im /t ssreader.exe 就不行。
将"taskkill /f /im /t ssreader.exe"换成"taskkill /f /t /im ssread.exe"应该就行了。
Originally posted by wydos at 2006-10-26 10:32:
tianzizhi Thanks!!!!
The test of taskkill /im ssreader.exe /t /f was successful.
But strangely, it doesn't work when I use taskkill /f /im /t ssreader.exe.
Changing "taskkill /f /im /t ssreader.exe" to "taskkill /f /t /im ssread.exe" should work.
|
|
2006-10-26 11:02 |
|
|
wtp791211
初级用户
 
积分 34
发帖 20
注册 2006-10-15
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
我用了这个
ntsd -c q -pn ssreader.exe 提示出错“没有找到dbgeng.dll ......" 这个应该怎么用?不太懂哈,不好意思:)
I used this
ntsd -c q -pn ssreader.exe and got an error "dbgeng.dll not found......" How should I use this? I don't understand very much, sorry :)
|
|
2006-10-27 05:19 |
|
|
tianzizhi
高级用户
   
积分 622
发帖 214
注册 2006-9-22
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
你用的什么系统呀,我的机子是2003用这个命令没问题,我在xp下试了一下也没有问题,
你不成功的话可能是你的系统问题,2003和xp下都有dbgeng.dll这个文件的,你可能装的优化或简化的系统吧,你到另一台机子上试一下吧.
Last edited by tianzizhi on 2006-10-27 at 06:54 AM ]
What operating system are you using? My machine is 2003 and this command works fine. I tried it on XP and it also worked fine. If it doesn't work for you, maybe it's an issue with your system. Both 2003 and XP have the dbgeng.dll file. You might have an optimized or simplified system. Try it on another machine.
Last edited by tianzizhi on 2006-10-27 at 06:54 AM ]
|
|
2006-10-27 06:53 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
|
2006-10-27 06:59 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2006-10-27 07:37 |
|
|
INeverAsk
初级用户
 
积分 97
发帖 42
注册 2006-10-5
状态 离线
|
|
2006-10-27 22:54 |
|
|
kennyfan
中级用户
  
积分 259
发帖 112
注册 2006-9-18
状态 离线
|
|
2006-10-28 05:00 |
|
|
daoshui18
初级用户
 
积分 45
发帖 22
注册 2006-3-11
状态 离线
|
『第 14 楼』:
IM
使用 LLM 解释/回答一下
加参数IM 有什么用吗?图象名是什么意思?
我还是个菜鸟,多多指教
What is the use of adding the parameter IM? What does the image name mean? I'm still a newbie, please give me more advice.
|
|
2006-10-28 23:00 |
|
|
tianzizhi
高级用户
   
积分 622
发帖 214
注册 2006-9-22
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
只要taskkill /?就什么都知道了,im是指定要终止的进程镜像名称,图像名就是镜像名,你打开任务管理器进程里面第一列就是各进程的镜像名.
Just use `taskkill /?` to know everything. `im` is to specify the process image name to terminate. The image name is the mirror name. The first column in the processes in the Task Manager is the image name of each process.
|
|
2006-10-28 23:10 |
|