估计大多数人都遇到过这种情况,好好的一个CHM 文章却不能打开,错误提示为:"This page cannot be displayed"。来自MSDN 的一个Blogger Neeraj Agrawal 提供了一种通过修改注册表的解决方案。
不过前提是,造成CHM不能打开的原因是由 Windows Server Pack 而引起的CHM 默认为非许可文件。
解决方法如下:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following subkey: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/HTMLHelp/1.x/ItssRestrictions [If this registry subkey does not exist, create it]
- Right-click the ItssRestrictions subkey, point to New, and then click DWORD Value.
- Type MaxAllowedZone, and then press Enter.
- Right-click the MaxAllowedZone value, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Quit Registry Editor.