Computing.Net > Forums > Web Development > Problems opening .chm file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Problems opening .chm file

Reply to Message Icon

Name: heardy
Date: March 30, 2006 at 02:11:50 Pacific
OS: winxp
CPU/Ram: 512
Comment:

Hi there,

I have a computer that cannot open a chm file that is located on a server. (it is part of a program, and you access it by clicking on the F1 for help)

If you browse to the file on the server and double click it you get the message "action cancelled unable to link to webpage etc" you can copy the file locally and open it fine. I have checked the user's permissions and they are fine, no-one else is having the problem, just this computer.


I know this is not exactly web dev, but if anyone will know you will.



Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: March 30, 2006 at 07:27:28 Pacific
Reply:

I think the problem is a result of a security update Microsoft made a while back which restricts opening certain files on the local network which could run malicious code. Here is a link to a description of the problem: http://support.microsoft.com/kb/896358

The fix is to modify your registry to relax the security for accessing files on your network. There are several examples on how to relax those settings on the page above. Many require you to know which applicatins and types of files need to be un-restricted. The following will relax restrictions for your entire internal network.

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]
"MaxAllowedZone"=dword:00000001
"EnableFrameNavigationInSafeMode"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000001

You use this at your own risk. However, this is the approach my company initially took internally and with our customers before we were able to deploy a more refined approach. Just copy and past the above into notepad and save as a .reg file, then run it.

Michael J


0

Response Number 2
Name: heardy
Date: March 31, 2006 at 01:24:44 Pacific
Reply:

Thanks for that Michael, that worked a treat!!!



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Problems opening .chm file

Help with opening kmz file www.computing.net/answers/webdevel/help-with-opening-kmz-file/2804.html

opening pfc file www.computing.net/answers/webdevel/opening-pfc-file/841.html

Can't open the HTML file! www.computing.net/answers/webdevel/cant-open-the-html-file/3149.html