Many people like to operate computers by running command lines in CMD. I am also one of them. How can I quickly open CMD and locate the specified path? Many optimization software (such as the optimization master) provide the function of adding "CMD express connect" to the right-click menu. When you right-click a folder, open CMD and locate the folder. You can also modify the Registry on the Internet, so you don't have to worry about it.
Open "my computer", click "Tools"-"Folder Options" in the menu, select "file type", find "(none) folder", and click "advanced ", "New": Fill in the "operation" with the "courier shortcut". (You can fill in "cmd.exe/KCD % 1" in the "actual" text box. (This is the key.
Right-click any folder or partition and click "CMD express connect" to open the CMD command line.
PS: in fact, all the implementation methods are to make the same changes to the registry: Keys/k cd % 1 ". In the Registry file:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTfoldershellcmd]
@ = "CMD quick start"
[Hkey_classes_rootfoldershell‑command]
@ = "Cmd.exe/k cd % 1"
In addition, many methods for modifying the Registry on the Internet are modifying the HKEY_CLASSES_ROOTDirectory key value. The effect is basically the same, but the "CMD express connect" can only be displayed when you right-click a folder ", when you click on a partition, my documents, and other special folders, the usage is not as convenient as the above method.