tüm HTML dosyalarını (web tarayıcınız yerine) açmak için varsayılan program olarak Not Defteri'ni ilişkilendirmek istemiyorsanız, buradaki sorun dosya ilişkilendirmesi değildir .
bunun yerine bu yöntemi tavsiye:
1. Aşağıdaki iki kayıt defteri anahtarının alt anahtarı olarak programın yürütülebilir adını (notepad.exe) girin:
[HKEY_CLASSES_ROOT\.htm\OpenWithList\notepad.exe]
[HKEY_CLASSES_ROOT\.html\OpenWithList\notepad.exe]
2. Ve buraya bir "düzenle" alt anahtarı ekleyin:
[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. Varsayılan düzenleyiciyi değiştirmek için, bu kayıt defteri anahtarındaki "Varsayılan" girdiyi tercih ettiğiniz düzenleyicinin komut satırıyla değiştirin:
[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"