how to stop command execution in command prompt windows 10
Olivia Zamora
in recent release of windows 10 command prompt microsoft have placed ctrl c and ctrlv ,in older versions we used to stop command prompt execution by pressing ctrlc
In recent release of windows 10 command prompt cant stop the execution..any other alternatives ?
4 Answers
CTRL+C will send a break (stop execution) when no text is selected. Try it ;-)
I had the same thing happening with Ctrl+C not stopping the Tracert process. However Ctrl+Pause/Break did.
This was on Windows 10 build 1709 with updates current as of 06-27-2018. I suspect whatever is going on will be machine specific for some odd reason.
3best way seems (thanks to @LPChip):
CTRL+ Break(pause)
we can use "EXIT" to close the CMD :)