加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows-xp – 如何禁用“您是否希望允许此网站在您的计算机上打

发布时间:2020-12-14 00:19:46 所属栏目:Windows 来源:网络整理
导读:我一直在玩新的 URL monikers in Windows用于我正在研究的实用程序.当我从开始运行新网址时跑,它只是运行.如果我通过Notes将URL发送给自己或将其输入IE地址栏,我会得到一个窗口,上面写着: "Do you want to allow this website to open a program on your co
我一直在玩新的 URL monikers in Windows用于我正在研究的实用程序.当我从开始>运行新网址时跑,它只是运行.如果我通过Notes将URL发送给自己或将其输入IE地址栏,我会得到一个窗口,上面写着:
"Do you want to allow this website to open a program on your computer?"

Program: UrlMonikerTest1

Address:  urltest://ticket?param1=42&param2=Derf

[CheckBox] Always ask before opening this type of address

                                      [Button]  Allow  [Button]  Cancel


Allowing web content to open a program can be useful,but it can
potentially harm your computer.  Do not allow it unless you trust
the source of the content.  What's the risk?

鉴于该实用程序将仅在使用SCCM部署到的内部计算机上运行,??并且我可以应用组策略,是否可以单独为此应用程序/ URL名字对象禁用此消息?

客户端目前是XP.他们将在某些时候成为Win7.我们不必考虑Vista.

可以通过以下注册表编辑禁用此提示:
HKCU:仅影响当前用户:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerProtocolExecuteYOUR_MONIKER]
"WarnOnOpen"=dword:00000000

HKLM:影响本地机器 – 适用于32位机器

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerProtocolExecuteYOUR_MONIKER]
"WarnOnOpen"=dword:00000000

HKLM:影响整台机器 – 适用于64位机器

[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftInternet ExplorerProtocolExecuteYOUR_MONIKER]
"WarnOnOpen"=dword:00000000

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读