Solution
This problem can occur because the file has been blocked by your security or anti-virus software. Certain versions of Microsoft Windows will automatically block .chm files as a security measure.
If you're certain that the .chm help files come from a trusted source, follow the steps below to unblock a particular file and resolve the issue:
- Right-click on the .chm help file in Windows File Explorer and select Properties.

- At the bottom of the General Properties pane, click Unblock, then click Apply.
- If this option is not visible, the file is likely already unblocked, not marked as a downloaded from the internet, or blocked by higher-level security policies. Skip to step 3 instead.

- If the Unblock option was not visible in step 2, use the Unblock-File PowerShell command to unblock the file instead.
- From the Windows Start Menu, search for PowerShell.
- Right-click it and select Run as administrator.

-
- Enter Unblock-File -Path "<File Location>" where <File Location> is replaced with the path to your .chm file.

- Repeat the unblocking procedure for all .chm files you wish to open.