How can I disable the "Do you want to allow this website to open a program on your computer?" warnin
Posted
by serialhobbyist
on Server Fault
See other posts from Server Fault
or by serialhobbyist
Published on 2009-09-23T12:59:35Z
Indexed on
2010/05/18
11:51 UTC
Read the original article
Hit count: 3618
I've been playing with new URL monikers in Windows for a utility I'm working on. When I run the new URL from Start > Run, it just runs. If I send the URL to myself via Notes or enter it into the IE address bar, I get a window which says:
"Do you want to allow this website to open a program on your computer?"
Program: UrlMonikerTest1
Address: urltest://ticket?param1=42¶m2=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?
Given that the utility will only run on internal machines to which it will be deployed using SCCM and to which I can apply Group Policy, can I disable this message for this application/URL moniker alone?
The clients are currently XP. They will be Win7 at some point. We don't have to consider Vista.
© Server Fault or respective owner