This article will tell you the 2 easiest methods to enable or disable Windows Defender in Windows 10. Follow the steps given below to turn off Windows Defender in Windows 10:
First Method:
- Click on the Windows logo in the bottom left corner of your computer screen. A start menu will pop up.
- You will see a gear-shaped icon on the lower-left side of the start menu. Click on it to open the settings of your PC.
- Click on Update & Security. You can easily find it in the bottom row.
- You will see the Windows Security option on the upper-left side of the window. Click on it to proceed further.
- Click on Virus and threat protection. A new window of Windows security will open.
- Now, click on the Manage settings button under the Virus & threat protection settings.
- Turn off the Real-time protection, and with this, you’ve successfully turned off Windows Defender on Windows 10.
Note:
- Microsoft Defender will be automatically turned on after restarting your computer.
- The scheduled scan will continue to run.
Second Method:
The first method is also easy, but it requires toggling between different settings options. Now, I will tell you a straightforward and recommended method to enable or disable Microsoft Defender on your Windows 10 computer.
- Head over to Settings → Windows Security → Virus & threat protection → Manage Settings.
- Find the Tamper Protection option and disable it.
- Now, search for Windows PowerShell in the search bar of Windows 10.
- Click on “Run as Administrator.”
-
Disabling Microsoft Defender: Paste the below code in the Windows PowerShell and hit enter.
Set-MpPreference -DisableRealtimeMonitoring $true
By just executing the above code, Microsoft Defender will be turned off.
-
Enabling Microsoft Defender: Paste the below code in the Windows PowerShell and hit enter.
Set-MpPreference -DisableRealtimeMonitoring $false
So, that’s how you can easily enable or disable Windows Defender on Windows 10.