@@ -129,24 +129,31 @@ https://www.clamav.net/downloads#otherversions
129129
1301304 . First Time Set-Up of ClamAV
131131Launch Windows PowerShell console as Administrator.
132- ` cd "C:\Program Files\clamav " `
132+ ` cd "C:\Program Files\ClamAV " `
133133` copy .\conf_examples\freshclam.conf.sample .\freshclam.conf `
134134` copy .\conf_examples\clamd.conf.sample .\clamd.conf `
135- ` write.exe .\freshclam.conf ` → ; Comment or remove the line that says “ Example” .
136- ` write.exe .\clamd.conf ` → ; Comment or remove the line that says “ Example” .
135+ ` write.exe .\freshclam.conf ` → ; Comment or remove the line that says " Example" .
136+ ` write.exe .\clamd.conf ` → ; Comment or remove the line that says " Example" .
137137https://docs.clamav.net/manual/Usage/Configuration.html#windows
138138
139- 5 . Create your free IPinfo account [ approx. 1-2 min]
139+ 5 . Optimize ClamAV scan speed performance (30% faster)
140+ Open "C:\Program Files\ClamAV\clamd.conf" with your text editor and search for: "Don't scan files and directories matching regex"
141+ ` ExcludePath "\\heaps\\" `
142+ ` ExcludePath "\\handles\\" `
143+ ` ExcludePath "\\memmap\\vad-v\\" `
144+ ` ExcludePath "\\sys\\pool\\" `
145+
146+ 6 . Create your free IPinfo account [ approx. 1-2 min]
140147https://ipinfo.io/signup?ref=cli
141148Open "MemProcFS-Analyzer.ps1" with your text editor, search for "Please insert your Access Token here" and copy/paste your access token.
142149
143- 6 . Install the NuGet package provider for PowerShell
150+ 7 . Install the NuGet package provider for PowerShell
144151Check if NuGet is available in the package providers by running the following command:
145152` Get-PackageProvider -ListAvailable `
146153If NuGet is not installed on your system yet, you have to install it.
147154` Install-PackageProvider -Name NuGet -Force `
148155
149- 7 . Done! :smiley :
156+ 8 . Done! :smiley :
150157
151158Notes:
152159- Turn off your antivirus protection temporarily or better exclude your MemProcFS-Analyzer directory from scanning.
0 commit comments