This steps explains how to install Windows Subsystem for Linux and enable Kali Linux in your windows machine.
🔹 Update your Windows 10 machine. Open an administrative PowerShell window and type the following comand
Enable-WindowsOptionalFeature -Onlin
⚠️ Reboot the system
🔹Once rebooted, open a command line shell and run the following commands to install the default Ubuntu environment. This will lay down the foundations for our Kali install
lxrun / install
🔹Setup and install the WSL Switcher, download a Kali base, and extract it to disk
git clone https://github.com/RoliSof
cd WSL-Distribution-Switcher
python get-prebuilt.py kalilinux/kal
python install.py rootfskalilinuxk
lxrun /setdefaultuser root
🔹Now that Kali is set up on your Windows 10 machine, you can interact with it by running the "bash" command:
bash
⚠️ Update is recommended,run the following command
export LANG =C
apt-get update
apt-get dist-upgrade
No comments:
Post a Comment
Dear visitor,
Please do not post spam. All comments will be moderated before approval.