Win7 Add the start cmd command to the right-click menu(2013-07-20 19:20:56)
reproduced
| Tags: it right- click cmd |
Category: Small software operation tips |
Recent editor under Windows Gvim, but into the cmd command to start vim, and then CD to the directory file is more troublesome, see there is no way directly right can choose to start the cmd command, The intention is to right-click in the empty space in the current folder to select the start cmd command. so on-line search, found the following this article, the link is: http://dongwei.iteye.com/blog/816350 Both of these methods I have personally tried, On the Win7 (32-bit) machine is a bit of a problem. However, the two methods: (1) The first is to right-click on the folder, you can start the cmd, it is still a bit of trouble; (2) The second is in the folder in the white space right click can choose to start cmd, but to press a "shift" key or a little trouble. Note: I have not found the right way to achieve what I want, just reluctantly use the second kind of bar, and so on to find the right one again. A lot of people are very fond of the cmd command line down to operate the computer, I am also one of them. How do I quickly open cmd and navigate to the specified path? Many optimization software, such as the Master of optimization, provides the ability to add "cmd fast track" To the right-click menu, and when right-clicking the folder, it opens CMD and navigates to that folder. Online also have to modify the registry to achieve, in fact, there is no such trouble. (Method 1) In fact, all of the implementation methods are the same as the registry changes: Add a "cmd" sub-key under Hkey_classes_root\folder\shell, the "(default)" Key value of the subkey is changed to "cmd fast Channel", Then, under this subkey, create a sub-key "command" to change the "(default)" Key value of "command" to "cmd.exe/k CD%1". The registry file means: windows Registry editor Version 5.00 [hkey_classes_root\folder\shell\cmd]@= "cmd fast track" [ Hkey_classes_root\folder\shell\cmd\command]@= "cmd.exe/k cd%1" ==================== (Method 2) The ultimate way to press shift right mouse button, You'll find that the menu has an option to "Open command Window Here" and click OK.
Win7 Add the start cmd command to the right-click menu