Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Exclude Files and Folders from Windows Defender Quarantine

In today's digital world, cybersecurity is of utmost importance. One of the key components of a robust security system is an effective antivirus program. Windows Defender, the built-in antivirus solution for Windows, plays a crucial role in protecting our systems from malware and other threats. However, there may be instances when legitimate files or folders are mistakenly flagged as threats and quarantined by Windows Defender. In this article, we will explore the concept of exclusions in quarantine and how to implement them in the Windows environment.

Exclusions in quarantine allow users to specify files, folders, or processes that should be exempted from being quarantined by Windows Defender. This is particularly useful when dealing with false positives, where harmless files are incorrectly identified as threats. By excluding these files from quarantine, users can prevent them from being removed or blocked by Windows Defender.

Examples:

  1. Excluding a folder from quarantine using Windows Security:

    • Open Windows Security by clicking on the Windows Security icon in the taskbar or searching for it in the Start menu.
    • Go to "Virus & threat protection" and click on "Manage settings."
    • Scroll down to the "Exclusions" section and click on "Add or remove exclusions."
    • Click on "Add an exclusion" and choose "Folder."
    • Browse to the folder you want to exclude and click "Select Folder."
  2. Excluding a file from quarantine using PowerShell:

    • Open PowerShell with administrative privileges.
    • Use the following command to exclude a specific file from quarantine:
      Add-MpPreference -ExclusionPath "C:\path\to\file.exe"
  3. Excluding a process from quarantine using Command Prompt:

    • Open Command Prompt with administrative privileges.
    • Use the following command to exclude a specific process from quarantine:
      reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Processes" /v "process.exe" /t REG_SZ /d "C:\path\to\process.exe" /f

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.