Title
Disable QuickEdit
Description
It is annoying and user unfriendly when triggering pause processing at the command line by pressing/click within the console. Disabling this will prevent the command line from pausing.
At the command prompt, click on the command prompt icon and click "Properties", then uncheck "Quick Edit Mode".
reg add "HKCU\Console" /v QuickEdit /t REG_DWORD /d 0 /f
At the command prompt, click on the command prompt icon and click "Properties", then uncheck "Quick Edit Mode".
reg add "HKCU\Console" /v QuickEdit /t REG_DWORD /d 0 /f
Creator
Yi Meng