Two ways to make your command line run more efficiently

  
                

The graphical interface and mouse clicks are already dominant. Today, Microsoft still retains the command-line mode to prove that it is still useful. In fact, this is the case. Sometimes a command can simplify many steps. Today, Xiaobian will explain to you how to open your command line more efficiently under Windows. Now you can provide two ways to open the command line in the current directory as efficiently as in Linux.

Method 1:

Press Shift+right mouse button in the current directory, you can see a similar option to open the command line here. If you want to remove the shift, right click the mouse button to have this option, then you need to use Simply modify your registry,

Go to the registry location HKEY_CLASSES_ROOT\\Directory\\shell\\cmd and delete the Extended key. If you want the drive and desktop to do the same, HKEY_CLASSES_ROOT\\Driver\\ Shell\\cmd and

The Extended key value under HKEY_CLASSES_ROOT\\Directory\\Background\\shell\\cmd can be removed.

Method 2:

Using shortcut keys, of course, will be used To the cute Autohotkey. Its Auothotkey code is as follows:

SetTitleMatchMode RegEx

return

; Stuff to do when Windows Explorer is open

;

#IfWinActive ahk_class ExploreWClass

Copyright © Windows knowledge All Rights Reserved