Warning The symptom is an expected and intended effect of installing the
security update. This section provides a workaround to re-enable additional
schemes for business-critical programs. This workaround may make the computer
more vulnerable to the threats that security update 896358 addresses. The
safest course is not to use this workaround. If you must use this workaround,
enable only those URL schemes that your business-critical programs
require.
Warning Serious problems might occur if you modify the registry
incorrectly by using Registry Editor or by using another method. These problems
might require that you reinstall your operating system. Microsoft cannot
guarantee that these problems can be solved. Modify the registry at your own
risk.
You can use the registry to re-enable URL schemes
that you want to use in HTML Help ActiveX control parameters. For example,
suppose you want to enable the news and mailto URL schemes for use in a See
Also control. Doing this would enable the See Also control to start newsgroups
and e-mail. The following .reg file re-enables these URL schemes.
Note You can paste the following text in a text editor such as
Notepad. Then, you can save the file that uses the .reg file name extension.
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]
"ProtocolAllowList"="news:;mailto:"
Deploying the registry keys across a domain
We recommend that you use Group Policy to deploy the settings in
the examples earlier in this article as startup scripts. You can also deploy
these settings as logon scripts. However, this method is less desirable because
of permissions constraints.
The following steps show one way to deploy
the settings in the first example as a Group Policy startup script.
- Paste the following text into a text editor such as
Notepad.
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]
"ProtocolAllowList"="news:;mailto:"
- Save the file. Name the file
AllowTrustedProtocols.reg.
- Paste the following text in a text editor such as Notepad.
REGEDIT.EXE /S AllowTrustedProtocols.reg
- Save the file. Name the file
AllowTrustedProtocols.bat.
- Import this batch file into the Group Policy object (GPO).
To do this, follow these steps:
- Copy the batch file and the .reg file to the
\\DomainName\SysVol\DomainName\Policies\GUID
of the selected GPO\Machine\Scripts\Startup folder.
- On the computer on which you want to run the GPO, click
Start, click Run, type
dsa.msc, and then click OK.
- Right-click your domain, and then click
Properties.
- Click Group Policy, and then click
New.
- Type the name that you want to use for this policy, and
then press ENTER.
- Click Edit.
- Expand Computer Configuration, expand
Windows Settings, click Scripts
(Startup/Shutdown), double-click Startup in the right
panel, and then click Add in the Startup
Properties dialog box.
- Locate and then click the
AllowTrustedProtocols.bat file.
- Click Add.
- Click OK, click Yes,
click OK, and then click OK again.