반응형
유용한 레지스트리 가 있음.
혹시 잘 안되면 아래 내용을 직접 레지스트리에 넣어줍시다.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\executecmd]
@="Open Command Line on this Location"
@="Open Command Line on this Location"
[HKEY_CLASSES_ROOT\*\shell\executecmd\command]
@="cmd.exe"
@="cmd.exe"
[HKEY_CLASSES_ROOT\Directory\shell\executecmd]
@="Open Command Line on this Location"
@="Open Command Line on this Location"
[HKEY_CLASSES_ROOT\Directory\shell\executecmd\command]
@="cmd.exe"
@="cmd.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\executecmd]
@="Open Command Line on this Location"
@="Open Command Line on this Location"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\executecmd\command]
@="cmd.exe"
@="cmd.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\executecmd]
@="Open Command Line on this Location"
@="Open Command Line on this Location"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\executecmd\command]
@="cmd.exe"
@="cmd.exe"
'Software Engineering' 카테고리의 다른 글
| Windows XP가 느리게 실행될 수 있고 Windows 작업 관리자에서 여러 가지 현상을 확인할 수 있다 (0) | 2011.12.28 |
|---|---|
| Virus bulletin 에서 나온 전 세계 백신 현황이랄까... (0) | 2011.12.04 |
| 리눅스 커널 분석 Linux Kernel Analysis (0) | 2011.07.23 |
| 리눅스 서버 사용자 이동하기. (0) | 2011.07.19 |
| [Linux link] cp, hard link, symbolic link (0) | 2011.04.06 |
cmd.reg