Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know which instance of Visual Studio to kill?

I have several instances of Visual Studio open and they show up as devenv.exe in the Task Manager. I need to kill one of them. How do I know which is which? Using Windows 7 64bit.

like image 375
Tony_Henrich Avatar asked Dec 17 '22 01:12

Tony_Henrich


1 Answers

In Task Manager, if you go to the applications tab, you can right click on the instance you want to kill based on the name, then click on "Go to process". It should select the process you want to kill.

like image 199
Nico vD Avatar answered Feb 18 '23 23:02

Nico vD