WSL --install
WSL --update
WSL --list --online : Shows all Linux Distro
WSL --install Kali-linux : Installs the Distro
sudo apt update
sudo apt install clamav :for cmd line
sudo apt install clamav clamav-daemon -y :For GUI
sudo systemctl stop clamav-freshclam :Stop service before updating the definitions
sudo freshclam :Update the Virus database
sudo systemctl start clamav-freshclam : Start the service
sudo freshclam or sudo clamscan -r -i /mnt/c :/mnt/c= Windows drive
kex --win -s
WSL
WSL --uninstall :to remove WSL when finished