Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

how to stop command execution in command prompt windows 10

Writer 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 ;-)

Reference

8

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.

3

best way seems (thanks to @LPChip):

CTRL+ Break(pause)

2

we can use "EXIT" to close the CMD :)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy