Shift + 마우스 오른쪽 클릭(컨텍스트)에서 명령프롬프트 생성하기
2017.12.24 02:07
RS3 부터 드라이브,폴더내에서 Shift + 마우스 오른쪽 클릭을 통한 컨텍스트 메뉴에서 명령 프롬프트 실행하기가 삭제 되었습니다.
기본값이 PowerShell 로 변경되면서 삭제 되었는데, (시작버튼내 PowerShell 변경은 작업 표시줄 설정-> PowerShell 바꾸기 변경)
레지스트리편집기를 통해 컨텍스트 메뉴를 생성하여 합니다.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
참고사이트
http://www.winhelponline.com/blog/cmd-here-windows-10-context-menu-add/
다른 방법
https://www.windowscentral.com/add-open-command-window-here-back-context-menu-windows-10
참고할 사이트
https://www.askvg.com/how-to-add-remove-entries-in-context-menus/
RS3 체인지로그
https://www.askvg.com/windows-10-redstone3-rs3-changelog/
'OS > 윈도우' 카테고리의 다른 글
Empty Standby List (0) | 2018.11.12 |
---|---|
Unistack Service Group (1) | 2018.07.09 |
Shift + 마우스 오른쪽 클릭(컨텍스트)에서 명령프롬프트 생성하기 (0) | 2017.12.24 |
AppReadiness 오류 해결하기 (이벤트ID 10,214) (1) | 2016.10.07 |
절전 모드 해제 시 암호 보호 사용을 해제할 수 없을 경우 (2) | 2016.08.27 |
Windows 10 스티커 메모 구버전 (4) | 2016.08.26 |
윈도우앱이 삭제된 설치이미지 만들기 (0) | 2016.06.15 |
최신드라이버가 꼭 좋은건 아니지만 (1) | 2016.03.24 |
윈도우10 시작 화면에서 커진 크롬 아이콘 원래대로 만들기 (2) | 2016.01.14 |