HELP!! WINDOWS DEFENDER FOLDER MISSING FROM REGISTRY

Somi 0 Reputation points
2024-07-12T04:01:40.9866667+00:00

my windows defender is not working properly, so i looked up the solution.

I found that my windows defender is missing from registry. Please help me fix it!Screenshot 2024-07-12 092049

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,837 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanhong Liu 4,890 Reputation points Microsoft Vendor
    2024-07-12T09:34:34.51+00:00

    Hello,

    Thank you for posting in Q&A forum.

    The following methods may help you solve the problem you are experiencing.

    1. In the search, type "PowerShell" When PowerShell appears, press "Run as administrator" Click "Yes" on the following prompt. Enter the following commands in the order shown.

    Set-ExecutionPolicy Unrestricted

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Set-ExecutionPolicy Restricted

    After that, try opening Windows Security Center. It should work now.

    1. Open the Command Prompt: Search for "cmd" in the Start menu, right-click "Command Prompt" and select "Run as Administrator".

    Run the System File Checker tool:

    Enter the following command and press Enter to run:

    sfc /scannow

    Wait for the scan and repair process to complete. Restart the computer: Restart the computer after completion and check if Windows Defender has returned to normal.

    I hope the information above is helpful.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments