This worked for me. Thank You!
"You'll need a new app to open this windowsdefender link" fix
Hi this post is to help people with windows 10 and 11 windows security not working
On windows 11 do this
- launch powershell as an admin
- Set-ExecutionPolicy Unrestricted
- Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Set-ExecutionPolicy restricted
IGNORE THE ERRORS
on windows 10 do this
- launch powershell as an admin}
- run get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
- if it doesn't work do this
4) run Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml" - run get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Windows for home | Windows 11 | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
98 answers
Sort by: Newest
-
Anonymous
2022-06-08T23:42:22+00:00 -
Anonymous
2022-06-08T20:56:04+00:00 This worked me. The accepted answer seems like a brute force approach so I would try this first.
-
Anonymous
2022-06-04T18:01:24+00:00 actually my "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy"
has onlyassets
prisso power shell sends path is not correct
what can i do -
Anonymous
2022-06-02T13:47:14+00:00 Same issue. Had to back everything up to cloud, create a new iso, reinstall Win 11 to fix it. Its the only way. Sorry. :(
I like Windows 11, I just want it to work.
-
Anonymous
2022-06-02T13:19:48+00:00 For anyone who, like me, was concerned that running this threw a bunch of errors because things like "Windows.BingWeather" have to be turned off, you can safely ignore them - this fix worked despite those.