Solved Disable Microsoft Edge blocking of downloads of certain file extensions (xml, ps1, reg)


AsadAlrafidain

New member
Local time
1:53 PM
Posts
11
OS
Windows 11
Hello


Untitled.png
is there a registry tweak to disable this? I'm trying to integrate the tweak into NTLite
I've searched the internet but only came up with this reg file that disable this feature for a single filetype


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptFileTypeDownloadWarnings ]
"1"="{\"file_extension\": \"exe\", \"domains\": [\"*\"]}"



the problem is that I want to disable this feature for multiple filetypes (exe, msi, ps1, xml, reg, py)...can this be done? I've tried using separaters between file extensions ( , ; | )
but it didn't work


edit: I've already disabled smartscreen from edge settings and from defender settings
 
Last edited:

My Computer

System One

  • OS
    Windows 11
It's Windows Defender smart screen blocking the files for your protection.

 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
It's Windows Defender smart screen blocking the files for your protection.

I've already disabled smartscreen from edge settings and from defender settings
 

My Computer

System One

  • OS
    Windows 11
Disabling SmartScreen is terrible idea if you enjoy secure browsing.

This is the correct reg file format:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptFileTypeDownloadWarnings]
"1"="{\"file_extension\": \"exe\", \"domains\": [\"*\"]}"
"2"="{\"file_extension\": \"reg\", \"domains\": [\"*\"]}"
"3"="{\"file_extension\": \"ps1\", \"domains\": [\"*\"]}"
"4"="{\"file_extension\": \"xml\", \"domains\": [\"*\"]}"

Depending on your Edge version, it might be the older:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings]
 

My Computer

System One

  • OS
    Windows 7
Disabling SmartScreen is terrible idea if you enjoy secure browsing.

This is the correct reg file format:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptFileTypeDownloadWarnings]
"1"="{\"file_extension\": \"exe\", \"domains\": [\"*\"]}"
"2"="{\"file_extension\": \"reg\", \"domains\": [\"*\"]}"
"3"="{\"file_extension\": \"ps1\", \"domains\": [\"*\"]}"
"4"="{\"file_extension\": \"xml\", \"domains\": [\"*\"]}"

Depending on your Edge version, it might be the older:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings]
Unfortunately, this didn't work....and tried using both "ExemptFileTypeDownloadWarnings" and "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings"........


Untitled.png
 

My Computer

System One

  • OS
    Windows 11

My Computer

System One

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 3600 & No fTPM (07/19)
    Motherboard
    MSI B450 TOMAHAWK 7C02v1E & IFX TPM (07/19)
    Memory
    4x 8GB ADATA XPG GAMMIX D10 DDR4 3200MHz CL16
    Graphics Card(s)
    MSI Radeon RX 580 ARMOR 8G OC @48FPS (08/19)
    Sound Card
    Creative Sound Blaster Z (11/16)
    Monitor(s) Displays
    24" AOC G2460VQ6 (01/19)
    Screen Resolution
    1920×1080@75Hz & FreeSync (DisplayPort)
    Hard Drives
    ADATA XPG GAMMIX S11 Pro SSD 512GB (07/19)
    PSU
    Seasonic M12II-520 80 Plus Bronze (11/16)
    Case
    Lian Li PC-7NB & 3x Noctua NF-S12A FLX@700rpm (11/16)
    Cooling
    CPU Cooler Noctua NH-U12S@700rpm (07/19)
    Keyboard
    HP Wired Desktop 320K + Rabalux 76017 Parker (01/24)
    Mouse
    Logitech M330 Silent Plus (04/23)
    Internet Speed
    400/40 Mbps via RouterOS (05/21) & TCP Optimizer
    Browser
    Edge (No FB/Google) & Brave for YouTube & LibreWolf for FB
    Antivirus
    NoAV & Binisoft WFC & NextDNS
    Other Info
    Headphones: Sennheiser RS170 (09/10)
    Phone: Samsung Galaxy Xcover 7 (02/24)
MS is intentionally trying to make life harder for users, you can just use a download manager.
I've installed it but edge still blocks the downloads and I have to do the extra step of clicking on "keep"

Untitled.png

Frankly, even if it did work it still wouldn't be a viable option for me.....I moved away from download managers long ago, and I'm trying to operate on as minimum background processes as possible
 

My Computer

System One

  • OS
    Windows 11
Disabling SmartScreen is terrible idea if you enjoy secure browsing.

This is the correct reg file format:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptFileTypeDownloadWarnings]
"1"="{\"file_extension\": \"exe\", \"domains\": [\"*\"]}"
"2"="{\"file_extension\": \"reg\", \"domains\": [\"*\"]}"
"3"="{\"file_extension\": \"ps1\", \"domains\": [\"*\"]}"
"4"="{\"file_extension\": \"xml\", \"domains\": [\"*\"]}"

Depending on your Edge version, it might be the older:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings]
I was wrong.... your method works, sir!
I don't know why it didn't work previously...maybe a system reboot was needed (which I did)
Thank you !!
 

My Computer

System One

  • OS
    Windows 11

Latest Support Threads

Back
Top Bottom