WSL Windows Subsystem Linux

Started by branx86, July 14, 2026, 09:44:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

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