win10下右键菜单添加“打开cmd”
2021-06-30 04:04
标签:folder sdn 内容 back art editor directory blog cmd https://blog.csdn.net/Mr_BEelzebub/article/details/78776104 然后、将上面内容粘贴到该文本文档中,保存。并将该文本文档以.reg结尾即可,名字可以随意取。 win10下右键菜单添加“打开cmd” 标签:folder sdn 内容 back art editor directory blog cmd 原文地址:https://www.cnblogs.com/uestcman/p/9996892.html
新建一个文本文档。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\""
上一篇:c# 正则匹配对称括号
下一篇:C#接口和泛型类
文章标题:win10下右键菜单添加“打开cmd”
文章链接:http://soscw.com/index.php/essay/99671.html