How to Disable SmartScreen Using Regedit
This guide explains how to disable Microsoft Defender SmartScreen for both Microsoft Edge and system-level file downloads using the Windows Registry Editor (Regedit). Modifying these registry keys allows system administrators and advanced users to bypass SmartScreen warnings and automatic file scanning across the operating system.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnteror click OK. - If prompted by User Account Control (UAC), click Yes to grant administrative permissions.
Step 2: Disable SmartScreen for System Downloads (Explorer)
To disable SmartScreen for files downloaded across the operating system:
Navigate to the following path in the Registry Editor:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SystemCheck if the
Systemkey contains a DWORD value namedEnableSmartScreen.- If it does not exist, right-click the
Systemfolder, select New > DWORD (32-bit) Value, and name itEnableSmartScreen.
- If it does not exist, right-click the
Double-click
EnableSmartScreenand set its Value data to0.Click OK to save the changes.
Step 3: Disable SmartScreen for Microsoft Edge
To disable the built-in SmartScreen filter specifically for the Microsoft Edge browser:
Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\MicrosoftCheck if a key named
Edgeexists underMicrosoft.- If it does not exist, right-click
Microsoft, select New > Key, and name itEdge.
- If it does not exist, right-click
Select the
Edgekey.Right-click on the right pane, select New > DWORD (32-bit) Value, and name it
SmartScreenEnabled.Double-click
SmartScreenEnabledand ensure its Value data is set to0.To disable SmartScreen specifically for potentially unwanted apps and downloads in Edge, create another DWORD (32-bit) value named
SmartScreenPProtectionEnabledand set its Value data to0.Click OK.
Step 4: Apply the Changes
- Close the Registry Editor.
- Restart your computer or restart the
explorer.exeprocess via Task Manager to ensure the new registry policies take effect immediately.
How to Revert Changes
To re-enable SmartScreen in the future, navigate back to the modified
keys and delete the created DWORD values
(EnableSmartScreen, SmartScreenEnabled, and
SmartScreenPProtectionEnabled), or change their values from
0 to 1.