Jump to content

Recommended Posts

Posted (edited)

Good Day,

I employ the use of various .chm data files, that is, Complied HTML Help files, throughout the course of the day - four in total. Of the four, only AutoIt, displays the "Windows Security Warning" dialog.

error.png.fa0a9c3752a00e4d30846e072ae94db9.png

I have tired other .chm readers, but such tend to limit the overall effectiveness of the use of the HelpFile.

All of my efforts to correct this anomaly have failed.

Thus, is there anyone else who has had a similar issue as that I am presently experiencing, and whom has discovered a means of correcting this anomaly, I would very much appreciate knowing of this "fix".

Any assistance in this matter would be greatly appreciated!

Thank you all for your time!

Edited by mr-es335
Posted
  1. Right click on the . CHM you want to open and click on Properties.
  2. Under the General tab, check the option called Unblock.
  3. Click on Apply and OK.

I know that I know nothing

Posted

Hi.

maybe https://support.microsoft.com/en-au/office/enable-activex-controls-in-internet-explorer-04774c30-617d-4de4-a028-0fe03d68b955 ?

 

what is the result, when you do in a CMD box a ...

dir c:\path\to\my\helpfile.chm /r

is the result presenting alternate data streams in your chm file?

 

C:\Install>dir c:\install\helpfile.chm /r
 Volume in Laufwerk C: hat keine Bezeichnung.
 Volumeseriennummer: 9450-A869

 Verzeichnis von c:\install

24.11.2023  14:54         5.282.424 helpfile.chm
                                129 helpfile.chm:Zone.Identifier:$DATA
               1 Datei(en),      5.282.424 Bytes
               0 Verzeichnis(se), 105.914.585.088 Bytes frei

C:\Install>

 

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

  • 11 months later...
Posted (edited)

rudi,

regarding the link, "Yes! I have tried that and have tried anything and everything that I have been able to come across...no success!

You noted, "...is the result presenting alternate data streams in your chm file? "

My response: It would thusly, appear NOT to be the situation here!

Any other ideas?

Edited by mr-es335
Posted (edited)
  • open a administrative powershell
  • go to the folder the CHM file in question is located at, or possibly better, to the "main-product-folder" above.
get-childitem -r -file -force | Unblock-File -Confirm:$false

 

let processmonitor (google: sysinternals, process monitor) watch, what other file access actions might be involved, solve them.

Edited by rudi

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Posted

please post the resulting TEXT (not screenshot) of powershell, when submitting these lines:

PS C:\temp> $psversiontable

PS C:\temp> systeminfo | findstr "system"

PS C:\temp> get-command unblock*

 

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Posted

Looks like a broken or an old version of powershell.

Maybe try:

PS C:\> get-host

or

PS C:\> $PSVersionTable

so we can get a handle on some syntax here. What OS are you running?

Posted (edited)

rsn,

Windows 7 Pro!

The above two commands....do nothing on my system!!

I AM somewhat surprised that I appear to be the only one that has experienced this particular issue?!?

Edited by mr-es335
Posted (edited)

have you the following entry in the registy?

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

 

or better
what do you have in the next key?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x]

Edited by ioa747

I know that I know nothing

Posted (edited)

"MaxAllowedZone"=dword:00000001  is ok

https://mskb.pkisolutions.com/kb/892675

I suggest you add plus the following and try

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

and

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

ms05-026-a-vulnerability-in-html-help-could-allow-remote-code-execution

Edited by ioa747

I know that I know nothing

  • 4 weeks later...
Posted

Copy the CHM file to a *FAT32* formatted USB stick and try it from there: FAT32 doesn't support alternative streams.

I cannot recall that I ever worked with a powershell version, that had not the buildin variable $PSVersionTable.

 

What OS (32/64bit) is your windows?

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Posted

Try a different windows installation.

In case there everything is going smoothly, this installation is messed up and should be redone from scratch: There obviously a couple of thins are damaged.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...