以文本方式查看主题

-  ╋艺 镇╋  (http://wdystv.com/bbs/index.asp)
--  ┣◇网站建设&Web语言  (http://wdystv.com/bbs/list.asp?boardid=4)
----  用注册表任意修改IE中默认的html编辑器或查看器  (http://wdystv.com/bbs/dispbbs.asp?boardid=4&id=1302)

--  作者:admin
--  发布时间:2008/4/16 8:09:53
--  用注册表任意修改IE中默认的html编辑器或查看器

1. 设成默认的编辑器,方法如下。
a. IE中菜单:工具→Internet选项→程序→Html编辑器,如果有此项则选定。
b. 如无此项,则关闭IE,并编辑注册表(注意KZ的安装目录)
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\.htm\\OpenWithList\\KZ]

[HKEY_CLASSES_ROOT\\.htm\\OpenWithList\\KZ\\shell]

[HKEY_CLASSES_ROOT\\.htm\\OpenWithList\\KZ\\shell\\edit]

[HKEY_CLASSES_ROOT\\.htm\\OpenWithList\\KZ\\shell\\edit\\command]
@="\\"D:\\\\program files\\\\net\\\\KompoZerPortable\\\\KompoZerPortable.exe\\" \\"%1\\""

然后重启IE,按a设置。

注:导入后,windows会把上述内容拆为两处保存

 

2. 让IE右键“查看源文件”调用其他程序

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\View Source Editor]

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\View Source Editor\\Editor Name]
@="d:\\\\Program Files\\\\gvim\\\\vim71\\\\gvim.exe"

 

3. IE右键菜单新增一项

相关注册表项为HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\MenuExt,但要写脚本,不便。