When you open a .CHM file over a network drive in a Windows XP/2003/Vista computer, the right pane may show the following message instead of displaying the topic/contents.

This is perfectly normal, as Microsoft Security Updates 896358 & 840315 block display of CHM file contents when opened from a network drive. And in Windows Vista, the security update is included by default. Microsoft issues workarounds (registry edits) for this problem in article KB896054. It documents the following methods to enable CHM functionality from a network drive.
- How to use UrlAllowList to enable specific URLs
- How to use the MaxAllowedZone value to enable a security zone
- How to use both UrlAllowList and the MaxAllowedZone value
- Use NestedProtocolList to enable nested protocols within a URL
Related Tip: For downloaded CHM files which are stored in the local hard drive, right-click the CHM file, and then click Properties. Click Unblock. Double-click the CHM file to view the contents.
HHReg Utility Automates the Task
HHReg (HTML Help Registration Utility) automates the steps in KB896054. It allows you register your individual .CHM files or the folders containing your .CHM files, so that it does not compromise security. HHReg works fine in Windows Vista as well.
Start HHReg and add the CHM file by clicking Add File. To add a network folder which contains CHM files, use the Add Folder button, Browse and add the UNC path.

You should now be able to view CHM contents from the network share.

The setting will be stored in the following registry keys, in a String value named UrlAllowList:
and
Additional Information
If you want to configure the MaxAllowedZone value to enable a security zone as per Example 2 in KB896054, use the General Security tab in HHReg.

Bookmark this Page!
BlinkList | del.icio.us | Digg it | Furl | reddit | Spurl | StumbleUpon |
Related Posts
- How to Open the Network Connections Folder Quickly in Windows Vista
- Add Sort Order Options to the Folder Options View Tab in Windows XP
- How to Rename the Network Icon in Vista
- Turn on or Off Thumbnail Display on Network Folders in Vista
- Zip Files Right-Click Warning – This Page Has an Unspecified Potential Security Risk
- Configure Office 2007 Applications to Save Files in 97-2003 Format by Default
- Add Word 97-2003 to the New Menu After Installing Office 2007
- Fix: Overlay Icon (With Blue Arrows) Missing for Network Folders Which Are Available Offline in Windows XP
- Outlook 2003 Not Listed in Default Programs
- Restore Network Connections Icon to the Control Panel in Windows Vista
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?

› 
What does HHReg actually do, i do not really want to run the program up everytime, would rather do the hard Reg coding once off
Thanks saved me from dispear
Nice one, thanks for bringing it up!