how to disable microsoft defender services

Ramesh Goud 0 Reputation points
2025-12-07T10:34:19.67+00:00

How to disable the below services?

Detected running AV/ATP Service: "Microsoft Defender Core Service

Detected running AV/ATP Service: Microsoft Defender Antivirus Service

Microsoft Security | Microsoft Defender | Other

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Oldest
  1. AI answer

    2025-12-07T10:34:27.5433333+00:00

    To disable the Microsoft Defender Core Service and the Microsoft Defender Antivirus Service, you can follow these steps:

    Using Group Policy:

    1. Open the Group Policy Editor by typing gpedit.msc in the Run dialog (Win + R).
    2. Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Microsoft Defender Antivirus.
    3. Locate the policy settings for Microsoft Defender and set them to Disabled.

    Using PowerShell:

    1. Open PowerShell as an administrator.
    2. To disable the core service integration, use the following command:
         Set-MpPreference -DisableCoreServiceECSIntegration $true
      
    3. To disable telemetry, use:
         Set-MpPreference -DisableCoreServiceTelemetry $true
      

    Using the Registry:

    1. Open Regedit.exe as an administrator.
    2. Navigate to HKLM\Software\Policies\Microsoft\Windows Defender\Features.
    3. Set the values for DisableCoreServiceECSIntegration and DisableCoreServiceTelemetry to 1 (Disabled).

    Important Note:

    Disabling these services can lead to reduced protection and may make your device vulnerable to threats. It is generally recommended to only disable these services if you are using another antivirus solution that is fully compatible with your system.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more