Windows server 2012 защитник windows отключить

In Windows Server 2012 R2 and Windows 8.1, Windows Defender Antivirus is available on Server Core installation options (without the user interface), and it is enabled by default. Windows Defender Antivirus is primarily intended for consumer and unmanaged PC scenarios.

[Solved] How to Disable Windows Defender Antivirus via Security Center, Group Policy or Registry

Sometimes, you may want to turn off Windows Defender Antivirus to perform certain tasks that it may interfere with, or you plan to install other antivirus application software. In this article, I will show you step by step for how to turn off Windows Defender Antivirus via Security Center, Group Policy or Registry.

Table of Contents

  • Turn off Windows Defender Antivirus temporarily via Windows Defender Security Center
  • Turn off Windows Defender Antivirus via Group Policy
  • Disable Windows Defender Antivirus via Registry
  • Disable Windows Defender Antivirus in Windows Vista
  • Turn Off Windows Defender Antivirus in Windows 7
  • Turn Off Windows Defender Antivirus in Windows 8 and Windows 8.1

Turn off Windows Defender Antivirus temporarily via Windows Defender Security Center

  1. Go to Start > Settings > Update & Security.
  2. Select Windows Security from the left pane and choose Open Windows Defender Security Center.
    Open Windows Defender Security Center

  3. Click on Virus & Threat Protection settings link.
  4. Click the Real-Time Protection, Cloud-Delivered Protection and Automatic Sample Submission toggle to turn off Windows Defender Antivirus.

Real-Time Protection, Cloud-Delivered Protection and Automatic Sample Submission

Turn off Windows Defender Antivirus via Group Policy

  1. Press Win + R and Type gpedit.msc, then hit Enter or OK.
  2. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus.
  3. Double click on Turn off Windows Defender Antivirus policy
  4. Select Enabled button and click OK.
  5. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus > Real-time Protection.
  6. Double click on Monitor file and program activity on your computer policy.
  7. Select Disabled button and click OK.
    Disabled Monitor file and program activity on your computer policy

  8. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus > Real-time Protection.
  9. Double click on Turn on process scanning whenever real-time protection is enabled policy.
  10. Select Disabled button and click OK.
  11. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus > Real-time Protection.
  12. Double click on Turn on behavior monitoring policy.
  13. Select Disabled button and click OK.
    Disabled Turn on behavior monitoring policy

  14. Restart computer.

Disable Windows Defender Antivirus via Registry

  1. Press Win + R and Type regedit, then hit Enter or OK.
  2. Go to HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows Defender.
  3. Right-click Windows Defender folder. You should see a drop-down menu appear.
  4. Select New > DWORD (32bit) Value.
  5. Enter DisableAntiSpyware as the file name.
  6. Double-click DisableAntiSpyware DWORD file and enter 1 for Value data then click OK.
    Set DisableAntiSpyware to 1

  7. Right-click Windows Defender folder. You should see a drop-down menu appear.
  8. Select New > Key.
  9. Enter Real-Time Protection as the folder name.
  10. Right-click Real-Time Protection folder. You should see a drop-down menu appear.
  11. Select New > DWORD (32bit) Value.
  12. Double-click DisableBehaviorMonitoring DWORD file and enter 1 for Value data then click OK.
    Set DisableBehaviorMonitoring to 1

  13. Right-click Real-Time Protection folder. You should see a drop-down menu appear.
  14. Select New > DWORD (32bit) Value.
  15. Double-click DisableOnAccessProtection DWORD file and enter 1 for Value data then click OK.
    Set DisableOnAccessProtection to 1

  16. Right-click Real-Time Protection folder. You should see a drop-down menu appear.
  17. Select New > DWORD (32bit) Value.
  18. Double-click DisableScanOnRealtimeEnable DWORD file and enter 1 for Value data then click OK.
    Set DisableScanOnRealtimeEnable to 1

  19. Restart computer.

Disable Windows Defender Antivirus in Windows Vista

  1. Run Windows Defender from Start Menu or Start Search.
  2. Click on Tools button.
    Windows Defender Tools button

  3. Click on Options link under Tools and Settings section.
  4. Uncheck below two settings:
    • Use real-time protection (recommended) under Real-time protection options
      Uncheck Use real-time protection (recommended)

    • Use Windows Defender under Administrator options
      Uncheck Use Windows Defender

  5. Click on Save button.

Turn Off Windows Defender Antivirus in Windows 7

  1. Run Windows Defender from Start Menu or Start Search.
  2. Click on Tools button.
  3. Go to Real-time protection section.
  4. Uncheck Use real-time protection (recommended).
    Uncheck Use real-time protection (recommended)

  5. Go to Administrator tab.
  6. Uncheck Use this program.
    Uncheck Use this program

  7. Click on Save button.

Turn Off Windows Defender Antivirus in Windows 8 and Windows 8.1

  1. Run Windows Defender from Start Menu or Start Search.
  2. Go to Settings tab.
  3. Go to Real-time protection section.
  4. Ucheck Turn on real-time protection (recommended).
    Uncheck Turn on real-time protection (recommended)

  5. Click on Save changes button.

  • Updated on January 14, 2025
  • Powershell, Windows Server

Why do we want to uninstall Windows Defender on Windows Server 2016/2019/2022/2025? We are installing another security product on the systems. In Windows Server, Microsoft Defender Antivirus does not automatically disable itself if you run another antivirus product. It’s not best practice to have multiple security products running on a system. That’s why we need to delete Windows Defender. This article will learn how to remove Windows Defender on Windows Server 2016/2019/2022/2025.

Table of contents

  • Windows Defender Antivirus on Windows Server
  • Check Windows Defender is running on Windows Server
  • Check Windows Defender is running on Windows Server with PowerShell
  • Uninstall Windows Defender on Windows Server
  • Verify Windows Defender is uninstalled on Windows Server
  • Conclusion

Microsoft Defender Antivirus is available in the following editions/versions of Windows Server:

  • Windows Server 2025
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server, version 1803 or later
  • Windows Server 2016
  • Windows Server 2012 R2 (Requires Microsoft Defender for Endpoint)

In some instances, Microsoft Defender Antivirus is referred to as Endpoint Protection; however, the protection engine is the same. While the functionality, configuration, and management are mostly the same for Microsoft Defender Antivirus on Windows 10 and Windows 11, there are a few key differences on Windows Server:

  • On Windows Server, automatic exclusions are applied based on your defined Server Role.
  • On Windows Server, Microsoft Defender Antivirus does not automatically disable itself if you run another antivirus product.

Check Windows Defender is running on Windows Server

Start Task Manager and go to the tab Services. Find the name WinDefend and check the status. The Windows Defender Service is currently running.

Uninstall Windows Defender on Windows Server task manager services

Check Windows Defender is running on Windows Server with PowerShell

If you want to check the Windows Defender status with PowerShell, use the Get-Service cmdlet.

Get-Service -Name WinDefend

The output appears.

Status   Name      DisplayName
------   ----      -----------
Running  WinDefend Windows Defender Service

We can see that Windows Defender is running on Windows Server. In the next step, we will remove Windows Defender on Windows Server.

Uninstall Windows Defender on Windows Server

Run PowerShell as administrator. Make use of the Uninstall-WindowsFeature cmdlet.

Note: A restart is required after uninstalling Windows Defender.

Uninstall-WindowsFeature -Name Windows-Defender

The output appears.

Success Restart Needed Exit Code      Feature Result
------- -------------- ---------      --------------
True    Yes            SuccessRest... {Windows Defender, Windows Defender Features}
WARNING: You must restart this server to finish the removal process.

Restart the system and verify that Windows Defender is NOT running.

Verify Windows Defender is uninstalled on Windows Server

Run the cmdlet to verify that Windows Defender has been successfully uninstalled.

Get-Service -Name WinDefend

The output shows that WinDefend service is not available. That’s because the Windows Defender service is not running on Windows Server.

Get-Service : Cannot find any service with service name 'WinDefend'.
At line:1 char:1
+ Get-Service -Name WinDefend
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (WinDefend:String) [Get-Service], ServiceCommandException
    + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.GetServiceCommand

Did this help you to remove Windows Defender on Windows Server?

Read more: Install Windows Server on Virtual Machine »

Conclusion

You learned how to uninstall Windows Defender on Windows Server 2016/2019/2022/2025. Do NOT uninstall Windows Defender if you don’t have another security product installed. It’s essential to have a security product running on the system. If it’s a lab environment and you are testing, you can delete Windows Defender.

Did you enjoy this article? You may also like Disable Windows Firewall with PowerShell. Don’t forget to follow us and share this article.

ALI TAJRAN is a passionate IT Architect, IT Consultant, and Microsoft MVP. He started Information Technology at a very young age, and his goal is to teach and inspire others. Read more »

Are you struggling with Windows Defender on your Windows Server? Perhaps it’s conflicting with another antivirus program, or it’s simply causing performance issues. Whatever the reason, disabling Windows Defender may be necessary to ensure the smooth operation of your system.

In this article, we’ll guide you through the process of disabling Windows Defender in Windows Server. From disabling it via Group Policy to using the Registry Editor, we’ll cover all the different methods you can use.

TryRDP

Advertisement

Method 1: Disable Windows Defender via Group Policy

The first method we’ll cover involves using Group Policy to disable Windows Defender. Follow these steps:

  1. Press the Windows key + R to open the Run dialog box.
  2. Type gpedit.msc and press Enter.
  3. In the Local Group Policy Editor, navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus.
  4. Double-click on the “Turn off Windows Defender Antivirus” policy.
  5. Select the “Enabled” option and click “Apply” and “OK“.
  6. Restart your computer to apply the changes.
Disable Windows Defender via Group Policy

Method 2: Disable Windows Defender via Registry Editor

If you’re unable to access Group Policy, you can disable Windows Defender via the Registry Editor. Here’s how:

  1. Press the Windows key + R to open the Run dialog box.
  2. Type regedit and press Enter.
  3. In the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender.
  4. Right-click on an empty space in the right-hand pane and select New > DWORD (32-bit) Value.
  5. Name the new value “DisableAntiSpyware” and set its value data to “1“.
  6. Restart your computer to apply the changes.
Disable Windows Defender via Registry Editor

Method 3: Disable Windows Defender via PowerShell

You can also use PowerShell to disable Windows Defender. Here’s how:

  1. Open PowerShell with administrative privileges.
  2. Type the following command and press Enter: Set-MpPreference -DisableRealtimeMonitoring $true
  3. Restart your computer to apply the changes.
Disable Windows Defender via PowerShell

It’s important to note that disabling Windows Defender will leave your system vulnerable to malware and other threats. If you do choose to disable it, make sure you have another antivirus program installed and running on your system.

Conclusion

In conclusion, disabling Windows Defender on your Windows Server can be done via Group Policy, Registry Editor, or PowerShell. Choose the method that works best for you, but remember to have an alternative antivirus program installed and running on your system to ensure the safety and security of your data.

FAQs

How can I disable Windows Defender on my Windows Server?

You can disable Windows Defender on your Windows Server using one of the following methods: Group Policy, Registry Editor, or PowerShell.

How do I disable Windows Defender using Group Policy?

To disable Windows Defender via Group Policy, open the Run dialog box by pressing the Windows key + R, type gpedit.msc, and press Enter. Then, navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus. Double-click on the “Turn off Windows Defender Antivirus” policy, select the “Enabled” option, and click “Apply” and “OK”. Finally, restart your computer to apply the changes.

Can I disable Windows Defender using Registry Editor?

Yes, you can disable Windows Defender using Registry Editor. Open the Run dialog box by pressing the Windows key + R, type regedit, and press Enter. Then, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender. Right-click on an empty space in the right-hand pane, select New > DWORD (32-bit) Value, name the new value “DisableAntiSpyware”, and set its value data to “1”. Finally, restart your computer to apply the changes.

How do I disable Windows Defender using PowerShell?

To disable Windows Defender via PowerShell, open PowerShell with administrative privileges and type the following command: Set-MpPreference -DisableRealtimeMonitoring $true. Finally, restart your computer to apply the changes.

Is it safe to disable Windows Defender on my Windows Server?

Disabling Windows Defender will leave your system vulnerable to malware and other threats. Therefore, if you do choose to disable it, make sure you have another antivirus program installed and running on your system to ensure the safety and security of your data.

В Windows Server 2016 и 2019 по умолчанию установлен и включен “родной” бесплатный антивирус Microsoft — Windows Defender (начиная с Windows 10 2004 используется название Microsoft Defender). В этой статье мы рассмотрим особенности настройки и управления антивирусом Windows Defender в Windows Server 2019/2016.

Содержание:

  • Графический интерфейс Windows Defender
  • Удаление антивируса Microsoft Defender в Windows Server 2019 и 2016
  • Управление Windows Defender с помощью PowerShell
  • Добавить исключения в антивирусе Windows Defender
  • Получаем статус Windows Defender с удаленных компьютеров через PowerShell
  • Обновление антивируса Windows Defender
  • Управление настройками Microsoft Defender Antivirus с помощью GPO

Графический интерфейс Windows Defender

В версиях Windows Server 2016 и 2019 (в том числе в Core редакции) уже встроен движок антивируса Windows Defender (Защитник Windows). Вы можете проверить наличие установленного компонента Windows Defender Antivirus с помощью PowerShell:

Get-WindowsFeature | Where-Object {$_. name -like "*defender*"} | ft Name,DisplayName,Installstate

проверить, что движок Microsoft Defender антивируса установлен в Windows Server

Однако в Windows Server 2016 у Windows Defender по-умолчанию нет графического интерфейса управления. Вы можете установить графическую оболочку Windows Defender в Windows Server 2016 через консоль Server Manager (Add Roles and Features -> Features -> Windows Defender Features -> компонент GUI for Windows Defender).

GUI for Windows Defender установка на Windows Server 2016

Установить графический компонент антивируса Windows Defender можно с помощью PowerShell командлета Install-WindowsFeature:

Install-WindowsFeature -Name Windows-Defender-GUI

графический интерфейс Windows-Defender

Для удаления графического консоли Defender используется командлет:
Uninstall-WindowsFeature -Name Windows-Defender-GUI

В Windows Server 2019 графический интерфейс Defender основан на APPX приложении и доступен через меню Windows Security (панель Settings -> Update and Security).

Настройка Windows Defender производится через меню “Virus and threat protection”.

Панель управления Virus and threat protection в Windows Server 2019

Если вы не можете открыть меню настроек Defender, а при запуске апплета Windows Security у вас появляется ошибка “You’ll need a new app to open this windowsdefender”, нужно перерегистрировать APPX приложение с помощью файла манифеста такой командой PowerShell:

Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"

Если APPX приложение полностью удалено, можно его восстановить вручную по аналогии с восстановлением приложения Micorosft Store.

Windows Security You’ll need a new app to open this windowsdefender

Удаление антивируса Microsoft Defender в Windows Server 2019 и 2016

В Windows 10 при установке любого стороннего антивируса (Kaspersky, McAfee, Symantec, и т.д.) встроенный антивирус Windows Defender автоматически отключается, однако в Windows Server этого не происходит. Отключать компонент встроенного антивируса нужно вручную (в большинстве случаев не рекомендуется использовать одновременно несколько разных антивирусов на одном компьютере/сервере).

Удалить компонент Windows Defender в Windows Server 2019/2016 можно из графической консоли Server Manager или такой PowerShell командой:

Uninstall-WindowsFeature -Name Windows-Defender

Не удаляйте Windows Defender, если на сервере отсутствует другой антивирус.

Установить службы Windows Defender можно командой:

Add-WindowsFeature Windows-Defender-Features,Windows-Defender-GUI

Add-WindowsFeature Windows-Defender-Features

Управление Windows Defender с помощью PowerShell

Рассмотрим типовые команды PowerShell, которые можно использовать для управления антивирусом Windows Defender.

Проверить, запущена ли служба Windows Defender Antivirus Service можно с помощью команды PowerShell Get-Service:

Get-Service WinDefend

служба WinDefend (Windows Defender Antivirus Service )

Как вы видите, служба запушена (статус –
Running
).

Текущие настройки и статус Defender можно вывести с помощью командлета:

Get-MpComputerStatus

Get-MpComputerStatus команда проверки состояния антивируса Microosft Defender

Вывод комадлета содержит версию и дату обновления антивирусных баз (AntivirusSignatureLastUpdated, AntispywareSignatureLastUpdated), включенные компоненты антвируса, время последнего сканирования (QuickScanStartTime) и т.д.

Отключить защиту в реальном времени Windows Defender (RealTimeProtectionEnabled) можно с помощью команды:

Set-MpPreference -DisableRealtimeMonitoring $true

После выполнения данной команды, антивирус не будет сканировать на лету все обрабатываемые системой файлы.

Включить защиту в реальном времени:

Set-MpPreference -DisableRealtimeMonitoring $false

Более полный список командлетов PowerShell, которые можно использовать для управления антивирусом есть в статье Управление Windows Defender с помощью PowerShell.

Добавить исключения в антивирусе Windows Defender

В антивирусе Microsoft можно задать список исключений – это имена, расширения файлов, каталоги, которые нужно исключить из автоматической проверки антивирусом Windows Defender.

Особенность Защитника в Windows Server – он автоматически генерируемый список исключений антивируса, который применяется в зависимости от установленных ролей сервера. Например, при установке роли Hyper-V в исключения антивируса добавляются файлы виртуальных и дифференциальных дисков, vhds дисков (*.vhd, *.vhdx, *.avhd), снапшоты и другие файлы виртуальных машин, каталоги и процессы Hyper-V (Vmms.exe, Vmwp.exe)

Если нужно отключить автоматические исключения Microsoft Defender, выполните команду:

Set-MpPreference -DisableAutoExclusions $true

Чтобы вручную добавить определенные каталоги в список исключения антивируса, выполните команду:

Set-MpPreference -ExclusionPath "C:\Test", "C:\VM", "C:\Nano"

Чтобы исключить антивирусную проверку определенных процессов, выполните команду:

Set-MpPreference -ExclusionProcess "vmms.exe", "Vmwp.exe"

Получаем статус Windows Defender с удаленных компьютеров через PowerShell

Вы можете удаленно опросить состояние Microsoft Defender на удаленных компьютерах с помощью PowerShell. Следующий простой скрипт при помощи командлета Get-ADComputer выберет все Windows Server хосты в домене и через WinRM (командлетом Invoke-Command) получит состояние антивируса, время последнего обновления баз и т.д.

$Report = @()
$servers= Get-ADComputer -Filter 'operatingsystem -like "*server*" -and enabled -eq "true"'| Select-Object -ExpandProperty Name
foreach ($server in $servers) {
$defenderinfo= Invoke-Command $server -ScriptBlock {Get-MpComputerStatus | Select-Object -Property Antivirusenabled,RealTimeProtectionEnabled,AntivirusSignatureLastUpdated,QuickScanAge,FullScanAge}
If ($defenderinfo) {
$objReport = [PSCustomObject]@{
User = $defenderinfo.PSComputername
Antivirusenabled = $defenderinfo.Antivirusenabled
RealTimeProtectionEnabled = $defenderinfo.RealTimeProtectionEnabled
AntivirusSignatureLastUpdated = $defenderinfo.AntivirusSignatureLastUpdated
QuickScanAge = $defenderinfo.QuickScanAge
FullScanAge = $defenderinfo.FullScanAge
}
$Report += $objReport
}
}
$Report|ft

Опрос состояния Microsoft Defender на серверах Windows Server в домене Active Directory через PowerShell

Для получения информации о срабатываниях антивируса с удаленных компьютеров можно использовать такой PowerShell скрипт:

$Report = @()
$servers= Get-ADComputer -Filter 'operatingsystem -like "*server*" -and enabled -eq "true"'| Select-Object -ExpandProperty Name
foreach ($server in $servers) {
$defenderalerts= Invoke-Command $server -ScriptBlock {Get-MpThreatDetection | Select-Object -Property DomainUser,ProcessName,InitialDetectionTime ,CleaningActionID,Resources }
If ($defenderalerts) {
foreach ($defenderalert in $defenderalerts) {
$objReport = [PSCustomObject]@{
Computer = $defenderalert.PSComputername
DomainUser = $defenderalert.DomainUser
ProcessName = $defenderalert.ProcessName
InitialDetectionTime = $defenderalert.InitialDetectionTime
CleaningActionID = $defenderalert.CleaningActionID
Resources = $defenderalert.Resources
}
$Report += $objReport
}
}
}
$Report|ft

В отчете видно имя зараженного файла, выполненное действие, пользователь и процесс-владелец.

poweshell скрипт для сбора информации об обнаруженных угрозах Windows Defender с удаленных компьютеров

Обновление антивируса Windows Defender

Антивирус Windows Defender может автоматически обновляться из Интернета с серверов Windows Update. Если в вашей внутренней сети установлен сервер WSUS, антивирус может получать обновления с него. Убедитесь, что установка обновлений одобрена на стороне WSUS сервера (в консоли WSUS обновления антивирусных баз Windows Defender, называются Definition Updates), а клиенты нацелены на нужный сервер WSUS с помощью GPO.

В некоторых случаях, после получения кривого обновления, Защитник Windows может работать некорректно. В этом случае рекомендуется сбросить текущие базы и перекачать их заново:

"%PROGRAMFILES%\Windows Defender\MPCMDRUN.exe" -RemoveDefinitions -All
"%PROGRAMFILES%\Windows Defender\MPCMDRUN.exe" –SignatureUpdate

Если на сервере нет прямого доступа в Интернет, вы можете настроить обновление Microsoft Defender из сетевой папки.

Скачайте обновления Windows Defender вручную (https://www.microsoft.com/en-us/wdsi/defenderupdates) и помесите в сетевую папку.

Укажите путь к сетевому каталогу с обновлениями в настройках Defender:
Set-MpPreference -SignatureDefinitionUpdateFileSharesSources \\fs01\Updates\Defender

Запустите обновление базы сигнатур:

Update-MpSignature -UpdateSource FileShares

Управление настройками Microsoft Defender Antivirus с помощью GPO

Вы можете управлять основными параметрами Microsoft Defender на компьютерах и серверах домена централизованно с помощью GPO. Для этого используется отдельный раздел групповых политик Computer Configurations -> Administrative Template -> Windows Component -> Windows Defender Antivirus.

В этом разделе доступно более 100 различных параметров для управления настройками Microsoft Defender.

Например, для отключения антивируса Microsoft Defender нужно включить параметр GPO Turn off Windows Defender Antivirus.

Групповые политики для управления антвирусом Microsoft Defender

Более подробно о доступных параметрах групповых политик Defender можно посмотреть здесь https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/use-group-policy-microsoft-defender-antivirus

Централизованное управление Windows Defender доступно через Advanced Threat Protection доступно через портал “Azure Security Center” (ASC) при наличии подписки (около 15$ за сервер в месяц).

Windows Defender is a free antivirus program that comes pre-installed by Microsoft on Windows 2019,2022 to protect your computer from attacks by viruses, rootkits, spyware (spyware), and other types of malicious code. .

Windows Defender is rated as one of the reliable antivirus software. Windows Defender runs in the background on the computer, but it will automatically disable it if it detects that any other security software is installed on the computer.

For some reason, you need to disable Windows Defender completely on Windows 2019, 2022? There are several ways to disable Windows Defender on Windows 2019, 2022. On Windows 2019, 2022 version, Windows Defender has been renamed to Windows Security, in this article we will, guide you to disable Windows Defender (Windows Security)

1. Disable Windows Defender ( Windows Security ) use Local Group Policy

Step 1: Use the keyboard shortcut Windows + R to open the Run dialog box, then type “gpedit.msc” into the box and press Enter.

Step 2: The Group Policy dialog box appears, continue to access the link below.

Local Computer Policy => Computer Configuration => Administrative Templates => Windows Components => Windows Defender Antivirus

In the Turn off Windows Defender policy setting, click Enabled. This policy setting will disable Windows Defender. Click OK and close the Group Policy Management console.

2. Turn off Windows Defender ( Windows Security ) use Windows Registry

Step 1: Use the keyboard shortcut Windows + R to open the Run dialog box, then type “regedit” in the box and press Enter.

Step 2: The Registry Editor dialog box appears, continue to access the path below.

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows Defender

Step 3: After accessing the path as the step above, you will see an item called “DisableAntiSpyware” in the right pane.

Step 4: Double-click the left mouse button on “DisableAntiSpyware” to open it and reset the value to “1”, then click Apply and click OK to confirm the setting.

Restart your computer to complete the process.

In case if you want to reactivate Windows Defender, follow the same steps, set the value in the Value Data frame from 1 to 0, restart your computer to apply the changes.

3. Temporarily Disable Windows Defender ( Windows Security ) Use the Settings

Type Windows Security in the search box (near the start button) to open Windows Security

Then select the Virus & threat protection tab – scroll down to Virus & thereat protection settings – select Manager settings.

  • Turn the Real-time protection option status to OFF.

Note: When you proceed to restart (restart the VPS) Real-time protection system will automatically be re-enabled

Conclusion

Through this article, we have guided you how to disable Windows Defender (Security) on windows server 2019, 2022.

Hopefully this article will be useful for you. Good luck !

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Текст лицензии на windows
  • Api ms win core libraryloader l1 2 0 dll отсутствует как исправить windows 7 x64
  • Aero snap для windows xp
  • Что делать если компьютер пишет автоматическое восстановление компьютер запущен некорректно windows
  • Стандартные открытые порты windows