notepad + 우 클릭
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\Shell\open in Notepad++ ][HKEY_CLASSES_ROOT\*\Shell\open in Notepad++ \Command]@="C:\\MyProgram Files (x86)\\Notepad++otepad++.exe \"%L\""
남 의 것 은 되 고 내 것 은 안 되 고 문 제 는 64 위 에 있 습 니 다.
나중에 계속 뒤 졌어 요.
쓸 수 있 는 방법 을 찾 았 습 니 다.
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\OpenWithNotepad]@="Edit with &Notepad++""icon"="C:\\MyProgram Files (x86)\\Notepad++\\Notepad++.exe" [HKEY_CLASSES_ROOT\*\shell\OpenWithNotepad\Command]@="\"C:\\MyProgram Files (x86)\\Notepad++\\Notepad++.exe\" \"%1\""
후 자 는 전자 보다 icon 의 정의 가 많 습 니 다.
사실 문제 도 별로 없 었 어 요. 몇 가지 만 요. 당신 은 그렇게 특별 하지 않 았 어 요. 앞 에 수많은 사람들 이 밟 아 봤 어 요. 골 머리 를 앓 는 것 은 너무 가치 가 없어 요.
--------------------------------
전에 인터넷 에서 검색 한 명령 인터페이스 에 오른쪽 메뉴 를 추가 하 는 방법 은 이쪽 에서 백업 하고,
Created by: Shawn Brink http://www.sevenforums.com
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\shell\runas]
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Command Prompt"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""
[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
@="Command Prompt"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""
[-HKEY_CLASSES_ROOT\Drive\shell\runas]
[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Command Prompt"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""
취 소 된 등록 파일
Windows Registry Editor Version 5.00
; Created by: Shawn Brink
; http://www.sevenforums.com
; Tutorial: http://www.sevenforums.com/tutorials/47415-open-command-window-here-administrator.html
[-HKEY_CLASSES_ROOT\Directory\shell\runas]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
[-HKEY_CLASSES_ROOT\Drive\shell\runas]
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.