Issues with Windows Defender on Windows Server 2019 Datacenter

Sasho, Masaya 0 Reputation points
2023-11-24T00:56:19.1433333+00:00

I am currently using Windows Server 2019 Datacenter and encountering issues with Windows Defender. Below are the details of my situation and the steps I have attempted to resolve this issue.

  1. Issue:
    • When I press the scan button in the 'Setting > Windows Security > Virus & threat protection > Current threat' section of my system, nothing happens.
  2. Initial Check:
    • I executed Get-Service -Name windefend using PowerShell and found that the Windows Defender Antivirus Service (windefend) is stopped, as shown below:
      
           Status   Name               DisplayName
      
           ------   ----               -----------
      
           Stopped  windefend          Windows Defender Antivirus Service
      
      
  3. Attempted Solutions:
    • I tried to start the service using Start-Service -Name windefend, but received the following error message and was unable to start the service:
      
           Start-Service : Failed to start service 'Windows Defender Antivirus Service (windefend)'.
      
           At line:1 char:1
      
           + Start-Service -Name windefend
      
           + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
               + CategoryInfo          : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
      
              ServiceCommandException
      
               + FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand
      
      
    • I also attempted to start the service directly from 'Services', but received an error message and could not initiate the service.(attached image)

I would greatly appreciate any insights into the cause of this problem and suggestions for resolution. If any additional information is required, please let me know.

Thank you for your assistance.

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-11-24T07:23:27.9333333+00:00

    Hi,

    You cannot manually start or stop the Windows Defender service。 Please check to see if there is any other antivirus running on your computer.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.