Is there some software that will kill an application that just won't end no matter what you do to it, stop it, kill it...whatever. Task manager doesn't work for this issue.
If so, what is the name of it?
thx
Page 1 of 1
Kill Process Software Needed
#2
Posted 13 August 2008 - 01:34 PM
Delete it or disable it from startup?
Autoruns:
http://technet.microsoft.com/en-us/sysinte...s/bb963902.aspx
Autoruns:
http://technet.microsoft.com/en-us/sysinte...s/bb963902.aspx
Mark
why won't my laptop work?
Having grandkids is God's way of giving you a 2nd chance because you were too busy working your butt off the 1st time around
Do not send me PMs with problems that should be posted in the forums. Keep it in the forums, so everyone benefits
Become a BleepingComputer fan: Facebook and Twitter
why won't my laptop work?
Having grandkids is God's way of giving you a 2nd chance because you were too busy working your butt off the 1st time around
Do not send me PMs with problems that should be posted in the forums. Keep it in the forums, so everyone benefits
Become a BleepingComputer fan: Facebook and Twitter
#3
Posted 13 August 2008 - 03:02 PM
garmanma, on Aug 13 2008, 02:34 PM, said:
Delete it or disable it from startup?
Autoruns:
http://technet.microsoft.com/en-us/sysinte...s/bb963902.aspx
Autoruns:
http://technet.microsoft.com/en-us/sysinte...s/bb963902.aspx
no, I am looking for s/w that will kill a process that I might have started but for no means will end with anything I use whether it is deleted or killed thru task mgr.
#4
Posted 14 August 2008 - 01:43 PM
Try using taskkill. Go to Start > Run and type in "cmd".
In command type in "taskkill /F /IM blah.exe" replacing blah.exe with the process(image) name. You can also use tasklist to see what processes are running.
Regards,
Adam
In command type in "taskkill /F /IM blah.exe" replacing blah.exe with the process(image) name. You can also use tasklist to see what processes are running.
Regards,
Adam
Proud to be a Graduate of Malware Removal University - I am a member of:

If I helped you, please consider a donation:

If I helped you, please consider a donation:
#5
Posted 14 August 2008 - 05:25 PM
Axephilic, on Aug 14 2008, 02:43 PM, said:
Try using taskkill. Go to Start > Run and type in "cmd".
In command type in "taskkill /F /IM blah.exe" replacing blah.exe with the process(image) name. You can also use tasklist to see what processes are running.
Regards,
Adam
In command type in "taskkill /F /IM blah.exe" replacing blah.exe with the process(image) name. You can also use tasklist to see what processes are running.
Regards,
Adam
trying to write a batch job that will do the following I want to click on it and the following text will appear "taskkill F /IM " so I can type in what I want to kill after it and just hit enter. How would I do this please?
thx
#6
Posted 15 August 2008 - 04:19 PM
I'm not really sure about jobs, as I don't use them. However I can help you write the batch file. 
Copy/paste the following quote box into a new notepad (not wordpad) file.
Save it as end.bat or whatever name you want just make sure to have .bat at the end. Save it as File Type: All Files (not as a text document or it won't work).
Regards,
Adam
Copy/paste the following quote box into a new notepad (not wordpad) file.
@echo off taskkill /F /IM blah.exe
Save it as end.bat or whatever name you want just make sure to have .bat at the end. Save it as File Type: All Files (not as a text document or it won't work).
Regards,
Adam
Proud to be a Graduate of Malware Removal University - I am a member of:

If I helped you, please consider a donation:

If I helped you, please consider a donation:
#7
Posted 16 August 2008 - 04:16 PM
Axephilic, on Aug 15 2008, 05:19 PM, said:
I'm not really sure about jobs, as I don't use them. However I can help you write the batch file. 
Copy/paste the following quote box into a new notepad (not wordpad) file.
Save it as end.bat or whatever name you want just make sure to have .bat at the end. Save it as File Type: All Files (not as a text document or it won't work).
Regards,
Adam
Copy/paste the following quote box into a new notepad (not wordpad) file.
@echo off taskkill /F /IM blah.exe
Save it as end.bat or whatever name you want just make sure to have .bat at the end. Save it as File Type: All Files (not as a text document or it won't work).
Regards,
Adam
it works without the echo off even. I can put multiple ones in there as well and it will kill all apps. cool thx
#8
Posted 16 August 2008 - 11:01 PM
Sure thing. Glad I could be of assistance.
Proud to be a Graduate of Malware Removal University - I am a member of:

If I helped you, please consider a donation:

If I helped you, please consider a donation:
Share this topic:
Page 1 of 1

Help


Back to top










