We have shown how to install Kali Linux on your system, however, sometimes we want to keep the functionality of Windows OS on the machine and use Kali Linux at the same time. This is possible by installing Kali Linux as an app from the Windows store.
First, we have to enable the Linux subsystem on Linux. To do so, follow the steps outlined below.
Run the Windows PowerShell terminal with Administrator access
Installing Kali Linux in Windows through Microsoft Store
Enter the following command to add WLS feature to windows.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
After finishing the feature installation you will face with a message to restart Windows. Type Y and press Enter button to restart the system.
Installing Kali in Windows 2
After the reboot, open the start menu and select Microsoft Store.
kali linux microsoft store
Enter Kali Linux into the search bar.
Installing Kali in Windows 4
After finding Kali Linux, click on Get button to begin the installation.
Installing Kali in Windows 5
Now, wait for the app to install.
Installing Kali in Windows 6
After finishing Kali installation, click on Launch button to run Kali Linux.
Installing Kali in Windows 7
Now you must wait for the Linux kernel to extract and install.
Installing Kali in Windows 8
After finishing the final install, a page like the below screen will appear. You will have to enter a username, password and confirm the password.
Installing Kali in Windows 9
Upon completing this step, you will be able to enter the desired commands. For example, the below command is used for updating Kali Linux.
sudo apt-get update
sudo apt-get dist-upgrade
kali linux microsoft store
Please note that only Kali’s core currently installed in this section. You can now manually install and use the tools which you will need. For example, by entering the following command, Metasploit will be installed.
apt-get install metasploit-framework
This way, you can use Kali Linux as an application on your Windows 10 system.