Sep 02 2021 07:37 AM - edited Sep 02 2021 08:10 AM
Imagine updating your drivers on windows 11, you try to finish the update and it finishes. But then the notification appears about Windows Defender. And it says: ''*Type any random file service name.container* has been blocked from accessing to folders by unneccesary folder.'' And when you tap on it, It says that you need to search the program's name to microsoft store so it redirects you to microsoft store because Windows Defender has not been developed properly for windows 11, you cant change anything secure settings on windows defender and immediately blocks it! Did you guys experienced this kind of problem?
Sep 03 2021 11:28 AM - edited Sep 03 2021 11:35 AM
SolutionFound a fix here: https://appuals.com/windows-defender-not-working-in-latest-windows-11-preview-build-heres-how-to-fix...
From an elevated PowerShell window, run this command:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Sep 03 2021 11:43 AM
@PierreInOttawa Thank you so much for this reply! I appreciated for your reply and support on my Windows insider program post! Wish for your mind and health and body!
Feb 19 2022 02:00 PM
@PierreInOttawa Hello! I'm getting the same problem, but I can't fix it. I put in the code but it gives me an error. Reset-AppxPackage : Package was not found.
Windows cannot remove Microsoft.SecHealthUI_1000.22000.1.0_neutral__8wekyb3d8bbwe because the current user does not
have that package installed. Use Get-AppxPackage to see the list of packages installed.
At line:1 char:51
+ Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Reset-AppxPackage], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Comman
ds.ResetAppxPackageCommand.
Any ideas on how to fix it?
Feb 25 2022 09:47 AM