win defender no there anymore lol...

Permabanned
Joined
30 Dec 2021
Posts
3,642
Location
Yorkshire
i have the windows security page but windows defender is missing, i can tell the PC to scan and i get a little pop up telling me everything is ok, but i can see or edit any other options

when i click open windows security i get this
Untitled.png


when i click that i get this
Untitled1.jpg
 
Had this the other day on a colleague's PC. Just run this in powershell and it fixes it:
Code:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage


so just to be clear because i have no idea. do i just open PowerShell them copy and paste because i got a NO!

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\Rig> Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Get-AppxPackage : Access is denied.
Access is denied.
At line:1 char:1
+ Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetApp
xPackageCommand

PS C:\Users\Rig>
 
Back
Top Bottom