
Signature
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
>> I bet you have Notepad specified there and not Word.
>> Simply delete the entire "Default Editor" hive or if that is the only
[quoted text clipped - 3 lines]
>
> "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" /n /dde
> Just to be clear;
> Notepad only opens when editing your signature via Advanced Editor
> and Word opens when editing an htm-file?
Correct.
> Does the key I gave you also exist in;
> -HKLM
> -HK_U\.DEFAULT
> -in the policy regkeys?
The HKLM equivalent contains
"C:\Program Files\OpenOffice.org1.0.3\program\soffice.exe" -o "%1"
However, HLKM\SOFTWARE\Microsoft\Shared\HTML\Old Default
Editor\shell\Edit\command does contain a reference to Notepad, do perhaps
that's what's cauing it.
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Default HTML
> Editor]
"C:\Program Files\OpenOffice.org1.0.3\program\soffice.exe" -o "%1"
> and
> [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML
> Editor]
"C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" /n /dde

Signature
Brian Tillman [MVP-Outlook]
Roady [MVP] - 16 May 2008 20:17 GMT
Interesting. Never came across the "Old Default Editor" key. I assume
OpenOffice is still installed?
The keys are quite conflicting with each other. You can spent quite some
time trying to find out in which order IE and Outlook look at those keys and
which one ultimately wins (the first or last one it looks at). From the look
of things; they both have a different algorithm. There must be other keys in
play as well because even when I delete all the keys I've found so far, it
still opens up an editor without spitting an error to me. In my case it
ultimately opens up Word while I would expect it to fall back to Notepad IF
it had a fallback option already. Time to fire up RegMon some time I think
;-)

Signature
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
>> Just to be clear;
>> Notepad only opens when editing your signature via Advanced Editor
[quoted text clipped - 25 lines]
>
> "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" /n /dde
Brian Tillman - 19 May 2008 19:13 GMT
> Interesting. Never came across the "Old Default Editor" key. I assume
> OpenOffice is still installed?
Yes.
> The keys are quite conflicting with each other. You can spent quite
> some time trying to find out in which order IE and Outlook look at
[quoted text clipped - 5 lines]
> Word while I would expect it to fall back to Notepad IF it had a
> fallback option already. Time to fire up RegMon some time I think ;-)
Just might do that the next time I'm looking for some entertainment.

Signature
Brian Tillman [MVP-Outlook]