Why is my command prompt freezing on Windows 10?

The issue ended up being a new feature of the windows 10 console. Under the default config, whenever you click on a command window in windows 10, it immediately halts the application process when it attempts to write to the console. When this happens, the command window has gone into “selection” mode.

You can tell it has happened because it will prefix the title bar of the command window with the word “Select” :

frozen command window

To get your program running again, you have to press escape or click somewhere else.

To get rid of this strange behavior, you can disable QuickEdit mode:

disable QuickEdit Mode

Leave a Comment