Closed AvarianKnight closed 2 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\'
Add-MpPreference -ExclusionPath 'C:\FXServer\'
This should fix some cases of players complaining about long server startups when its windows defender scanning files.
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.