Is there a way to enable command prompts 'quick edit' mode from the command line?
Tired of having to right click and go to properties and enable quick edit. Is there a command I can run? a reg key I can modify from the cmd? Windows 10
Solution 1:
There is a regkey in:
Computer\HKEY_CURRENT_USER\Console
There should be (or create it) a value QuickEdit
of type DWORD
, you can set it to 1.
Found it on: https://stackoverflow.com/a/9929239/2100126