Taskkill /f doesn't kill a process
问题 When I start up an Experimental instance of VS from VS for debugging and stop debugging (sometimes directly from the parent VS), a zombile devenv.exe process remains running which I am unable to kill. It holds on to many of my dlls. As I am logged onto this 64bit Win7 machine as Administrator, I would expect to be able to kill any process I wish to. I tried (from Administrator command prompt): End Task from Task Manager. TASKKILL /F /IM devenv.exe PSKILL devenv.exe None return any error and