[디렉토리를 클릭했을 때만 (MSM6100환경 등)]
1. 레지스트리 편집기에서
HKEY_CLASSES_ROOT\Directory\shell
항목을 연다.
2. 오른쪽 클릭 -> 키를 원하는 이름으로 새로 만들고
종류는 REG_SZ로 데이터에 메뉴에 쓸 항목이름을 적는다.
(&S) 등으로 추가해서 적으면 바로가기 키가 된다.
3. 그 밑에 다시 'command'라는 이름으로 키를 생성한다.
종류는 역시 REG_SZ이고
데이터는 C:\WINNT\system32\cmd.exe /k c:\Apps\m6100.bat cd "%1" 등의 실행할 커맨드를 입력한다.
[모두 다]
오른쪽 팝업메뉴 추가하기[컴포넌트추가/삭제]
REGEDIT4
[HKEY_CLASSES_ROOT\.Dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile\shell\Register Component\command]
@="regsvr32 \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister Component\command]
@="regsvr32 /u \"%1\""
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
[HKEY_CLASSES_ROOT\exefile\shell\Register Component\command]
@="\"%1\" /regerver"
[HKEY_CLASSES_ROOT\exefile\shell\Unregister Component\command]
@="\"%1\" /unregerver"