- How do I add an exception to Windows Defender Firewall?
- Update Windows Defender settings to improve performance
- Windows Defender Overview
- Add exclusions to Windows Defender
- Recommended exclusions
- Настройка исключений антивируса Microsoft Defender на Windows Server Configure Microsoft Defender Antivirus exclusions on Windows Server
- Несколько моментов, которые необходимо иметь в виду A few points to keep in mind
- Отказ от автоматических исключений Opt out of automatic exclusions
- Использование групповой политики для отключения списка автоматических исключений на Windows Server 2016 и Windows Server 2019 Use Group Policy to disable the auto-exclusions list on Windows Server 2016 and Windows Server 2019
- Чтобы отключить список автоматических исключений на Windows Server 2016 и 2019, используйте cmdlets PowerShell Use PowerShell cmdlets to disable the auto-exclusions list on Windows Server 2016 and 2019
- Использование инструкции по управлению Windows (WMI) для отключения списка автоматических исключений на Windows Server 2016 и Windows Server 2019 Use Windows Management Instruction (WMI) to disable the auto-exclusions list on Windows Server 2016 and Windows Server 2019
- Список автоматических исключений List of automatic exclusions
- Исключения по умолчанию для всех ролей Default exclusions for all roles
- Файлы Windows «temp.edb» Windows «temp.edb» files
- Файлы обновления Windows или файлы автоматического обновления Windows Update files or Automatic Update files
- Файлы безопасности Windows Windows Security files
- Файлы групповой политики Group Policy files
- WINS files WINS files
- Исключения службы репликации файлов (FRS) File Replication Service (FRS) exclusions
- Исключения для процессов Process exclusions
- Hyper-V исключений Hyper-V exclusions
- Файлы SYSVOL SYSVOL files
- Исключения Active Directory Active Directory exclusions
- Файлы баз данных NTDS NTDS database files
- Файлы журнала транзакций AD DS The AD DS transaction log files
- Рабочая папка NTDS The NTDS working folder
- Исключения процесса для файлов поддержки AD DS и AD DS Process exclusions for AD DS and AD DS-related support files
- Исключения DHCP Server DHCP Server exclusions
- Исключения DNS Server DNS Server exclusions
- Исключения файлов и папок для роли DNS Server File and folder exclusions for the DNS Server role
- Исключения процесса для роли DNS Server Process exclusions for the DNS Server role
- Исключения служб хранения и файлов File and Storage Services exclusions
- Исключения print Server Print Server exclusions
- Исключения типа файлов File type exclusions
- Исключения папок Folder exclusions
- Исключения для процессов Process exclusions
- Исключения веб-сервера Web Server exclusions
- Исключения папок Folder exclusions
- Process exclusions Process exclusions
- Отключение сканирования файлов в папке Sysvol\Sysvol или папке SYSVOL_DFSR\Sysvol Turning off scanning of files in the Sysvol\Sysvol folder or the SYSVOL_DFSR\Sysvol folder
- cлужбы Windows Server Update Services исключений Windows Server Update Services exclusions
How do I add an exception to Windows Defender Firewall?
Firewalls are a tool that your computer uses to protect you from malicious software.
They can interfere with the way your computer communicates with Rocket League. You can create an exception in the firewall. This will allow your computer to better communicate with the Rocket League.
Turn your firewall off and test a game to see if the issue still occurs:
- Follow the steps below to test your firewall:
- Press the Windows Key on your keyboard
- Type Windows Defender Firewall
- Press the Enter Key on your keyboard
- Select Turn Windows Defender Firewall on or off
- Select the Turn off Windows Defender Firewall box under Private Network Settings
- Select the Turn off Windows Defender Firewall box under Public Settings Network
- Launch Rocket League
- Play a game to see if the issue has been resolved
Turn the firewall back on:
- Close Rocket League
- Press the Windows Key on your keyboard
- Type Windows Defender Firewall
- Select Turn Windows Defender Firewall on or off
- Select the Turn on Windows Defender Firewall box under Private Network Settings
- Select the Turn on Windows Defender Firewall box under Public Settings Network
- Close the window
If the issue is resolved by disabling the firewall, you need to create an exception in Rocket League. Adding an exception to your firewall will allow Rocket League to connect to your computer.
Follow the steps below to create an exception:
- Press the Windows Key on your keyboard
- Type Windows Defender Firewall
- Press the Enter Key on your keyboard
- Select Allow apps to communicate through Windows Defender Firewall
- Scroll down until you find Rocket League
- Check all boxes named Rocket League
- Click the OK button
If you do not see Rocket League in the Allow apps to communicate through Windows Defender Firewall list, you will need to add it.
-
- Click the Allow another app… button in the Allow apps to communicate through Windows Defender Firewall window
- Click on the Browse button
- Locate Rocket League
- Epic Games Path: C:\Program Files\Epic Games\rocketleague
- Steam Path: C:\Program Files(x86)\Steam\steamapps\common\rocketleague\Binaries\Win64
- Check all boxes named Rocket League
- Click the OK button
Update Windows Defender settings to improve performance
This guide covers how to set up exclusions in your Windows Defender security settings in order to improve your build times and the overall performance speed of your Windows machine.
Windows Defender Overview
In Windows 10, version 1703 and later, the Windows Defender Antivirus app is part of Windows Security. Windows Defender aims to keep your PC safe with built-in, real-time protection against viruses, ransomware, spyware, and other security threats.
However, Windows Defender’s real-time protection will also dramatically slow file system access and build speed when developing Android apps.
During the Android build process, many files are created on your computer. With antivirus real-time scanning enabled, the build process will halt each time a new file is created while the antivirus scans that file.
Fortunately, Windows Defender has the capability to exclude files, project directories, or file types that you know to be secure from it’s antivirus scanning process.
To ensure that your computer is safe from malicious software, you should not completely disable real-time scanning or your Windows Defender antivirus software.
Add exclusions to Windows Defender
To improve your Android build speed, add exclusions in the Windows Defender Security Center by:
- Select the Windows menu Start button
- Enter Windows Security
- Select Virus and threat protection
- Select Manage settings under Virus & threat protection settings
- Scroll to the Exclusions heading and select Add or remove exclusions
- Select + Add an exclusion. You will then need to choose whether the exclusion you wish to add is a File, Folder, File type, or Process.
Recommended exclusions
The following list shows the default location of each Android Studio directory recommended to add as an exclusion from Windows Defender real-time scanning:
- Gradle cache: %USERPROFILE%\.gradle
- Android Studio projects: %USERPROFILE%\AndroidStudioProjects
- Android SDK: %USERPROFILE%\AppData\Local\Android\SDK
- Android Studio system files: %USERPROFILE%\.AndroidStudio \system
These directory locations may not apply to your project if you have not used the default locations set by Android Studio or if you have downloaded a project from GitHub (for example). Consider adding an exclusion to the directory of your current Android development project, wherever that may be located.
Additional exclusions you may want to consider include:
- Visual Studio dev environment process: devenv.exe
- Visual Studio build process: msbuild.exe
- JetBrains directory: %LOCALAPPDATA%\JetBrains\
For more information on adding antivirus scanning exclusions, including how to customize directory locations for Group Policy controlled environments, see the Antivirus Impact section of the Android Studio documentation.
Daniel Knoodle has set up a GitHub repo with recommended scripts to add Windows Defender exclusions for Visual Studio 2017.
Настройка исключений антивируса Microsoft Defender на Windows Server Configure Microsoft Defender Antivirus exclusions on Windows Server
Область применения: Applies to:
Антивирус Microsoft Defender на Windows Server 2016 и Windows Server 2019 автоматически регистрируется в определенных исключениях, определенных определенной ролью сервера. Microsoft Defender Antivirus on Windows Server 2016 and Windows Server 2019 automatically enrolls you in certain exclusions, as defined by your specified server role. Эти исключения не отображаются в стандартных списках исключений, которые отображаются в приложении Windows Security. These exclusions do not appear in the standard exclusion lists that are shown in the Windows Security app.
Автоматические исключения применяются только к проверке защиты в режиме реального времени (RTP). Automatic exclusions only apply to Real-time protection (RTP) scanning. Автоматические исключения не будут соблюдаться во время проверки full/quick или on-demand. Automatic exclusions are not honored during a Full/Quick or On-demand scan.
Помимо автоматических исключений, определенных ролью сервера, можно добавить или удалить настраиваемые исключения. In addition to server role-defined automatic exclusions, you can add or remove custom exclusions. Для этого обратитесь к этим статьям: To do that, refer to these articles:
Несколько моментов, которые необходимо иметь в виду A few points to keep in mind
Имейте в виду следующие важные моменты: Keep the following important points in mind:
- Пользовательские исключения имеют приоритет над автоматическими исключениями. Custom exclusions take precedence over automatic exclusions.
- Автоматические исключения применяются только к проверке защиты в режиме реального времени (RTP). Automatic exclusions only apply to Real-time protection (RTP) scanning. Автоматические исключения не будут соблюдаться во время проверки full/quick или on-demand. Automatic exclusions are not honored during a Full/Quick or On-demand scan.
- Настраиваемые и дублирующиеся исключения не конфликтуют с автоматическими исключениями. Custom and duplicate exclusions do not conflict with automatic exclusions.
- Антивирус Microsoft Defender использует средства обслуживания и управления изображениями развертывания (DISM) для определения ролей, установленных на компьютере. Microsoft Defender Antivirus uses the Deployment Image Servicing and Management (DISM) tools to determine which roles are installed on your computer.
Отказ от автоматических исключений Opt out of automatic exclusions
В Windows Server 2016 и Windows Server 2019 заранее заданные исключения, доставленные обновлениями разведки безопасности, исключают только пути по умолчанию для роли или функции. In Windows Server 2016 and Windows Server 2019, the predefined exclusions delivered by Security intelligence updates only exclude the default paths for a role or feature. Если вы установили роль или функцию на настраиваемом пути или хотите вручную управлять набором исключений, не забудьте отказаться от автоматических исключений, доставленных в обновлениях разведки безопасности. If you installed a role or feature in a custom path, or you want to manually control the set of exclusions, make sure to opt out of the automatic exclusions delivered in Security intelligence updates. Но помните, что автоматически доставляемые исключения оптимизированы для ролей Windows Server 2016 и 2019. But keep in mind that the exclusions that are delivered automatically are optimized for Windows Server 2016 and 2019 roles. Рекомендации по определению исключений перед определением списков исключений. See Recommendations for defining exclusions before defining your exclusion lists.
Отказ от автоматических исключений может отрицательно сказаться на производительности или привести к повреждениям данных. Opting out of automatic exclusions may adversely impact performance, or result in data corruption. Автоматически доставляемые исключения оптимизированы для ролей Windows Server 2016 и Windows Server 2019. The exclusions that are delivered automatically are optimized for Windows Server 2016 and Windows Server 2019 roles.
Так как предопределение исключений исключает только пути по умолчанию, если переместить NTDS и SYSVOL на другой диск или путь, который отличается от исходного пути, необходимо добавить исключения вручную с помощью сведений здесь . Because predefined exclusions only exclude default paths, if you move NTDS and SYSVOL to another drive or path that is different from the original path, you must add exclusions manually using the information here .
Автоматические списки исключений можно отключить с помощью групп Политик, PowerShell и WMI. You can disable the automatic exclusion lists with Group Policy, PowerShell cmdlets, and WMI.
Использование групповой политики для отключения списка автоматических исключений на Windows Server 2016 и Windows Server 2019 Use Group Policy to disable the auto-exclusions list on Windows Server 2016 and Windows Server 2019
- На компьютере управления групповой политикой откройте консоль управления групповой политикой. On your Group Policy management computer, open the Group Policy Management Console. Щелкните правой кнопкой мыши объект групповой политики, который необходимо настроить, а затем нажмите кнопку Изменить. Right-click the Group Policy Object you want to configure, and then click Edit.
- В редакторе управления групповой политикой перейдите к конфигурации компьютера и нажмите административные шаблоны. In the Group Policy Management Editor go to Computer configuration, and then click Administrative templates.
- Расширь дерево до компонентов >Антивирусного исключения Microsoft Defender >Microsoft Defender. Expand the tree to Windows components >Microsoft Defender Antivirus >Exclusions.
- Дважды щелкните Кнопку Отключение автоматических исключений и установите параметр Включено. Double-click Turn off Auto Exclusions, and set the option to Enabled. Нажмите кнопку ОК. Then click OK.
Чтобы отключить список автоматических исключений на Windows Server 2016 и 2019, используйте cmdlets PowerShell Use PowerShell cmdlets to disable the auto-exclusions list on Windows Server 2016 and 2019
Используйте следующие cmdlets: Use the following cmdlets:
Для получения дополнительных сведений ознакомьтесь с приведенными ниже ресурсами. To learn more, see the following resources:
Использование инструкции по управлению Windows (WMI) для отключения списка автоматических исключений на Windows Server 2016 и Windows Server 2019 Use Windows Management Instruction (WMI) to disable the auto-exclusions list on Windows Server 2016 and Windows Server 2019
Используйте метод Set класса MSFT_MpPreference для следующих свойств: Use the Set method of the MSFT_MpPreference class for the following properties:
Дополнительные сведения и допустимые параметры см. в следующих сведениях: See the following for more information and allowed parameters:
Список автоматических исключений List of automatic exclusions
В следующих разделах содержатся исключения, доставляемые с автоматическими путями файлов исключений и типами файлов. The following sections contain the exclusions that are delivered with automatic exclusions file paths and file types.
Исключения по умолчанию для всех ролей Default exclusions for all roles
В этом разделе перечислены исключения по умолчанию для всех ролей Windows Server 2016 и 2019. This section lists the default exclusions for all Windows Server 2016 and 2019 roles.
Расположение по умолчанию может быть иным, чем то, что указано в этой статье. The default locations could be different than what’s listed in this article.
Файлы Windows «temp.edb» Windows «temp.edb» files
- %windir%\SoftwareDistribution\Datastore\*\tmp.edb
- %ProgramData%\Microsoft\Search\Data\Applications\Windows\*\*.log
Файлы обновления Windows или файлы автоматического обновления Windows Update files or Automatic Update files
- %windir%\SoftwareDistribution\Datastore\*\Datastore.edb
- %windir%\SoftwareDistribution\Datastore\*\edb.chk
- %windir%\SoftwareDistribution\Datastore\*\edb\*.log
- %windir%\SoftwareDistribution\Datastore\*\Edb\*.jrs
- %windir%\SoftwareDistribution\Datastore\*\Res\*.log
Файлы безопасности Windows Windows Security files
- %windir%\Security\database\*.chk
- %windir%\Security\database\*.edb
- %windir%\Security\database\*.jrs
- %windir%\Security\database\*.log
- %windir%\Security\database\*.sdb
Файлы групповой политики Group Policy files
- %allusersprofile%\NTUser.pol
- %SystemRoot%\System32\GroupPolicy\Machine\registry.pol
- %SystemRoot%\System32\GroupPolicy\User\registry.pol
WINS files WINS files
- %systemroot%\System32\Wins\*\*.chk
- %systemroot%\System32\Wins\*\*.log
- %systemroot%\System32\Wins\*\*.mdb
- %systemroot%\System32\LogFiles\
- %systemroot%\SysWow64\LogFiles\
Исключения службы репликации файлов (FRS) File Replication Service (FRS) exclusions
Файлы в рабочей папке службы репликации файлов (FRS). Files in the File Replication Service (FRS) working folder. Рабочая папка FRS указана в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Working Directory The FRS working folder is specified in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Working Directory
- %windir%\Ntfrs\jet\sys\*\edb.chk
- %windir%\Ntfrs\jet\*\Ntfrs.jdb
- %windir%\Ntfrs\jet\log\*\*.log
Файлы журналов баз данных FRS. FRS Database log files. Папка файлов журнала данных FRS задана в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Ntfrs\Parameters\DB Log File Directory The FRS Database log file folder is specified in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Ntfrs\Parameters\DB Log File Directory
Папка постановок FRS. The FRS staging folder. Папка постановки указана в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Replica Sets\GUID\Replica Set Stage The staging folder is specified in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Replica Sets\GUID\Replica Set Stage
Папка preinstall FRS. The FRS preinstall folder. Эта папка указана в папке Replica_root\DO_NOT_REMOVE_NtFrs_PreInstall_Directory This folder is specified by the folder Replica_root\DO_NOT_REMOVE_NtFrs_PreInstall_Directory
База данных репликации распределенной файловой системы (DFSR) и рабочие папки. The Distributed File System Replication (DFSR) database and working folders. Эти папки указаны ключом реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DFSR\Parameters\Replication Groups\GUID\Replica Set Configuration File These folders are specified by the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DFSR\Parameters\Replication Groups\GUID\Replica Set Configuration File
- %systemdrive%\System Volume Information\DFSR\$db_normal$
- %systemdrive%\System Volume Information\DFSR\FileIDTable_*
- %systemdrive%\System Volume Information\DFSR\SimilarityTable_*
- %systemdrive%\System Volume Information\DFSR\*.XML
- %systemdrive%\System Volume Information\DFSR\$db_dirty$
- %systemdrive%\System Volume Information\DFSR\$db_clean$
- %systemdrive%\System Volume Information\DFSR\$db_lostl$
- %systemdrive%\System Volume Information\DFSR\Dfsr.db
- %systemdrive%\System Volume Information\DFSR\*.frx
- %systemdrive%\System Volume Information\DFSR\*.log
- %systemdrive%\System Volume Information\DFSR\Fsr*.jrs
- %systemdrive%\System Volume Information\DFSR\Tmp.edb
Исключения для процессов Process exclusions
- %systemroot%\System32\dfsr.exe
- %systemroot%\System32\dfsrs.exe
Hyper-V исключений Hyper-V exclusions
В следующей таблице перечислены исключения типа файлов, исключения папок и исключения процессов, которые автоматически доставляются при установке Hyper-V роли. The following table lists the file type exclusions, folder exclusions, and process exclusions that are delivered automatically when you install the Hyper-V role.
Исключения типа файлов File type exclusions | Исключения папок Folder exclusions | Process exclusions Process exclusions |
---|---|---|
*.vhd *.vhdx *.avhd *.avhdx *.vsv *.iso *.rct *.vmcx *.vmrs | %ProgramData%\Microsoft\Windows\Hyper-V %ProgramFiles%\Hyper-V %SystemDrive%\ProgramData\Microsoft\Windows\Hyper-V\Snapshots %Public%\Documents\Hyper-V\Virtual Hard Disks | %systemroot%\System32\Vmms.exe %systemroot%\System32\Vmwp.exe |
Файлы SYSVOL SYSVOL files
- %systemroot%\Sysvol\Domain\*.adm
- %systemroot%\Sysvol\Domain\*.admx
- %systemroot%\Sysvol\Domain\*.adml
- %systemroot%\Sysvol\Domain\Registry.pol
- %systemroot%\Sysvol\Domain\*.aas
- %systemroot%\Sysvol\Domain\*.inf
- %systemroot%\Sysvol\Domain\*Scripts.ini
- %systemroot%\Sysvol\Domain\*.ins
- %systemroot%\Sysvol\Domain\Oscfilter.ini
Исключения Active Directory Active Directory exclusions
В этом разделе перечислены исключения, которые доставляются автоматически при установке служб домена Active Directory. This section lists the exclusions that are delivered automatically when you install Active Directory Domain Services.
Файлы баз данных NTDS NTDS database files
Файлы базы данных указаны в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters\DSA Database File The database files are specified in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters\DSA Database File
Файлы журнала транзакций AD DS The AD DS transaction log files
Файлы журнала транзакций указаны в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters\Database Log Files Path The transaction log files are specified in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters\Database Log Files Path
- %windir%\Ntds\EDB*.log
- %windir%\Ntds\Res*.log
- %windir%\Ntds\Edb*.jrs
- %windir%\Ntds\Ntds*.pat
- %windir%\Ntds\TEMP.edb
Рабочая папка NTDS The NTDS working folder
Эта папка указана в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters\DSA Working Directory This folder is specified in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters\DSA Working Directory
Исключения процесса для файлов поддержки AD DS и AD DS Process exclusions for AD DS and AD DS-related support files
- %systemroot%\System32\ntfrs.exe
- %systemroot%\System32\lsass.exe
Исключения DHCP Server DHCP Server exclusions
В этом разделе перечислены исключения, которые доставляются автоматически при установке роли DHCP Server. This section lists the exclusions that are delivered automatically when you install the DHCP Server role. Расположения файлов DHCP Server указаны параметрами DatabasePath, DhcpLogFilePath и BackupDatabasePath в ключе реестра HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters The DHCP Server file locations are specified by the DatabasePath, DhcpLogFilePath, and BackupDatabasePath parameters in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters
- %systemroot%\System32\DHCP\*\*.mdb
- %systemroot%\System32\DHCP\*\*.pat
- %systemroot%\System32\DHCP\*\*.log
- %systemroot%\System32\DHCP\*\*.chk
- %systemroot%\System32\DHCP\*\*.edb
Исключения DNS Server DNS Server exclusions
В этом разделе перечислены исключения файлов и папок, а также исключения процессов, которые доставляются автоматически при установке роли DNS Server. This section lists the file and folder exclusions and the process exclusions that are delivered automatically when you install the DNS Server role.
Исключения файлов и папок для роли DNS Server File and folder exclusions for the DNS Server role
- %systemroot%\System32\Dns\*\*.log
- %systemroot%\System32\Dns\*\*.dns
- %systemroot%\System32\Dns\*\*.scc
- %systemroot%\System32\Dns\*\BOOT
Исключения процесса для роли DNS Server Process exclusions for the DNS Server role
Исключения служб хранения и файлов File and Storage Services exclusions
В этом разделе перечислены исключения файлов и папок, которые доставляются автоматически при установке роли Службы файлов и хранения. This section lists the file and folder exclusions that are delivered automatically when you install the File and Storage Services role. Перечисленные ниже исключения не содержат исключений для роли Кластеризация. The exclusions listed below do not include exclusions for the Clustering role.
- %SystemDrive%\ClusterStorage
- %clusterserviceaccount%\Local Settings\Temp
- %SystemDrive%\mscs
Исключения print Server Print Server exclusions
В этом разделе перечислены исключения типа файлов, исключения папок и исключения процессов, которые доставляются автоматически при установке роли Print Server. This section lists the file type exclusions, folder exclusions, and the process exclusions that are delivered automatically when you install the Print Server role.
Исключения типа файлов File type exclusions
Исключения папок Folder exclusions
Эта папка указана в ключе реестра HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\DefaultSpoolDirectory This folder is specified in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\DefaultSpoolDirectory
Исключения для процессов Process exclusions
Исключения веб-сервера Web Server exclusions
В этом разделе перечислены исключения папок и исключения процессов, которые доставляются автоматически при установке роли веб-сервера. This section lists the folder exclusions and the process exclusions that are delivered automatically when you install the Web Server role.
Исключения папок Folder exclusions
- %SystemRoot%\IIS Temporary Compressed Files
- %SystemDrive%\inetpub\temp\IIS Temporary Compressed Files
- %SystemDrive%\inetpub\temp\ASP Compiled Templates
- %systemDrive%\inetpub\logs
- %systemDrive%\inetpub\wwwroot
Process exclusions Process exclusions
- %SystemRoot%\system32\inetsrv\w3wp.exe
- %SystemRoot%\SysWOW64\inetsrv\w3wp.exe
- %SystemDrive%\PHP5433\php-cgi.exe
Отключение сканирования файлов в папке Sysvol\Sysvol или папке SYSVOL_DFSR\Sysvol Turning off scanning of files in the Sysvol\Sysvol folder or the SYSVOL_DFSR\Sysvol folder
Текущее расположение папки и всех подмостков — это цель репараса файловой системы корневого Sysvol\Sysvol SYSVOL_DFSR\Sysvol набора реплики. The current location of the Sysvol\Sysvol or SYSVOL_DFSR\Sysvol folder and all the subfolders is the file system reparse target of the replica set root. В папках по умолчанию Sysvol\Sysvol используются следующие SYSVOL_DFSR\Sysvol расположения: The Sysvol\Sysvol and SYSVOL_DFSR\Sysvol folders use the following locations by default:
Путь к активному в настоящее время ссылается на долю NETLOGON и может быть определен именем SYSVOL значения SysVol в следующем подкайке: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters The path to the currently active SYSVOL is referenced by the NETLOGON share and can be determined by the SysVol value name in the following subkey: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters
Исключите следующие файлы из этой папки и всех ее подвещений: Exclude the following files from this folder and all its subfolders:
cлужбы Windows Server Update Services исключений Windows Server Update Services exclusions
В этом разделе перечислены исключения папок, которые доставляются автоматически при установке роли cлужбы Windows Server Update Services (WSUS). This section lists the folder exclusions that are delivered automatically when you install the Windows Server Update Services (WSUS) role. Папка WSUS указана в ключе реестра HKEY_LOCAL_MACHINE\Software\Microsoft\Update Services\Server\Setup The WSUS folder is specified in the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Update Services\Server\Setup
- %systemroot%\WSUS\WSUSContent
- %systemroot%\WSUS\UpdateServicesDBFiles
- %systemroot%\SoftwareDistribution\Datastore
- %systemroot%\SoftwareDistribution\Download