Last active
November 4, 2021 11:19
-
-
Save mikiminoru/679fff17364a87495c842c6758d8120b to your computer and use it in GitHub Desktop.
Install Kali in WSL Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Powershell console (with Admin privs) | |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
Open Microsoft Store and type "Kali Linux". | |
Install. | |
Create new user&pw. | |
sudo apt full-upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment