SmartSystemMenu icon indicating copy to clipboard operation
SmartSystemMenu copied to clipboard

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

Open Faith-Mian opened this issue 3 years ago • 4 comments

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

Faith-Mian avatar Jan 25 '22 15:01 Faith-Mian

Could you please translate it into English?

AlexanderPro avatar Jan 29 '22 17:01 AlexanderPro

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 中打开此目录

Lutra-Fs avatar Jan 29 '22 23:01 Lutra-Fs

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

AlexanderPro avatar Jan 30 '22 19:01 AlexanderPro

这个改下注册表就可以了,送你一个(管理员身份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\""

Corgile avatar Apr 01 '22 01:04 Corgile