Share via

i cant open Window security. when i clicked ,it pop up as a blank page like this

Juthamanee Wongmuang 0 Reputation points
2026-03-02T09:22:06.6733333+00:00

User's image

Windows for home | Other | Security and privacy
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kapil Arya 37,201 Reputation points Volunteer Moderator
    2026-03-02T13:50:16.73+00:00

    You can reset Windows Security using following command in Windows PowerShell:

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

    0 comments No comments

  2. DaveM121 851.1K Reputation points Independent Advisor
    2026-03-02T10:12:15.12+00:00

    1

    Click your Start Button, then just type Powershell and on the resulting list, right click PowerShell and select 'Run as Administrator'.

    Paste this command into Powershell and press Enter:

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /f; Set-MpPreference -UILockdown 0

    When that completes, paste this command into Powershell and press Enter:

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

    When that completes, paste this command into Powershell and press Enter:

    Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"

    Close PowerShell and restart (not shut down) your PC, then check if WIndows Security can be opened successfully.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.