메모장을 기본 프로그램으로 연결하지 않으려면 여기에있는 문제는 파일 연결이 아닙니다. 열다 모든 HTML 파일 (웹 브라우저가 아닌).
대신이 방법을 권 해드립니다.
1. 아래에 표시된 두 레지스트리 키의 하위 키로 프로그램의 실행 파일 이름 (notepad.exe)을 입력하십시오.
[HKEY_CLASSES_ROOT\.htm\OpenWithList\notepad.exe]
[HKEY_CLASSES_ROOT\.html\OpenWithList\notepad.exe]
2. 여기에 '편집'하위 키를 추가하십시오.
[HKEY_CLASSES_ROOT\Applications\notepad.exe]
[HKEY_CLASSES_ROOT\Applications\notepad.exe\shell]
[HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit]
[HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command]
Default = C:\WINDOWS\notepad.exe "%1"
3. 기본 편집기를 변경하려면이 레지스트리 키의 "Default"항목을 바꾸십시오
당신이 선호하는 편집자를위한 명령 행 :
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\command]
Default = C:\WINDOWS\notepad.exe "%1"