Windows: Security App does not open

Hi,

sometimes it happens that the Windows Security App won’t open.

The possible solutions

Reset the Appx package

PS D:\> Get-AppxPackage Microsoft.Windows.SecHealthUI | Reset-AppxPackage

Or reinstall the Appx package for the logged on user

PS D:\> Add-AppxPackage -DisableDevelopmentMode -Register ((Get-AppxPackage Microsoft.Windows.SecHealthUI).InstallLocation + '\AppxManifest.xml')

Michael

Advertisment to support michlstechblog.info

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.