windows添加右键菜单"在此处打开cmd窗口"
2021-03-28 08:25
标签:back style 添加 dir cto start sse list power Windows Registry Editor Version 5.00 windows添加右键菜单"在此处打开cmd窗口" 标签:back style 添加 dir cto start sse list power 原文地址:https://www.cnblogs.com/coder-axin/p/9335944.html
[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere]
@="open cmd here"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList ‘/s,/k, pushd,%V‘ -Verb RunAs\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere]
@="open cmd here"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList ‘/s,/k, pushd,%V‘ -Verb RunAs\""
[HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHere]
@="open cmd here"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList ‘/s,/k, pushd,%V‘ -Verb RunAs\""
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHere]
@="open cmd here"
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHere\command]
@="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList ‘/s,/k, pushd,%V‘ -Verb RunAs\""
上一篇:windows消息处理机制
下一篇:Windows文件操作
文章标题:windows添加右键菜单"在此处打开cmd窗口"
文章链接:http://soscw.com/index.php/essay/68964.html