4

On several occasion the message that your internet settings prevented one or more file from being opened pops up and I am unable to carry out the tasks further. Why is that ?

One of the instance when this message pops up is shown below. Adobe updater fails to run because of this message.

enter image description here

As I click close,update fails.

2
  • 1
    Did you happen to click the link at the bottom of the window which states "Why can't these files be opened?"
    – CharlieRB
    Commented Jan 30, 2013 at 14:26
  • 1
    @CharlieRB yeah ! It got me nothing Commented Jan 31, 2013 at 7:39

4 Answers 4

3

Found this in an article located HERE.

To resolve this problem, set the Launching applications and unsafe files setting to at least Prompt. To do this, use one of the following methods:

Method 1: Reset Internet Explorer security zone settings to their default level

To reset Internet Explorer security zone settings to their default level, follow these >steps:

Start Internet Explorer. Click Tools, and then click Internet options. Click the Security > tab. Click Reset all zones to default level, and then click OK.

Method 2: Reset Internet Explorer settings

To learn how to reset Internet Explorer settings, click the following article number to view the article in the Microsoft Knowledge Base: How to reset Internet Explorer settings

Note The steps in this article may not fully resolve the issue. For example, if the current Internet Explorer settings are being enforced by a Group Policy object (GPO), these steps may not resolve the issue. If you want further assistance in resolving the problem that is described in this article, contact Microsoft Customer Support.

1

One possible reason is for the executable to be signed with an expired certificate. (In my case it was SysInternals Process Monitor 3.3, so updating to a more recent version solved the problem.)

The folder in which the executable is located also makes a difference although I haven't figured out the logic yet.

2
  • 1
    This happened to me when I downloaded Microsoft Office from another site. I moved the executable files to another folder and voila! I think Windows 10 is somehow able to blacklist certain folder names. Commented Feb 27, 2016 at 21:35
  • @AhmadMushtaq Renaming my file instantly solved my issue. Definitely a blacklist. Commented Jul 12, 2022 at 7:41
1

The reason this happens is because NTFS has an awesome feature of Alternative Data Streams (ADS). These are special files that are typically hidden from Windows Explorer and the Command Prompt that give extra details about a file. For example, it's original location (i.e. from a flash drive, from your hard drive, from the Internet), extended file attributes, and likely some other meta data.

These streams are usually referred to with a colon between the original file, and its meta data (i.e. UpdateProgramForAdobe.exe:Meta). Nirsoft has a utility called Alternate Stream View that lets you view these streams.

0

I was getting the same error message while running an .exe and in my case it was just that the file path was too long. Renaming the folder to shorter name fixed it.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .