[Shift]를 누른 상태에서 폴더 이름을 마우스 오른쪽 버튼으로 클릭하면 "여기에서 명령 프롬프트 열기"메뉴가 나타납니다.
그러나 Windows 10 업데이트 후“여기에서 명령 창 열기”메뉴 대신“여기에서 PowerShell 창 열기”메뉴 만 나타나면 다음과 같이 레지스트리를 수정하여 사라진 명령 창 열기 컨텍스트 메뉴를 되 살릴 수 있습니다.
Windows Registry Editor Version 5.00
[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\""
또는 첨부 파일을 다운 받아 등록 할 수 있습니다.
'Windows 10' 카테고리의 다른 글
Windows 10 작업 표시 줄에 요일을 표시하는 방법 (0) | 2021.03.08 |
---|---|
Windows 10 바탕 화면에 내 컴퓨터, 내 문서 아이콘을 만드는 방법 (0) | 2021.03.08 |
Windows 10 타이틀바 (제목 표시 줄) 색상 변경 (0) | 2021.01.15 |
Windows 10 부팅 속도를 높이는 방법 (0) | 2021.01.15 |
Windows 10 시작 프로그램 추가 (0) | 2021.01.14 |