kill process urgent
hi
how to kill a process named setup.tmp *32? by taskkill? tRIED /F /IM switches. no luck
how to kill a process named setup.tmp *32? by taskkill? tRIED /F /IM switches. no luck
1 Comment
[ + ] Show comment
-
You may be able to do this with the pskill tool that is part of the SysInternals suite of tools. - chucksteel 10 years ago
Answers (2)
Please log in to answer
Posted by:
JordanNolan
10 years ago
Are you trying to kill "setup.tmp *32" which looks like a 32 bit process on an x64 machine. If that is the case you just do:
Taskkill /f /im setup.tmp
You do not need the *32
Comments:
-
yes u r right. it worked. thanks - swap20june 10 years ago
Posted by:
EdT
10 years ago