How to install Kali Linux in windows 10?

How to install Kali Linux in windows 10?

As of late Kali Linux was delivered as an application in the Microsoft Store. Through use of the Windows Subsystem for Linux (WSL) similarity layer, its now conceivable to introduce Kali in a Windows climate. WSL is an element in Windows 10 that empowers clients to run local Linux order lines apparatuses, Bash, and different devices beforehand not accessible. The element was planned fundamentally for engineers, gives Windows 10 added adaptability, and presents an elective choice to virtualization. Here is a guide on the best way to get Kali fully operational on your PC.

How to install Kali Linux in windows10

Step 1: Run powershell administrator and execute the command below:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Step 2. Download the “Kali Linux” app from the Microsoft store and launch it further.

Step 3. Create your user account during installation process.

Step 4: Run this command: cat/etc/issue to verify the environment. 

Step 5: Now locate your Kali software in windows and copy the path. Paste it as a security exception in windows defender. 

Step 6: Run the command

sudo apt-get update 

Step 7: Next, run the command

sudo apt-get dist-upgrade

Step 8: Install the desired package.

Step 9: Again, run the command

sudo apt-get clean 

Step 10: Introduce and run xfce4 and XRDP. Xfce4 is a free and open-source work area climate for Unix working frameworks. In this case it will give a visual environment to any bundles you introduce that require the utilization of a GUI.

Step 11: Now run these commands:

wget https://kali.sh/xfce4.sh

cat xfce4.sh (verification)

sudo sh xfce4.sh

Step 12: It’s time to start the remote server. Run the command

sudo /etc/init.d/xrdp start.

Step 13: To open a remote server follow the steps

Start > Run > mstsc.

Step 14: Enter your credentials and you are ready to go.

This Post Has One Comment

Leave a Reply