Configure the right-click menu under win10 to add "open cmd here"

First, create a new text document on the desktop.

Windows Registry Editor Version 5.00  



[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\cmd_here]  

@="在此处打开命令行"  
"Icon"="cmd.exe"  


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\cmd_here\command]  

@="\"C:\\Windows\\System32\\cmd.exe\""  



[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmdPrompt]  

@="在此处打开命令行"  



[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmdPrompt\command]  

@="\"C:\\Windows\\System32\\cmd.exe\" \"cd %1\""  



[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd_here]  

@="在此处打开命令行"  
"Icon"="cmd.exe"  



[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd_here\command]  

@="\"C:\\Windows\\System32\\cmd.exe\""  

Then, paste the above content into the text document and save. You can end the text document with .reg, and the name can be arbitrarily chosen. (PS: @=”Open the command line here” The text in the quotation marks can be freely modified to the text you want to display)

Finally, double-click to register, and as a result, there is a right-click menu.
write picture description here

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325850236&siteId=291194637