윈 도 우 마우스 우클릭 메뉴 추가 방법 문의좀 드려요
2014.05.11 21:12
우클릭 했을때 K.J 님이나 놀이터 분들거 보면 우클릭 하면 아이콘과 함께 메뉴 추가를 많이 하시는데 특정 프로그램이 있는건가요?
숨김 표시/숨기기 , 프롬프트 이런걸 저도 그림과 함께 추가해보고 싶은데 도움좀 부탁드려요.
댓글 [3]
-
소주만땅 2014.05.11 22:04
-
daLda 2014.05.12 00:58 각각의 메뉴마다 큰 타이틀의 메뉴 이름을 넣은 후 부가적인 메뉴를 넣어 주시면 됩니다.
컴퓨터 종료에 대한 메뉴를 예로 들어보면
컴퓨터 종료 - 로그오프
- 재부팅
- 절전모드
- 종료
이런식으로 말이죠
CMD 의 경우는 관리자 모드 와 일반 모드로 크게 구분 할 수 있습니다.
마찬가지로
CMD 모드 - CMD 관리자 모드
- CMD 일반 모드
이런식으로 큰 타이틀을 정한 후 부가적으로 하위 타이틀을 만들어 주시면 됩니다.
예제1) 변경해서 사용하시면 됩니다.
Windows Registry Editor Version 5.00
//전원 옵션 추가
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet]
"MUIVerb"="전원 옵션"
"icon"="powercpl.dll,-1"
"SubCommands"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\1]
@="시스템 로그아웃"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\1\command]
@="shutdown /L"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\2]
@="시스템 재시작"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\2\command]
@="shutdown /r /t 0"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\3]
@="시스템 절전모드"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\3\command]
@="RUNDLL32.EXE PowrProf.dll,SetSuspendState"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\4]
@="시스템 종료"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\4\command]
@="shutdown /p"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5]
"MUIVerb"="시스템 예약종료"
"icon"="credwiz.exe"
"Position"="Bottom"
"SubCommands"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\1]
@="30분 후 종료"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\1\command]
@="shutdown /s /t 1800"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\2]
@="45분 후 종료"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\2\command]
@="shutdown /s /t 2700"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\3]
@="60분 후 종료"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\3\command]
@="shutdown /s /t 3600"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\4]
@="90분 후 종료"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\4\command]
@="shutdown /s /t 5400"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\5]
@="120분 후 종료"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\5\command]
@="shutdown /s /t 7200"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\6]
@="예약종료 취소"
[HKEY_CLASSES_ROOT\Directory\background\shell\PowerSet\shell\5\shell\6\command]
@="shutdown /a"
예제2)
//제어 옵션 추가
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet]
"MUIVerb"="제어 옵션"
"icon"="Dxpserver.exe"
"SubCommands"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\1]
"MUIVerb"="CMD 관리자"
"Position"="Bottom"
"SubCommands"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\1\shell\1]
@="관리자 실행"
"Icon"="cmd.exe"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\1\shell\1\command]
@="C:\\Windows\\System32\\cmd.exe"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\1\shell\2]
@="@shell32.dll,-8506"
"Icon"="cmd.exe"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\1\shell\2\command]
@="cmd.exe /s /k pushd \"%V\""
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\2]
"MUIVerb"="네트워크 설정"
"Position"="Bottom"
"SubCommands"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\Background\shell\controlSet\shell\2\shell\1]
@="IP 연결"
"NoWorkingDirectory"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\Background\shell\controlSet\shell\2\shell\1\command]
@="\"C:\\Windows\\System32\\ipconfig.exe\" /renew"
[HKEY_CLASSES_ROOT\Directory\Background\shell\controlSet\shell\2\shell\2]
@="IP 해제"
"NoWorkingDirectory"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\Background\shell\controlSet\shell\2\shell\2\command]
@="\"C:\\Windows\\System32\\ipconfig.exe\" /release"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\2\shell\3]
@="인터넷 옵션 열기"
"NoWorkingDirectory"=""
"Position"="Bottom
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\2\shell\3\command]
@="control.exe /name Microsoft.InternetOptions"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\2\shell\4]
@="네트워크 센터 열기"
"NoWorkingDirectory"=""
"Position"="Bottom
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\2\shell\4\command]
@="control.exe /name Microsoft.NetworkAndSharingCenter"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\7]
@="프로그램 추가/제거"
"NoWorkingDirectory"=""
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\7\command]
@="control appwiz.cpl"
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\6]
@="프린터/장치 추가"
"NoWorkingDirectory"=""
"Position"="Bottom
[HKEY_CLASSES_ROOT\Directory\background\shell\controlSet\shell\6\command]
@="control.exe /name Microsoft.DevicesAndPrinters"
-
팡야 2014.05.12 21:36
ㅇ ㅇ 감사합니다 ^0^
번호 | 제목 | 글쓴이 | 조회 | 등록일 |
---|---|---|---|---|
[공지] | 질문과 답변 게시판 이용간 유의사항 | gooddew | - | - |
48831 | 윈 도 우| 윈도우업데이트 [6] | 머리아파 | 1685 | 05-12 |
48830 | 윈 도 우| 윈도우설치시 예약파티션없이 설치되는 시디로설치시 문제점 [2] | 매너있게 | 1423 | 05-12 |
48829 | 소프트웨어| 스크롤 겝쳐 [4] | 카메리아 | 959 | 05-12 |
48828 | 하드웨어| 노트북에 램 추가 하려고 하는데 답변부탁드립니다. [6] | 날악 | 1487 | 05-12 |
48827 | 기 타| 카조님 잠시 올려주셨던 Win8.0 v3.0 PE에 EasyBCD를 추가... [2] | 무주처사 | 1866 | 05-12 |
48826 | 윈 도 우| WinNTSetup으로 PE Wim을 하드에 설치해보신분있나요? [4] | 행복사과 | 1376 | 05-12 |
48825 | 소프트웨어| vmware10 가상운영체제 삭제할려면 [2] | shy1911 | 1173 | 05-12 |
48824 | 윈 도 우| install.wim 파일을 iso 로 변경안되나요? [4] | 제임수 | 1600 | 05-12 |
48823 | 윈 도 우| 자동인증제거는 어떻게하나요? [3] | 제임수 | 1915 | 05-12 |
48822 | 윈 도 우| 카리스마님 !! 질문 드립니다. [2] | 보라빛안개 | 1960 | 05-12 |
48821 | 윈 도 우| USB 안전하게 제거 우클릭 메뉴?? [2] | 정하 | 1460 | 05-12 |
48820 | 하드웨어| satas3 컨트롤카드 봐주십시오 [3] | brucex | 1158 | 05-12 |
48819 | 윈 도 우| install.wim에 드라이버 통합할적에.. [1] | 잔치국수 | 1378 | 05-12 |
48818 | 기 타| 사랑과 평화님께 부탁드려도 될까요? [3] | 클릭고 | 1350 | 05-11 |
48817 | 윈 도 우| 한글이름파일을 다운로드하면 깨지는데? [5] | 눈꽃소나무 | 1318 | 05-11 |
48816 | 윈 도 우| WORLD`S BEST PE 부팅이 되지를 않네요. [6] | 귀여운나 | 1728 | 05-11 |
48815 | 윈 도 우| 윈도우8.1 파일 미리보기 캐시 저장안되는 현상 해결부탁합... [5] | 그림같은남 | 1936 | 05-11 |
48814 | 소프트웨어| 사랑과평화님 PE 질문드립니다. [2] | knk3 | 1736 | 05-11 |
48813 | 윈 도 우| Stardock Start8 vs StartIsBack+ 어떤게 좋은가요? 여러분... [4] | 그림같은남 | 1375 | 05-11 |
48812 | 소프트웨어| WORLD`S BEST PE 설치방법에 대해서 질문합니다 [9] | 좋은데이 | 2139 | 05-11 |
Windows 7 8 우클릭 메뉴.zip