Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > "Open With" problem

Reply
Thread Tools Display Modes

"Open With" problem

 
 
Lukan
Guest
Posts: n/a

 
      02-23-2008
I wish to add an option to open .html files with Dreamweaver, my HTML
editor. I don't want to set it as default, just have it on the
rightclick menu.

The only issue is that if I rightclick a .html, bring up the properties
/ open with dialog, I can't change or add anything. It's locked onto
Internet Explorer and that's it.

The same thing happens through control panel / default programs. I
can't change or add anything.

Am I missing something here? What's the way to workaround this?

Thanks.
 
Reply With Quote
 
 
 
 
Lukan
Guest
Posts: n/a

 
      02-23-2008
Lukan wrote:
> I wish to add an option to open .html files with Dreamweaver, my HTML
> editor. I don't want to set it as default, just have it on the
> rightclick menu.
>
> The only issue is that if I rightclick a .html, bring up the properties
> / open with dialog, I can't change or add anything. It's locked onto
> Internet Explorer and that's it.
>
> The same thing happens through control panel / default programs. I
> can't change or add anything.
>
> Am I missing something here? What's the way to workaround this?
>
> Thanks.



I found a fix for this that was recommended :

http://www.winhelponline.com/article...ows-Vista.html

This allows you to easily delete the registry entry for particular file
extensions, which I did.

"Open with Dreamweaver" then appeared on the right click menu for all my
html files, I guess it was there all the time but was being suppressed.

HOWEVER : the new default program to open is notepad, which is
ridiculous for HTML files, I need it to be IE (or even better, FF).

So I changed the default program to FF, and low and behold the
Dreamweaver option got suppressed again, and I'm back to where I started
- not being able to add an "open with dreamweaver" option to the friggin
menu.

..... I've been using Vista for a week and so far haven't had any worries
with it at all, this whole thing hasn't given me too much confidence in
the way it's been programmed though, surely what I want to do here is a
really simple thing, it would have taken about 10 seconds in Windows
95-XP........


Help requested please
 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      02-23-2008
Lukan

Try this first.

Open Internet Explorer and go to Tools/Internet Options/Programs Tab. In the
'HTML Editing' section, click the drop down menu and select Dreamweaver. If
Dreamweaver doesn't appear there, you will need to use the registry to
change the default editor.

Perform the following.

The first thing you need to do is locate and write down the path to the
Dreamweaver executable file in C:\Program Files.

Go to Start and type regedit.exe in the Search Box. In the results, right
click regedit.exe and select the "Run As Administrator" option.

In the registry editor, navigate to the following Key.

HKEY_CLASSES_ROOT\htmlfile

*Important*
*Select the "htmlfile" key. Go to File/Export, name the file html
backup.reg and save it to your Desktop. *This will be your backup file
that you can use to restore the key if something goes wrong.

Expand the htmlfile key, expand the Shell Key, expand the Edit Key.

Under the Edit Key, click the Command Key.

In the right side pane, double click the "Default" value.

In the Edit String dialog box, change the path to the location of the
Dreamweaver executable and add a space and the "%1" syntax. It should
look similar to this.

"C:\Program Files\Adobe\Dreamweaver\Dreamweaver.exe" "%1"

(Make sure that you include all of the "quotes" and spaces)

Press the F5 key to refresh and exit regedit.

You should now be able to right click a .html or .htm file and select Edit
to open the file in Dreamweaver.

If something goes wrong, go to the Desktop, right click the "html
backup.reg" file and select the Merge option to reset the htmlfile key in
the registry.

--

Ronnie Vernon
Microsoft MVP
Windows Desktop Experience


"Lukan" <> wrote in message
news:fpop9c$3ue$...
> Lukan wrote:
>> I wish to add an option to open .html files with Dreamweaver, my HTML
>> editor. I don't want to set it as default, just have it on the
>> rightclick menu.
>>
>> The only issue is that if I rightclick a .html, bring up the properties /
>> open with dialog, I can't change or add anything. It's locked onto
>> Internet Explorer and that's it.
>>
>> The same thing happens through control panel / default programs. I can't
>> change or add anything.
>>
>> Am I missing something here? What's the way to workaround this?
>>
>> Thanks.

>
>
> I found a fix for this that was recommended :
>
> http://www.winhelponline.com/article...ows-Vista.html
>
> This allows you to easily delete the registry entry for particular file
> extensions, which I did.
>
> "Open with Dreamweaver" then appeared on the right click menu for all my
> html files, I guess it was there all the time but was being suppressed.
>
> HOWEVER : the new default program to open is notepad, which is ridiculous
> for HTML files, I need it to be IE (or even better, FF).
>
> So I changed the default program to FF, and low and behold the Dreamweaver
> option got suppressed again, and I'm back to where I started - not being
> able to add an "open with dreamweaver" option to the friggin menu.
>
> .... I've been using Vista for a week and so far haven't had any worries
> with it at all, this whole thing hasn't given me too much confidence in
> the way it's been programmed though, surely what I want to do here is a
> really simple thing, it would have taken about 10 seconds in Windows
> 95-XP........
>
>
> Help requested please


 
Reply With Quote
 
Lukan
Guest
Posts: n/a

 
      02-24-2008
Thanks for the reply.

- one thing : I no longer have any .html file entry in the registry.
How do I add one?

 
Reply With Quote
 
Lukan
Guest
Posts: n/a

 
      02-24-2008
> - one thing : I no longer have any .html file entry in the registry. How
> do I add one?


Ok, disregard that, I misread your reply.

Thanks, I can now right-click and "Edit With Dreamweaver".

Only thing is that when I double click .html files they are
automatically being opened with Notepad, not IE (or FF, preferably).

How do I go about fixing that?
 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      02-24-2008
Lukan

Copy/Paste the text between the two dashed lines into Notepad. (Don't copy
the lines)
-------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.html]
"Content Type"="text/html"
"PerceivedType"="text"
@="htmlfile"

[HKEY_CLASSES_ROOT\.html\PersistentHandler]
@="{eec97550-47a9-11cf-b952-00aa0051fe20}"

-------------------------------

Save the file as HTML.reg
Right click the file and select 'Merge'.
This will reset the default file association for HTML files.

After this edit, HTML files should open in IE (or Firefox, if it is the
default browser).

--

Ronnie Vernon
Microsoft MVP
Windows Desktop Experience


"Lukan" <> wrote in message
news:fpr6dj$hhg$...
>> - one thing : I no longer have any .html file entry in the registry. How
>> do I add one?

>
> Ok, disregard that, I misread your reply.
>
> Thanks, I can now right-click and "Edit With Dreamweaver".
>
> Only thing is that when I double click .html files they are automatically
> being opened with Notepad, not IE (or FF, preferably).
>
> How do I go about fixing that?


 
Reply With Quote
 
Ramesh, MS-MVP
Guest
Posts: n/a

 
      02-25-2008
Lukan,

Adding to the advice you received from Ron, here is another option for you:

Right-click on a .html file, click "Open With..." - "Choose Default Program..."
Click "Browse.." and select the DreamWeaver executable file
Uncheck the option "Always use the selected program to open this kind of file"
Click OK.

DreamWeaver should now be listed in the Open With menu when you right-click on .html files and choose "Open With..."

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Lukan" <> wrote in message news:fpoolj$3ge$...
I wish to add an option to open .html files with Dreamweaver, my HTML
editor. I don't want to set it as default, just have it on the
rightclick menu.

The only issue is that if I rightclick a .html, bring up the properties
/ open with dialog, I can't change or add anything. It's locked onto
Internet Explorer and that's it.

The same thing happens through control panel / default programs. I
can't change or add anything.

Am I missing something here? What's the way to workaround this?

Thanks.
 
Reply With Quote
 
Lukan
Guest
Posts: n/a

 
      02-25-2008
Ramesh, MS-MVP wrote:
> Lukan,
>
> Adding to the advice you received from Ron, here is another option for you:
>
> Right-click on a .html file, click "Open With..." - "Choose Default Program..."
> Click "Browse.." and select the DreamWeaver executable file
> Uncheck the option "Always use the selected program to open this kind of file"
> Click OK.


It won't accept that. I can find the Dreamweaver executable, click
"ok", but it won't show up in the window as an option, the only ones
that are there are IE, FF and notepad.
 
Reply With Quote
 
Ramesh, MS-MVP
Guest
Posts: n/a

 
      02-25-2008
It appears that DreamWeaver registration is broken somehow. You may re-register it using OpenWithAdd:

Registering programs with the "Open With" dialog:
http://windowsxp.mvps.org/openwithadd.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Lukan" <> wrote in message news:fptjvm$vf1$...
Ramesh, MS-MVP wrote:
> Lukan,
>
> Adding to the advice you received from Ron, here is another option for you:
>
> Right-click on a .html file, click "Open With..." - "Choose Default Program..."
> Click "Browse.." and select the DreamWeaver executable file
> Uncheck the option "Always use the selected program to open this kind of file"
> Click OK.


It won't accept that. I can find the Dreamweaver executable, click
"ok", but it won't show up in the window as an option, the only ones
that are there are IE, FF and notepad.
 
Reply With Quote
 
Lukan
Guest
Posts: n/a

 
      02-25-2008
Ramesh, MS-MVP wrote:
> It appears that DreamWeaver registration is broken somehow. You may re-register it using OpenWithAdd:
>
> Registering programs with the "Open With" dialog:
> http://windowsxp.mvps.org/openwithadd.htm
>


Thanks for the reply. Before I run this, could you take a look at my
new message posted today in this forum (New Open With Problem) and tell
me if you still think it's worth running this?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open IME" & "Reconversion" option on context menu, How do I remove RHPT Windows Vista General Discussion 7 01-26-2010 06:41 PM
New "Open With" problem Lukan Windows Vista General Discussion 2 02-26-2008 03:25 AM
"Open command prompt here" and "Copy as path" Moody Marco Windows Vista Performance 10 05-04-2007 04:41 PM
Internet Explorer 7 for Windows Vista not prompting me to "Open/Run" or "Save" files Brandon Taylor Windows Vista General Discussion 2 04-01-2007 09:45 PM
Change a filetype's "edit with" independent of "open with"? frankspace Windows Vista File Management 0 06-27-2006 06:46 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59