So I installed Dreamweaver 8 and help brook (gets the "internet explore cannot download / from help" error). I googled the issue and found a solution that edited the registry using the below values.
[HKEY_CLASSES_ROOT\.xml]
@=”xmlfile”
“Content Type”=”text/xml”
“PerceivedType”=”text”
[HKEY_CLASSES_ROOT\.xml\OpenWithList]
[HKEY_CLASSES_ROOT\.xml\OpenWithList\winword.exe]
@=”"
[HKEY_CLASSES_ROOT\.xml\PersistentHandler]
@=”{7E9D8D44-6926-426F-AA2B-217A819A5CCE}”
Well, this worked for the admin, but help is still broken on my standard account (and on the new one I made as a test).
The problem is that when I go to regedit under my standard account it gives different keys than the admin account (.xml content type is set to application/xml instead of text/xml. I can't change the setting when I open regedit as a standard user and when I open it as and administrator the registry shows what it should (the code above). Does anyone know how I fix this?
Thank you
Patrick
[HKEY_CLASSES_ROOT\.xml]
@=”xmlfile”
“Content Type”=”text/xml”
“PerceivedType”=”text”
[HKEY_CLASSES_ROOT\.xml\OpenWithList]
[HKEY_CLASSES_ROOT\.xml\OpenWithList\winword.exe]
@=”"
[HKEY_CLASSES_ROOT\.xml\PersistentHandler]
@=”{7E9D8D44-6926-426F-AA2B-217A819A5CCE}”
Well, this worked for the admin, but help is still broken on my standard account (and on the new one I made as a test).
The problem is that when I go to regedit under my standard account it gives different keys than the admin account (.xml content type is set to application/xml instead of text/xml. I can't change the setting when I open regedit as a standard user and when I open it as and administrator the registry shows what it should (the code above). Does anyone know how I fix this?
Thank you
Patrick