- Thread Author
- #1
Hi, my problem is that my computer does not have a windows security
I tried using these 2 commands in powershell but didnt work :
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
this is what it looks like if i open windows security
If someone knows how to fix it, I would be very grateful for help.
I tried using these 2 commands in powershell but didnt work :
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
this is what it looks like if i open windows security
If someone knows how to fix it, I would be very grateful for help.
Last edited by a moderator: