Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux-like Ctrl + C (keyboard interrupt) for the Windows command line [closed]

I've been forced into using a command line in Windows. Are there Linux-like keyboard shortcuts?

Are there things like Ctrl + C, Ctrl + Z, and such?


1 Answers

Try Ctrl+Break: some programs respond to it instead of Ctrl+C. On some keyboards Ctrl+Break translates to Ctrl+Fn+Pause.

Note also that nothing can cancel synchronous network I/O (such as net view \\invalid) on Windows before Windows Vista.

like image 146
Mark Avatar answered Sep 12 '25 13:09

Mark