Greetings.
I have installed WSL and Ubuntu, Kali and Debian Linux. It is possible to launch Ubuntu and Kali, but not Debian, as I have tryed, with XFCE graphical environment, by a batch script file with these commands:
start /B x410.exe /desktop
ubuntu2004.exe run "if [ -z \"$(pidof xfce4-session)\" ]; then export DISPLAY=127.0.0.1:0.0; xfce4-session; pkill '(gpg|ssh)-agent'; fi;"
Can you help me with a batch scrit file to launch WSL with Gnome and/or Kde?
thanks for you attention.