Open Registry Editor.
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService.
In the right pane, make sure Start registry DWORD is set to 3.
P.S. If you're new to registry, create a System Restore point before above steps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
So basicly i installed a virus then used the reset pc in settu=ings then now windows defender is now never working and is just showing a blank screen
Open Registry Editor.
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService.
In the right pane, make sure Start registry DWORD is set to 3.
P.S. If you're new to registry, create a System Restore point before above steps.
Hi. I'm David, and I'm happy to help you.
Do the procedure below and see if you can open Windows Security:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
If it persists, I suggest you do the procedure below:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Note: Several red warnings may appear when running this command. Ignore them. It's normal.
If the problem persists, please let me know.
Feel free to ask back any questions.
If Windows Defender is not working and shows a blank screen after you reset your PC, there are several troubleshooting steps you can take:
services.msc from the Start menu. DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
for /f "delims=" %d in ('dir "%ProgramData%\Microsoft\Windows Defender\Platform" /ad /b /o:-n') do if not defined _done "%ProgramData%\Microsoft\Windows Defender\Platform\%d\MpCmdRun.exe" -SignatureUpdate -MMPC
These steps should help you troubleshoot and resolve the issue with Windows Defender not working properly.
References: