Experience the power of Linux within your Windows environment.
The Windows Subsystem for Linux (WSL) allows you to run a GNU/Linux environment directly on your Windows machine, without the overhead of a virtual machine. Whether you're a developer seeking a powerful toolset or a tech enthusiast exploring new horizons, WSL integrates seamlessly with your Windows OS, bringing the best of both worlds together. Dive into a world where you can enjoy the flexibility of Linux commands and applications right alongside your favorite Windows tools.
Kali & Plasma Desktop
Store
Download Kali from the Microsoft Store
Powershell
Open a powershell and install wsl
copy
wsl --install
wsl --list --verbose
#Open kali image from the windows menu
#If you encounter issues with Kali and it doesn’t give you a shell, uninstall it, update, and then install WSL.
wsl --unregister Kali-Linux #copy the name from wsl --list
wsl --update
wsl --install kali-linux
Kex Installations
After update kali, install the desktop
copy
sudo apt install kali-win-kex
#for the default desktop - or also kex --esm --wtstart
kex
#Install plasma
sudo apt install kali-desktop-kde
sudo update-alternatives --config x-session-manager
There are 3 choices for the alternative x-session-manager (providing /usr/bin/x-session-manager).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/startxfce4 50 auto mode
* 1 /usr/bin/startplasma-x11 40 manual mode
2 /usr/bin/startxfce4 50 manual mode
3 /usr/bin/xfce4-session 40 manual mode
kex --esm --wtstart
Plasma Desktop
That should open kali plasma desktop