AlexanderPro / SmartSystemMenu

SmartSystemMenu extends system menu of all windows in the system
MIT License
1.96k stars 110 forks source link

建议为资源管理器增加 “在当前路径此进入cmd” #63

Open Faith-Mian opened 2 years ago

Faith-Mian commented 2 years ago

建议为资源管理器增加 “在当前路径此进入cmd”

AlexanderPro commented 2 years ago

Could you please translate it into English?

Lutra-Fs commented 2 years ago

The translation should be 'better add "Open the current directory in cmd" in windows explorer'

Note: Use Shift+Right Click in the directory should provide this function built-in. 在当前目录中使用 Shift+右键 将可以在 Windows Powershell/命令提示符/Windows Terminal 中打开此目录

AlexanderPro commented 2 years ago

You can use "Start Program | Open Command Window" menu item in the version 2.19.2

Corgile commented 2 years ago

这个改下注册表就可以了,送你一个(管理员身份CMD)


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
"ShowBasedOnVelocityId"=dword:00639bc8
@="&CMD Admin"
"Icon"="C:\\Windows\\System32\\cmd.exe ,0"
"HasLUAShield"=""

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