ClamAV is a free open-source antivirus that is developed by CISCO Systems. It is designed to scan files quickly and offer real-time protection (Linux only). The antivirus has the capability to detect millions of viruses, worms, trojans, and other malware, including Microsoft Office macro viruses, mobile malware, and other threats. ClamAV is an absolutely free-to-use antivirus that you can use on your PC.

ClamAV Version 1.0 is now finally available for Windows, macOS, BSD, and Linux systems! Installing ClamAV on Windows PC is an easy process that looks complicated. To install ClamAV on a Windows PC, you need to have

A ClamAV installer or portable zip fileA source code editor like Visual Studio Code, Notepad ++, etc.

If you do not have a source code editor installed on your PC, download a program of your choice and install it on your PC. Related read: How to Install and Set Up Visual Studio on Windows

How to set up and use ClamAV on Windows PC

Here’s how you install and use ClamAV on Windows 11/10 systems. Let’s get into the details of the process to install and use ClamAV on Windows. To get started, download the ClamAV installer file or a Portable Zip file from the official website. Run the installer or extract the zip file. Whatever option you chose, the process remains the same from here on. Now, open the ClamAV installation folder in the Program files folder or the extracted ClamAV portable folder. You will see the conf_examples folder there. Open it and copy the two files you see there.

Press the back arrow in the Explorer bar to go back to ClamAV main folder. Now, paste the files into the folder. Remove the .sample from the file names by renaming them.

After renaming the files, open both files in a source code editor and remove the Example text under the line # Comment or remove the line below. You have to do the same on both files and save them.

Copy the ClamAV path from the address bar of the Explorer. Now, open Command Prompt as an administrator and type cd, and paste the ClamAV folder path. Press Enter to run the command. It will open the ClamAV folder in the Command Prompt. Type freshclam and press Enter.

It will configure ClamAV for Windows and make it ready to use and protect your Windows PC. You can use the following command to scan a file directory by replacing the file directory with the path of the file you want to scan, Remember that you need to first open the ClamAV folder on the elevated Command Prompt and then run the clamscan command for further usage. There are different options clamscan command comes with. Each option has an additional command. These are the few commands you can use along with clamscan to use ClamAV to scan and protect your PC.

–log=FILE – save the scan report to FILE–database=FILE/DIR – load virus database from FILE or load all supported db files from DIR–official-db-only[=yes/no()] – only load official signatures–max-filesize=#n – files larger than this will be skipped and assumed clean–max-scansize=#n – the maximum amount of data to scan for each container file–leave-temps[=yes/no()]– do not remove temporary files–file-list=FILE – scan files from FILE–quiet – only output error messages–bell – sound bell on virus detection–cross-fs[=yes()/no] – scan files and directories on other filesystems–move=DIRECTORY – move infected files into DIRECTORY–copy=DIRECTORY – copy infected files into DIRECTORY–bytecode-timeout=N – set bytecode timeout (in milliseconds)–heuristic-alerts[=yes()/no] – toggles heuristic alerts–alert-encrypted[=yes/no(*)] – alert on encrypted archives and documents–nocerts – disable authenticode certificate chain verification in PE files–disable-cache – disable caching and cache checks for hash sums of scanned files

To use the above commands, open the elevated Command Prompt and open the ClamAV folder. Then, type clamscan followed by the above command and press Enter. For example, if you need to save a scan report to a file, type clamscan –log=FILE and press Enter. This is how you can install and use ClamAV on your Windows PC. You can download the ClamAV installer or Portable Zip file from the ClamAV.net website. ClamAV works absolutely fine on your Windows PC and protects it. You need to run the commands and get your work done. Though the process to install and use ClamAV seems complicated, it is worth your time as the virus signatures that come with ClamAV detect any type of virus, malware, etc. Related read: Free Anti-Ransomware software for Windows computers.

How to set up and use ClamAV on Windows PC - 87How to set up and use ClamAV on Windows PC - 15