-
Enable feature in PowerShell:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
-
Download Kali AppX File: https://aka.ms/wsl-kali-linux-new
Invoke-WebRequest -Uri https://aka.ms/wsl-kali-linux-new -OutFile Kali.appx -UseBasicParsing
-
Open PowerShell as Admin and Run:
Add-AppxPackage .\Kali.appx
-
Run
kali
. Createuser:user
. -
Set default user:
kali config --default-user root
-
Keep system up to date:
apt-get update && apt-get dist-upgrade -y apt-get install -y kali-linux-full --fix-missing
Last active
November 11, 2024 08:51
-
-
Save JavanXD/ef7deb0fb998458c13c42675a86fdba8 to your computer and use it in GitHub Desktop.
Hot To: Install Kali Linux as Windows Subsystem
Tysm <3
Thx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!