citizenfx / fivem-docs

FiveM documentation repository
https://docs.fivem.net/
101 stars 300 forks source link

Server Setup Guides should note to disable antivirus scanning on FXServer directories #455

Closed AvarianKnight closed 2 months ago

AvarianKnight commented 4 months ago

Windows setups should probably include a note to disable Windows Defender scanning on the FXServer directory

Could also include the following example for PowerShell Add-MpPreference -ExclusionPath 'C:\FXServer\'

This should fix some cases of players complaining about long server startups when its windows defender scanning files.