Jun 20 2022 10:57 AM
So I have experienced an issue with window defenders which it can't open window defenders for a few reasons. That I did attempt fixing which is
"PS C:\WINDOWS\system32> Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage"
In window Powershell with Administrator and I did try to check the window update then say "you're up to date" which is not true because I am an issue with window defender like can't open or anything that is a really major issue. So "Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage" was run then nothing happen.... so then I have to write "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}" then showing bunch error so you can see below.
Jun 22 2022 11:29 PM
SolutionJun 23 2022 04:47 PM
Jul 24 2022 04:54 AM
Jun 22 2022 11:29 PM
Solution