Antivirus settings
Kun slutbruger-hjælpen er for tiden oversat til dansk. Hjælp til installation og administration af Zylinc-løsninger er for tiden på engelsk.
Dette emne er fortrinsvis for administratorer og/eller folk som bestyrer en Zylinc-løsning
Antivirus software can reduce server performance, due to process and file locks in the operating system. Some communication objects and some file objects can be locked during antivirus scan.
Zylinc software requires high-speed processing of real-time event information. Therefore, Zylinc recommends that you exclude the following folders and processes from antivirus scanners:

- C:\Program Files\Apache Software Foundation
- C:\Program Files\Java
- C:\Program Files\Microsoft SQL Server
- C:\Program Files\Zylinc
- C:\Program Files (x86)\Zylinc
- C:\ProgramData\Zylinc

You can get a list of the processes to exclude from antivirus scanning this way:
-
Start PowerShell
-
Make a copy of the following PowerShell code, and then right-click inside the PowerShell window. This will effectively paste and run the code in PowerShell.
Kopier#
$zyexe =Get-ChildItem -Path "C:\Program Files\" -Recurse -ErrorAction SilentlyContinue | where {$_.Extension -eq ".exe" -and ($_.FullName -like "*zylinc*" -or $_.FullName -like "*tomcat*" -or $_.FullName -like "*sqlservr*") } |select fullname
$zyexe+=Get-ChildItem -Path "C:\Program Files (x86)\" -Recurse -ErrorAction SilentlyContinue | where {$_.Extension -eq ".exe" -and ($_.FullName -like "*zylinc*" -or $_.FullName -like "*tomcat*" -or $_.FullName -like "*sqlservr*") } |select fullname
write $zyexe
#
Dette er hjælp til Zylinc version 6.5. Du kan vælge hjælp til andre versioner her.
© 2021 Zylinc A/S • Ansvarsfraskrivelse
Zylinc unified help har vundet UK Technical Communication Awards
Hjælpeversion: 24 februar 2021 15:41:38
Del denne side med andre: