Forum Discussion
Asuka_Okami
Aug 06, 2021Brass Contributor
Issue with Windows Defender on Windows 11
I cannot open any of the settings on windows defender, when i try to it tells me to look for a compatible app in the Microsoft Store. Is this a bug or some other (fixable) issue?
- Aug 07, 2021I had this problem on all machines updated from 19043.1151 to 22000.120.
This command from elevated PowerShell fixed the problem for me, try it and report the results:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
François Breton
Apr 12, 2022Copper Contributor
Jabber00
I follow the solution wrote by ak2766 on avr. 06 2022 who made an update to the post of Rebecca Harshbarger.
First: run the command below via an elevated PowerShell and next I launch another PowerShell WITHOUT elevated permission, then I executed the commands to disable the development mode.
add-appxpackage -disabledevelopmentmode -register ('<THE PATH OF YOUR MANIFEST>\WindowsApps\Microsoft.SecHealthUI_1000.22581.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml')
And after I run the Get-AppxPacakge WITH elevated permission.
I follow the solution wrote by ak2766 on avr. 06 2022 who made an update to the post of Rebecca Harshbarger.
First: run the command below via an elevated PowerShell and next I launch another PowerShell WITHOUT elevated permission, then I executed the commands to disable the development mode.
add-appxpackage -disabledevelopmentmode -register ('<THE PATH OF YOUR MANIFEST>\WindowsApps\Microsoft.SecHealthUI_1000.22581.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml')
And after I run the Get-AppxPacakge WITH elevated permission.
Jabber00
Apr 14, 2022Copper Contributor
Unfortunatelly, I already tried what in that post.
But my username is listed in the PackageUserInformation, so, as esxpected, this "workaround" doesn't apply in my case....
But my username is listed in the PackageUserInformation, so, as esxpected, this "workaround" doesn't apply in my case....