Jump to content

"Windows Security Warning"


mr-es335
 Share

Recommended Posts

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
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • 11 months later...

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
Link to comment
Share on other sites

  • 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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

"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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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