使用 PowerShell 安装 Microsoft Defender 防病毒

Install-WindowsFeature -Name Windows-Defender

 

验证 Microsoft Defender 防病毒是否正在服务器上运行

Get-Service -Name windefend

 

验证防火墙保护是否打开

Get-Service -Name mpssvc

 

使用 PowerShell 打开 GUI

Windows-Defender-GUI

 

卸载 Windows Server 2016 或 Windows Server 2019 上的 Microsoft Defender 防病毒

Uninstall-WindowsFeature -Name Windows-Defender

 

 

关闭 Microsoft Defender 防病毒 GUI

Uninstall-WindowsFeature -Name Windows-Defender-GUI

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-11-02
  • 2021-09-14
  • 2022-12-23
  • 2019-12-13
猜你喜欢
  • 2022-01-05
  • 2021-11-05
  • 2021-11-02
  • 2021-12-09
  • 2021-07-09
  • 2022-01-03
  • 2021-06-15
相关资源
相似解决方案