Re: How to kill application?
- From: "Brett" <no@xxxxxxxx>
- Date: Tue, 5 Apr 2005 09:11:51 -0400
I see what the problem is. I was logged in as an Admin. Another Admin
session was also going on, which lunched the program in question. I did not
notice until I logged in as that Admin. His session was disconnected but
not logged off. So the program he lunched was still in memory. That's why
I couldn't delete or see the process in memory. It was in another session.
I ran into the same problem again because I lunched programA from home as an
Admin. Then at work, I logged in as Admin2 and tried to delete programA but
couldn't. I right clicked on the taskbar, selected task manager, the users
tab and logged off Admin. This killed the prog and I was able to delete it.
Interesting that admin1 can't see processes admin2 has lunched, even though
admin1's processes can affect admin2.
Brett
"lamaslany" <luke.maslany@xxxxxxxxxxxxxxxxxx> wrote in message
news:ev5wlSdOFHA.164@xxxxxxxxxxxxxxxxxxxxxxx
>I didn't even know that was possible!
>
> Out of interest did you try taskkill with the executable name?
>
> "Brett" <no@xxxxxxxx> wrote in message
> news:exNzgmcOFHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
>> The process is not loaded in memory. So there is no process to kill.
>>
>> Brett
>>
>> "lamaslany" <luke.maslany@xxxxxxxxxxxxxxxxxx> wrote in message
>> news:uk9SofcOFHA.3716@xxxxxxxxxxxxxxxxxxxxxxx
>>> You can use the commandline tool "TASKKILL".
>>>
>>> Use "TASKLIST" to find the PID of the process you want to terminate and
>>> then type "TASKKILL /PID /F xxx /T" where 'xxx' is the PID.
>>>
>>> You can also kill the task using the process name: TASKKILL /F /IM
>>> <process name> /T
>>>
>>> /F forces the termination of the process
>>> /T kills any child processes of the source
>>>
>>>
>>>
>>>
>>> "Brett" <no@xxxxxxxx> wrote in message
>>> news:uFGQgHYOFHA.1732@xxxxxxxxxxxxxxxxxxxxxxx
>>>> If I have a small EXE program that I cannot delete because it is in
>>>> use, what else can I do to delete it without rebooting? The program's
>>>> process does not show up in task manager.
>>>>
>>>> Thanks,
>>>> Brett
>>>>
>>>
>>>
>>
>>
>
>
.
- Follow-Ups:
- Re: How to kill application?
- From: Todd J Heron
- Re: How to kill application?
- References:
- How to kill application?
- From: Brett
- Re: How to kill application?
- From: lamaslany
- Re: How to kill application?
- From: Brett
- Re: How to kill application?
- From: lamaslany
- How to kill application?
- Prev by Date: How to change access rights to service control manager ?
- Next by Date: Difference between 2003 Server Standard and Enterprise Editions
- Previous by thread: Re: How to kill application?
- Next by thread: Re: How to kill application?
- Index(es):
Relevant Pages
|