WSL Script for run GUI - mdovqv/mdovqv GitHub Wiki
#!/bin/bash echo "[+] Installing XFCE4" #apt-get update #apt-get dist-upgrade -y --force-yes apt-get --yes --force-yes install kali-desktop-xfce xorg xrdp echo "[+] Configuring XRDP to listen on port 3390 (but not starting the service).." echo "[+] Se estiver usando WSL 2, acessar usando IP do host virtual.).." sed -i 's/port=3389/port=3390/g' /etc/xrdp/xrdp.ini