admin 管理员组文章数量: 887031
2023年12月24日发(作者:js网页特效代码怎么用)
修改注册表添加信任站点及启用Activex控件
修改注册表添加信任站点及启用Activex控件
////////////////////////////////////////////////////////////////////////
//
// 添加信息站点及将指定IP添加到本地Intranet中,
// "*"=dword:00000002 表示受信任的站点区域
// "*"=dword:00000001 表示本地 Intranet 区域
//
////////////////////////////////////////////////////////////////////////
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZoneMapRanges]
@=""
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZoneMapRangesRange100]
"*"=dword:00000002
":Range"="192.168.10.121"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZoneMapRangesRange101]
"*"=dword:00000001
":Range"="192.168.10.121"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZones2]
@=""
"DisplayName"="可信站点"
"CurrentLevel"=dword:00001000
"Flags"=dword:00000043
"1004"=dword:00000000
"1201"=dword:00000000
"1402"=dword:00000000
"2201"=dword:00000000
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZones1]
@=""
"DisplayName"="本地 Intranet"
"CurrentLevel"=dword:00000000
"1001"=dword:00000000
"1004"=dword:00000000
"1201"=dword:00000000
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZones3]
@=""
"DisplayName"="Internet"
"CurrentLevel"=dword:00000000
"1001"=dword:00000000
"1004"=dword:00000000
"1201"=dword:00000000
/////////////////////////////////////////////////////////////////////////////
//
// 通过网页修改activex安全设置,添加信任站点,禁用弹出窗口阻止程序
//
/////////////////////////////////////////////////////////////////////////////
信任站点的注册表项
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZoneMapRangesRange
ActiveX的注册表项
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet
SettingsZones[0-4]
[0-4]
值 设置
------------------------------
0 我的电脑
1 本地 Intranet 区域
2 受信任的站点区域
3 Internet 区域
4 受限制的站点区域
1001 下载已签名的 ActiveX 控件
1004 下载未签名的 ActiveX 控件
1200 运行 ActiveX 控件和插件
1201 对没有标记为安全的 ActiveX 控件进行初始化和脚本运行
1405 对标记为可安全执行脚本的 ActiveX 控件执行脚本
2201 ActiveX 控件自动提示 **
弹出窗口阻止程序的注册表项
HKEY_CURRENT_USERHKCUSoftwareMicrosoftInternet ExplorerNew WindowsPopupMgr
具体脚本如下:
URL:
比如说我们要把添加到客户的受信任站点
1.运行regedit,打开注册表,首先打开下面的键值
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInte
rnet SettingsZoneMapDomains
2.在其下面新建一个项命名为""
3.在下面再新建一个项,命名为"www"
4.在www下新键一个双字节子键,命名为"*","*"表示任何协议,你还可以把
"*"替换为"http","ftp"等其它名称
5.双击刚才新建的双字节子键"*",确保基数里选择是"十六进制",在数值
数据种填写"2"
6.关闭注册表
Windows Registry Editor Version 5.00
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingszonemap]
@=""
"proxybypass"=dword:00000001
"intranetname"=dword:00000001
"uncasintranet"=dword:00000001
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
settingszonemapdomains]
@=""
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
]
注:为你要加入可信任站点里的某网站域名,去掉前面的主机头如等
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
]
注:把主机头加入进去,如中,把www加入;如果是,则上面变成 [hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
]
"http"=dword:00000002
注:加入http头进去
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
settingszonemapEscRangesrange9]
":Range"="222.222.222.222"
"http"=dword:00000002
注:如果没有域名的话,把IP地址加入信任站点,信息存储在[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
settingszonemapEscRanges下,它是以range1,依次递增。如果不知道目前排多少位,则直接加入一个比较大的数据,如示例中加入‘range9’
":Range"="222.222.222.222" 其中222.222.222.222为要加入的IP地址
"http"=dword:00000002
上面就是如何把一个网站的域名或者IP地址加入到可信任站点中
下面是介绍如何把一个信任站点的自定义级别中,关于ActiveX相关设置均改成‘启用’
===============================================================
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1001"=dword:00000000
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1004"=dword:00000000
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1200"=dword:00000000
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1201"=dword:00000000
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1206"=dword:00000000
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1405"=dword:00000000
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"1406"=dword:00000000
其中,dword的值为00000000 为‘启用’; 00000001 为‘提示’; 00000000为‘禁用’
下面是对可信站点是否启用‘对该区域中的所有站点要求服务器验证(https)(s)进行设置
==================================================================
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet settingsZones2]
"flags"=dword:00000043
其中,dword:00000043 表示启用,即勾选上
dword:00000047 表示不启用,去掉复选项里面的对勾
--------------------------------------------------------------------------------------------------------------------
*****************************************************************************
注:上面是在win2003 Server操作系统上实现!
在WinXP系统上,
把网址域名加入信任站点
[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
] 把EscDomains改为Domains
把IP地址加入注册表实现方法是这样(示例IP:000.123.456.789)
[[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
settingszonemapDomains456.789 最后两位数字
[[hkey_current_usersoftwaremicrosoftwindowscurrentversioninternet
settingszonemapDomains456.789000.123 前两位数字
"http"=dword:00000002
版权声明:本文标题:修改注册表添加信任站点及启用Activex控件 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1703421408h450632.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论