Win10 1703 이후부터 우클릭 CMD창 띄우는 법
윈10 최신 업데이트후 탐색기 쉬프트 우측 명령창 열기가 아닌 power shell 열기로 바뀌어진 분들에게
해당되는 팁입니다.
regedit 여시고
HKEY_CLASSES_ROOT\Directory\Background\shell
가시면 cmd가 있습니다
그 폴더의 권한을 취득하신후
HideBasedOnVelocityId 를 ShowBasedOnVelocityId 로 바꾸세요
Windows Registry Editor Version 5.00
; 마우스 우클릭 컨텍스트 메뉴 PowerShell -> CMD 변경 레지스트리
; extrememanual.net
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""