How to add a GUI to WSL (Windows Subsystem for Linux)?

preview_player
Показать описание
Please like, subscribe, and share this video with a friend.
I work hard on my videos and I want my hard work to be paid off so if you could hit that red sub button.

Be sure to comment any questions you have or questions you want me to make into a video.

If you have any other topics regarding programming or coding, let me know and I'll answer any questions you have to the best of my ability.

Getting to 700 subscribers by the end of next week that would be wonderful so subscribe please.

Рекомендации по теме
Комментарии
Автор

1st Command: sudo apt install -y xrdp xfce4 xfce4-goodies

2nd Command(s):
sudo cp /etc/xrdp/xrdp.ini /etc/xrdp/xrdp.ini.bak
sudo sed -i 's/3389/3390/g' /etc/xrdp/xrdp.ini
sudo sed -i /etc/xrdp/xrdp.ini
sudo sed -i /etc/xrdp/xrdp.ini
echo xfce4-session > ~/.xsession

3rd Command(s):
sudo nano /etc/xrdp/startwm.sh

Then comment out the following lines by placing a # before them: test -x /etc/x11... and the next line; echo /bin/sh /etc/x11...
Now, add the following on a new line at the very end: startxfce4

Last Command: sudo /etc/init.d/xrdp start

TopicProgramming
Автор

i made the same process but i was using Debian 12 and added some tweaks to it to work

johnpauldelacruz
Автор

can you share the same but for arch linux which I am using inside WSL

omkargurme
Автор

Does this require constant internet connection?

Art_prentice