ive tried everything the problem still persist
"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: Most helpful
-
Anonymous
2022-09-23T16:18:09+00:00 -
Anonymous
2022-09-02T20:36:16+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
-
Anonymous
2022-08-23T06:40:33+00:00 This worked perfectly on Windows 11.
Logging in to other user accounts didn't give the error except on the main user account, but after the powershell command, it launches on the problematic.
-
Anonymous
2022-08-14T06:58:12+00:00 yes helful
-
Anonymous
2022-08-12T17:52:38+00:00 Exact same issue. I had trouble with my photoshop saying "There is a problem with the Generator" and a solution was related to windows security.
That's when I discovered I have a problem opening Windows Defender with the "You'll need a new app to open this windowsdefender link".
Same scenario as the above mentioned. Admin account on the same PC works fine, Local account have the photoshop and defender issue.
Tried running the powershell command, didn't work.
So I tried temporarily setting the local account into an admin account.
Ran the powershell command again (by the way I tried setting it to safe mode, turns out, the command doesn't run on safe mode)
and that fixed it for me. The windows defender issue at least. Still have the photoshop issue to contend with.
Cheers!