Kali Linux is a famous Linux distro. It is used for Penetration Testing and Ethical Hacking. You can install Kali Linux in window 10 as a subsystem of the window. Let’s see how you can do that!
Step 1: First run PowerShell as the administrator by pressing Windows + X and clicking on Windows PowerShell (Admin).
Step 2: Now enter the below command :
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Step 3: Now a loading bar will appear for a few seconds. Then press Y and Enter to reboot.
Step 4: Now open Microsoft Store to download Kali Linux.
Step 5:after the installation clicks on the Launch button.
Step 6:Now its begin the final installation which can take a few minutes.
Step 7: Now create Unix Username & Password.
Step 8: Okay, now it’s done. You can update Linux by below commands :
sudo apt-get update
sudo apt-get dist-upgrade
Step 1: First run PowerShell as the administrator by pressing Windows + X and clicking on Windows PowerShell (Admin).
Step 2: Now enter the below command :
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Step 3: Now a loading bar will appear for a few seconds. Then press Y and Enter to reboot.
Step 4: Now open Microsoft Store to download Kali Linux.
Step 5:after the installation clicks on the Launch button.
Step 6:Now its begin the final installation which can take a few minutes.
Step 7: Now create Unix Username & Password.
Step 8: Okay, now it’s done. You can update Linux by below commands :
sudo apt-get update
sudo apt-get dist-upgrade