WSL GUI Instalation for Kali Linux
*Old (doesn't work anymore)
1.Using wget we will download a script which will install xfce for us. Xfce is a desktop environment for our OS, basically our GUI.- wget https://kali.sh/xfce4.sh
2.Type sudo sh xfce4.sh to run the script. This will take a while to get installed. During the installation, you will be asked to select your keyboard layout. It’s pretty easy and intuitive so I didn’t even include it here.
- sudo sh xfce4.sh
*The Other Way To Install XFCE
1.First update your system.
- sudo apt update
- sudo apt upgrade
- sudo apt-get install xfce4
- sudo apt-get install xrdp
- sudo /etc/init.d/xrdp start
6.Type in the username and password.
Possible Problem
If xrdp is running on port 3389 and not on port 3390 you will get this error:Your computer could not connect to another console session on the remote computer because you already have a console session in progress.
- nano /etc/xrdp/xrdp.ini
After changing the config file xrdp has to be restarted.
- sudo /etc/init.d/xrdp restart