Open File Security Warning - Enable or Disable

Page 5 of 6 FirstFirst ... 3456 LastLast

  1. Posts : 72,043
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #40

    Pyprohly said:
    To block a file manually, from the Command Prompt,
    Code:
    (echo [ZoneTransfer]& echo ZoneId=3) > "C:\path\to\file.exe:Zone.Identifier"
    Thank you. :)
      My Computer


  2. Posts : 5
    Windows 7 Ultimate x64.
       #41

    Pyprohly said:
    To block a file manually, from the Command Prompt,
    Code:
    (echo [ZoneTransfer]& echo ZoneId=3) > "C:\path\to\file.exe:Zone.Identifier"
    Thanks, I guess thats my best bet. Was hoping for something that would take care of all the files.
      My Computer


  3. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #42

    If you can gather a list of files you wish to block, you can easily batch process them.


    Brink, that typo is still there.
    RainyDays said:
    (P.S. Theres a small typo in the original tutorial, in the "Note" of Option 2 -> 2. It says
    "the same file extensions in step 4D of OPTION TWO below"
    but it should say OPTION THREE)
      My Computer


  4. Posts : 72,043
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #43

    Pyprohly said:
    If you can gather a list of files you wish to block, you can easily batch process them.


    Brink, that typo is still there.
    RainyDays said:
    (P.S. Theres a small typo in the original tutorial, in the "Note" of Option 2 -> 2. It says
    "the same file extensions in step 4D of OPTION TWO below"
    but it should say OPTION THREE)
    Thank you. Now corrected. :)
      My Computer


  5. Posts : 2,468
    Windows 7 Ultimate x64
       #44

    Thanks for the tip, it works like a charm! It disables all those nasty and useless nagging.

    It should be noted that, contrary to what the tutorial warns, those "warnings" don't add any security or protection at all, and is (mis)feature of Windows Explorer only. Any other file manager or program won't show those dialogs.
      My Computer


  6. Posts : 4
    64-bit Windows 7 and 10 Ent, 8.1 Pro WMC
       #45

    Integrity Levels - Cause of these warnings and how to fix


    Had typed a nice thorough post and realized that my login was timed out when hitting the submit button and lost the whole thing! So, a little bit shorter version follows.

    More info can be read from this SevenForums thread by BigAlUK.

    Integrity Levels, (or also known as Mandatory Integrity Labels or IL s) are causing this security warning message we are seeing. Most recommendations are just hiding/suppressing this warning (warning isn't really helping us anyway). Let's remove what is causing the warning instead of hiding the warning.

    IE running in Protected Mode is probably running with Integrity Level of LOW. Untagged files and folders are equal to having IL set of MEDIUM. Processes CAN NOT access a file or folder of higher IE level. IE running in Protected Mode is setting a folder that it is saving into to IL level of LOW so it can save to it. Processes accessing files or folders of LOWER IL than itself prompt with a security warning.

    Set IL of a folder that got set to LOW (for example, Desktop) to MEDIUM, by running the following ICALCS (built into Windows) command from an elevated command prompt.
    Code:
    icacls Desktop /L /SetIntegrityLevel med
    To set the folder back to it's original state and remove the IL, run the following command (requires free 3rd-party util from Mark Manasi) from an elevated command prompt.
    Code:
    chml Desktop -rl
    Verify that an IL set to LOW is indeed your problem by running the following from the command prompt. If you see a "Mandatory Integrity Label" of Low, one of the two above will fix your problem and no security prompt. I use the Desktop folder as an example as that is where I have seen the issue occur in my school district, but it could happen to other folders as well (running a program with LOW IL to save a file).
    Code:
    icacls Desktop

    Posting to this thread as don't know if I've found any other solution (except BigAlUK's as mentioned above) about the issue being IL related and using ICALCS. My personal opinion is that removing the IL (using chml) is preferred and results in a much "cleaner" way of handling the issue than working around it or just masking what is going on. Am hopefully helping out a few others to understand what is actually causing this security warning and giving another couple ways to deal with it.
    Last edited by jpickerell; 15 Jul 2016 at 14:14. Reason: quick grammatical edit
      My Computer


  7. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #46

    jpickerell said:
    Had typed a nice thorough post and realized that my login was timed out when hitting the submit button and lost the whole thing!
    That’s probably happened to me at least ten times. I find that Internet Explorer is least resilient to this sort of loss. With other browsers, like Chrome, if you jump to the previous page quick enough you usually get the second change.


    Jpickerell, I believe your analysis is great, but do realise that those instructions outline a method of expelling a very specific kind of security prompt and cannot be a substitute for any of the methods described in this tutorial which deals with a very similar prompt (see images in tutorial).

    Currently, we do not yet have a tutorial that removes the type of security prompt you’ve stumbled upon. *cough* Brink *cough*
      My Computer


  8. Posts : 2
    Windows 7 Professional 32bit
       #47

    Open File Security Warning - Enable or Disable


    I'm new to this forum; please forgive any gaffes -- I'll learn as I go along.

    In a spreadsheet (Excel 2007; also Excel 2003) I have placed hyperlinks to display local PDF files (which I created) that are located on a USB drive. When I click on one of those links, I get the warning. Here's an example:
    Opening G:\ • Kaiser & Medicare Stuff\Drugs Information\Br–Levobunolol.pdf
    Some files can contain viruses or otherwise be harmful to your computer. It is important to be certain that this file is from a trustworthy source.
    Would you like to open this file?
    When I open the target file directly (for instance, by clicking on the file name in its Windows Explorer directory location) I do not get any warning: the file opens in my PDF viewing app.

    To disable the warnings, I have followed all three fix-it options p
    ublished by Brink on 21 Aug 2011 -- and all of the changes wrought by each of those approaches (including the addition of ".pdf;" in the LowRiskFileTypes list) remain in place on my computer -- yet the warning message persistently reappears every time I try to activate a hyperlink in the spreadsheet.

    Can anyone suggest what is the cause of that behavior, and what is the fix? Thank you.
      My Computer


  9. Posts : 72,043
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #48

    Hello Brian, and welcome to Seven Forums. :)

    Please go ahead and post a screenshot of the warning message to see if it may be for something else.

    Screenshots and Files - Upload and Post in Seven Forums
      My Computer


  10. Posts : 2
    Windows 7 Professional 32bit
       #49

    Open File Security Warning - Enable or Disable


    Screenshot is attached.Open File Security Warning - Enable or Disable-warning.jpg
      My Computer


 
Page 5 of 6 FirstFirst ... 3456 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:50.
Find Us