Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Reinstall Windows Security (Windows Powershell Admin)

1st Command *Set-ExecutionPolicy Unrestricted*


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

Reset Windows Store Certification


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

You might also like