In windows, alt+F4 does not close cmd (As in: WindowsKey+R, cmd, Enter)
How different is the command window from a normal window?
|
In windows, alt+F4 does not close cmd (As in: WindowsKey+R, cmd, Enter) How different is the command window from a normal window?
| ||||
feedback
|
|
The command window uses those key combination for varies applications within the dos emulating window. If Alt-F4 closed the window, it may be impossible to use certain utilities. If you want a keyboard only fix just type exit to quit. | |||
|
feedback
|
|
Alt+F4 sends the program with focus the So, the | |||||||||
feedback
|
|
On the other hand, if you are looking to have Alt+F4 close the console window, you can use the following AutoHotkey script:
| ||||
|
feedback
|