iis里右击浏览无反应(转)

本文介绍了解决IIS中右击文件时“浏览”选项无响应的问题。通过修改注册表设置使IE成为默认浏览器,从而实现从IIS内部直接预览文件的功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

主要现象:打开IIS,右击某一个文件,“浏览”无反应。
尝试的解决方法:重新安装IIS,或者重置ie。4 i3 q$ q  @4 Q$ /
真正的解决方法:修改为IE为默认浏览器的注册表键值, 就可以在iis里面用IE浏览了, 将下面的内容保存为一个扩展名为.reg 的文件, 打开这个.reg文件! 双击注册就可以了!!

 REGEDIT4

 

[HKEY_CLASSES_ROOT/CLSID/{0002DF01-0000-0000-C000-000000000046}/LocalServer32]

@="C://Program Files//internet explorer//iexplore.exe"

 

[HKEY_CLASSES_ROOT/file/shell]

@="open"

 

[HKEY_CLASSES_ROOT/file/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_CLASSES_ROOT/ftp/shell]

@="open"

 

[HKEY_CLASSES_ROOT/ftp/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_CLASSES_ROOT/htmlfile/shell]

@="open"

 

[HKEY_CLASSES_ROOT/htmlfile/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_CLASSES_ROOT/HTTP/shell]

@="open"

 

[HKEY_CLASSES_ROOT/HTTP/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_CLASSES_ROOT/https/shell]

@="open"

 

[HKEY_CLASSES_ROOT/https/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_CLASSES_ROOT/InternetShortcut/shell]

@="open"

 

[HKEY_CLASSES_ROOT/InternetShortcut/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_CLASSES_ROOT/mhtmlfile/shell]

@="open"

 

[HKEY_CLASSES_ROOT/mhtmlfile/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/CLSID/{0002DF01-0000-0000-C000-000000000046}/LocalServer32]

@="C://Program Files//internet explorer//iexplore.exe"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/file/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/file/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/ftp/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/ftp/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/htmlfile/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/htmlfile/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/HTTP/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/HTTP/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/https/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/https/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/InternetShortcut/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/InternetShortcut/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/mhtmlfile/shell]

@="open"

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Classes/mhtmlfile/shell/open/command]

@="/"C://Program Files//internet explorer//iexplore.exe/" /"%1/""

 

[HKEY_LOCAL_MACHINE/SOFTWARE/Clients/StartMenuInternet]

@="IEXPLORE.EXE"

 

引起现象的原因:将默认浏览器设为其他第三方浏览器,在没有恢复ie为默认浏览器的情况下,就删除了第三方浏览器。

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值