Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
Kfc Club

Patrick Stash
banner Expire 26 October 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
1,601
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
 
Top Bottom