User Profile
tomsource
Copper Contributor
Joined Mar 13, 2022
User Widgets
Recent Discussions
Re: Windows 11 Windows Defender Issue
Thanks for your solution. It has worked for me as well as many others. Here is a way to limit its scope (and prevent tons of PowerShell messages): Get-AppxPackage -User <COMPUTERNAME\ADMINUSERNAME> -Name "Microsoft.SecHealthUI" | Foreach [...] ([...] to indicate that the Foreach bit remains as before) I had been able to reset the local admin account using the oft-described Reset-AppxPackage PowerShell one-liner. For my standard user, this did not work because the package was not registered. The adapted solution gets the missing package from the admin user and registers it to the standard user. In order for this to work, it may be necessary temporarily to upgrade the standard account to an admin account so that PowerShell (Admin) can be run under this account.31KViews0likes0Comments
Recent Blog Articles
No content to show