Thank you so much. I installed it and now works. Online I haven't found anything that work. Love u.
"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: Oldest
-
Anonymous
2023-03-02T07:59:33+00:00 -
Anonymous
2023-04-01T07:26:42+00:00 will this still work and will it be fine if I just don't turn execution policy to restricted?
-
Anonymous
2023-05-02T16:30:50+00:00 i got this error......
Reset-AppxPackage : The term 'Reset-AppxPackage' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
-
Anonymous
2023-06-09T02:10:04+00:00 It didnt work for me like I literally dont know what to do at this point
-
Anonymous
2023-08-26T04:05:48+00:00 Reset-AppxPackage : The term 'Reset-AppxPackage' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:51
- get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
-
~~~~~~~~~~~~~~~~~- CategoryInfo : ObjectNotFound: (Reset-AppxPackage:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException