Windows Advanced Threat Protection service is not able to disable in Server 2016 from Stephen's blog

Hi Team, 

Greetings of the day! 

We have disabled Windows Defender in Server 2016 using Powershell. But in services.msc Windows Defender Advanced Threat Protection service is in running state. 

Can you please help me to resolve this issue.? 


     Blog home

The Wall

Stephen
May 8 '22
Windows defender advanced threat protection service is disabled can be solved by reinstalling windows security application. This can be done by writing Powershell in the search area, tap on Run as administrator, press the option of Yes in the User Account Control prompt to continue. Now when you are in the Powershell window, just write the command PS C:\WINDOWS\system32> Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage and tap the option of Enter to complete it. Then see if you can utilize the Windows Defender service without any errors. Now in the event that this does not work, you can re-deploy Windows apps. This will be based on installing an updated version of an app with an older version by starting elevated Powershell again. Here, in the powershell window, PS C:\WINDOWS\system32> Set-ExecutionPolicy Unrestricted PS C:\WINDOWS\system32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} write these commands, exit Powershell and see in case the error has been fix. Check https://appuals.com/...service-is-disabled/ this to find more.Windows defender advanced threat protection service is disabled can be solved by reinstalling windows security application. This can be done by writing Powershell in the search area, tap on Run as adm...See more
You need to sign in to comment

Post

By Stephen
Added Mar 23 '22

Rate

Your rate:
Total: (0 rates)

Archives