본문 바로가기
윈도우즈

Registry Open Command Here

by treeCoder 2024. 1. 21.

우클릭 메뉴를 눌러서 도스창(명령창)을 여는 레지스트리 추가 코드이다.

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\CommandPromptHere]
@="Open Command Prompt Here"

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

 

*** Open_Command_Prompt_Here.reg에 위의 코드를 저장하고 더블클릭하면 된다.

-------------------------------------------------------

위에서 만든 우클릭 명령을 삭제하는  code 이다.

 

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Directory\Background\shell\CommandPromptHere]

 

*** Open_Command_Prompt_Here.reg에 위의 코드를 저장하고 더블클릭하면 된다.

'윈도우즈' 카테고리의 다른 글

캐디안 가정용 사용하기  (0) 2025.04.18
Excel 파일을 CSV로 바꾸는 방법  (0) 2024.05.08
지역 건보료 계산  (0) 2023.12.11
Saving  (1) 2023.12.05
Chat-Gpt가 알려주는 한글 맞춤법  (1) 2023.11.24

댓글