Windows Defender isn’t supposed to be turned off via Group Policy when a third-party AV app is installed, as I’ve explained in this thread:
So on a home PC; we would normally assume that the Group Policy switch was thrown by malware that’s somehow managed to escalate its privilege-level to the rank of “administrator” – and we would recommend scanning with this set of malware-removal tools:
Kaspersky Virus Removal Tool:
http://support.kaspersky.com/viruses/kvrt2015
Emsisoft Emergency Kit:
http://www.emsisoft.com/en/software/eek/
Malwarebytes Anti-Malware (free version only):
https://www.malwarebytes.org/antimalware/
Eset Online Scanner:
http://www.eset.com/us/online-scanner/
Some other trusted third-party malware-removal tools are listed here:
Then turn Defender back on with this REG command: Right-click on the Start button, select Command Prompt (Admin), and then copy, paste, and run (enter) this command line:
REG DELETE "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware
As I’ve illustrated here:
Or, if you suffer from command-line phobia, then use the REG file provided here:
https://www.tenforums.com/tutorials/5918-windows-defender-turn-off-windows-10-a.html
Turn_On_Windows_Defender.reg is a trusted file, and this is all there is to it:
Windows Registry Editor Version 5.00
; Created by: Shawn Brink
; http://www.tenforums.com
; Tutorial: http://www.tenforums.com/tutorials/5918-windows-defender-turn-off-windows-10-a.html
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=-
GreginMich