How to disable this security warning ?

Discussion in 'Windows 10' started by locarno, Oct 31, 2018.

  1. locarno

    locarno MDL Novice

    Apr 20, 2014
    41
    5
    0
  2. ForrestGump

    ForrestGump MDL Member

    Oct 19, 2018
    154
    58
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. locarno

    locarno MDL Novice

    Apr 20, 2014
    41
    5
    0
    Yeah. This is from Hex Editor. But you don't understand. Everytime I run Hex editor need to press "Run". How to run Hex editor without this warning ?
     
  4. ForrestGump

    ForrestGump MDL Member

    Oct 19, 2018
    154
    58
    10
    ok i thought this message appeared on each startup.
    which os are you running ?
    try to disable UAC and see th result.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. ForrestGump

    ForrestGump MDL Member

    Oct 19, 2018
    154
    58
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    #6 kaljukass, Oct 31, 2018
    Last edited: Oct 31, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Associations" /v "DefaultFileTypeRisk" /t REG_DWORD /d "1808" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v "SaveZoneInformation" /t REG_DWORD /d "1" /f
    
     
  8. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Get rid of shdocvw.dll
     
  9. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    #9 Super Spartan, Nov 1, 2018
    Last edited: Nov 1, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mooty221

    mooty221 MDL Novice

    Aug 11, 2016
    14
    17
    0
    # Disable Open File Warning
    Write-Host "Disabling Open File Warning"
    Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" "1806" "0"

    snippet from powershell script seems to work for me
     
  11. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Protection is there to stop the spreading of rats and trojans remotely via dll injection with uac bypass.
    So ask the developers to fix it.
    Mean time, use FlexHEX or the simpler HxD.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Yes. It is safe.