Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Possible Duplicates:
Kill window or application just like linux do
Cannot Kill Process in Vista 64

I had closed an instance of utorrent. The task no longer appears in Applications, however the process utorrent.exe appears in Processes tab of Task Manager. I tried to kill using:

  • Kill process button in Task Manager
  • Kill process option in SysInternals Process Explorer
  • Suspend, resume, restart in SysInternals Process Explorer
  • command prompt by using the command taskkill /f /im utorrent.exe
  • Stop-Process commandlet in Windows PowerShell.

All of these have failed, the process just doesn't end. I cannot restart uTorrent because of the existing process running. Is there anyway I can kill this without having to resort to a system reboot ? I'm using Windows 7 Ultimate, OEM.

share|improve this question
2  
Sathya, have you tried pskill.exe from SysInternals? – quack quixote Mar 29 '10 at 11:52
Could something be respawning this process? – Fred Mar 29 '10 at 12:27

marked as duplicate by Mehper C. Palavuzlar, ChrisF, Nifle, random Mar 29 '10 at 12:56

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

Browse other questions tagged or ask your own question.