美文网首页
此处打开cmd

此处打开cmd

作者: 何家小富富 | 来源:发表于2022-03-09 22:41 被阅读0次

Windows10 添加shift + 右键打开cmd

怎么为文件夹添加右键菜单,在此处打开CMD窗口

此处打开CMD注册.reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="在此处打开cmd"
"Icon"="c:\windows\system32\cmd.exe"

[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="在此处打开cmd"
"Icon"="c:\windows\system32\cmd.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
@="在此处打开cmd"
"Icon"="c:\windows\system32\cmd.exe"

[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""

VScode打开注册.reg

自己核对 vscode 的路径

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\*\shell\VSCode]
@="VScode打开"
"Icon"="D:\\soft\\VScode\\Code.exe"
 
[HKEY_CLASSES_ROOT\*\shell\VSCode\command]
@="\"D:\\soft\\VScode\\bin\\vscode.cmd\" \"%1\""
 
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\Directory\shell\VSCode]
@="VScode打开"
"Icon"="D:\\soft\\VScode\\Code.exe"
 
[HKEY_CLASSES_ROOT\Directory\shell\VSCode\command]
@="\"D:\\soft\\VScode\\bin\\vscode.cmd\" \"%V\""
 
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode]
@="VScode打开"
"Icon"="D:\\soft\\VScode\\Code.exe"
 
[HKEY_CLASSES_ROOT\Directory\Background\shell\VSCode\command]
@="\"D:\\soft\\VScode\\bin\\vscode.cmd\" \"%V\""

·

UEStudio打开.reg

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\*\shell\UEStudio]
@="UEStudio打开"
"Icon"="E:\\GreanSoft\\UEStudio\\UEStudio.exe"
 
[HKEY_CLASSES_ROOT\*\shell\UEStudio\command]
@="\"E:\\GreanSoft\\UEStudio\\UEStudio.exe\" \"%1\""
 

UltraEdit打开文件注册.reg

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="UltraEdit打开"
"Icon"="E:\\GreanSoft\\UltraEdit\\uedit64.exe"
 
[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="\"E:\\GreanSoft\\UltraEdit\\uedit64.exe\" \"%1\""
 

BowPad打开文件注册.reg

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\*\shell\BowPad]
@="UltraEdit打开"
"Icon"="E:\\GreanSoft\\BowPad\\BowPadx64.exe"
 
[HKEY_CLASSES_ROOT\*\shell\BowPad\command]
@="\"E:\\GreanSoft\\BowPad\\BowPadx64.exe\" \"%1\""
 

相关文章

  • 此处打开cmd

    Windows10 添加shift + 右键打开cmd[https://www.cnblogs.com/cyrus...

  • Win10 Shift+右键菜单打开Cmd窗口

    Win10下的Shift+右键出现的菜单中没有了打开Cmd窗口选项,替换为在此处打开Powershell窗口。虽然...

  • Cmd Markdown 简明语法手册

    『Cmd 技术渲染的沙箱页面,点击此处编写自己的文档』 Cmd Markdown 简明语法手册 标签: Cmd-M...

  • Markdown 语法总结

    『Cmd 技术渲染的沙箱页面,点击此处编写自己的文档』 Cmd Markdown 简明语法手册 标签: Cmd-M...

  • Markdown 简明语法手册

    『Cmd 技术渲染的沙箱页面,点击此处编写自己的文档』 Cmd Markdown 简明语法手册 标签: Cmd-M...

  • Markdown语法

    『Cmd 技术渲染的沙箱页面,点击此处编写自己的文档』 Cmd Markdown 简明语法手册 标签: Cmd-M...

  • Markdown测试

    『Cmd 技术渲染的沙箱页面,点击此处编写自己的文档』『Cmd 技术渲染的沙箱页面,点击此处编写自己的的文档』 C...

  • shift + 右键不显示“在此处打开命令窗口”cmd?

    shift + 右键不显示“在此处打开命令窗口” 在windows中,有的时候为了使用cmd快速定位到一个文件夹,...

  • Windows 10 右键打开命令提示符

    自某个版本更新后,居然只有 PowerShell 了,无奈每天折腾的我给右键添加了一个此处打开 Cmd 的功能。保...

  • 将"在此处打开命令"改为CMD或Powers

    Windows系统中,在桌面或资源管理器空白处,按住Shift点击鼠标右键,可以选择“在此处打开命令窗口”。 自从...

网友评论

      本文标题:此处打开cmd

      本文链接:https://www.haomeiwen.com/subject/zpszlltx.html