vishalkin
vishalkin

Reputation: 1235

HTML file on Right-Click-> Edit opens in MS Office

Whenever I save any file in .html format and try to edit it by Right-click -> Edit, it open in ms office.
IMAGE

Is there any way I can change it to on click of edit option open it with notepad or Dreamweaver.

Upvotes: 0

Views: 793

Answers (1)

Stephan J
Stephan J

Reputation: 36

Open Internet Explorer > Tools > Internet Options > Programs > change the HTML editor from Word to something else.

OR

Change the Default registry key under to the path of the program. HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor\shell\edit\command

E.g.

"C:\Program Files\TextPad 5\TextPad.exe" -s "%1"

Upvotes: 2

Related Questions