Kill exiting process

So with my spontaneous acts of stupidity, I decided to ignore the runtime error Visual Studio gave me when trying to run my executable, which I later found out was a potential infinite loop test. Then I decided to run the executable in a windows command prompt, resulting in the "crash" of my program.

The problem is, my program is still running in the background running on an infinite loop, and now I can't close it as Windows recognises it as an exiting process.

So now I can't build and execute my fixed code...

Help?
if u r looking for how to stop the executable that's running in background.,,open 'Windows Task Manager' , as an administrator, there u'll find the name of your executable. Kill the process & u r done.
"now I can't close it as Windows recognises it as an exiting process."

I fixed it anyways by closing the debuger
The fastest way is ctrl+alt+del to kill the process.
Topic archived. No new replies allowed.