Remote Desktop Windows 10 Setup



NOTE: The host system refers to the computer on the Texas State network that you are trying to access.If you need to connect from off campus, first log into TXST VPN. On the host system, click the Search Windows icon, right-click This PC, then click Properties.; Click Remote settings.; Click the checkbox next to Allow connections only from computers running Remote Desktop with Network Level. How to open Remote Desktop Connection (RDC) in Windows. If you are using Windows 10, you can launch the Remote Desktop Connection client from the Start Menu. Open the Start Menu and scroll through the apps list until you find the folder called Windows Accessories. In it, click or tap on the Remote Desktop Connection to open it.

So you want to Install WSL2 and Setup a graphical user interface (GUI) with Ubuntu 20.04 using WSL 2 on a Windows 10 computer. I learned how to setup WSL2 with a GUI from David Bombals video, and Robin Kretzschmar

Remote

Sep 02, 2020 After verifying that you are running Windows 10 Pro or Windows 10 Enterprise, go to the search box and enter in ‘Settings’, then select it from the list of results. In Settings, enter ‘Remote Desktop’ and select Remote desktop settings. In Enable Remote Desktop, make sure the feature is turned on. Select Confirm to turn on Remote Desktop. Nov 19, 2020 Enable Remote Desktop on Windows 10 Press Win+X then select Settings to open Windows Settings. Select the System option. In the list on the left side of the Windows Settings window, select the Remote Desktop option.

Remote Desktop Windows 10 Setup

Enable remote desktop windows 10

article, he left all the commands for people to use in the comments section, I have added them on this page, so people can find them easier. credit goes to David Bombal. I show you step by step on how to get GUI installed and how to connect to the GUI using remote desktop, it’s pretty cool.

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl –set-default-version 2

wsl –set-default-version 2

sudo apt update && sudo apt -y upgrade
sudo apt-get purge xrdp
sudo apt install -y xrdp
Windows

How To Use Remote Access Windows 10

sudo apt install -y xfce4
sudo apt install -y xfce4-goodies

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 ‘s/max_bpp=32/#max_bpp=32nmax_bpp=128/g’ /etc/xrdp/xrdp.ini
sudo sed -i ‘s/xserverbpp=24/#xserverbpp=24nxserverbpp=128/g’ /etc/xrdp/xrdp.ini
echo xfce4-session > ~/.xsession

Remote Desktop Windows 10 Setup For Pc Free

sudo nano /etc/xrdp/startwm.sh
edit these lines to:
# test -x /etc/X11/Xsession && exec /etc/X11/Xsession
# exec /bin/sh /etc/X11/Xsession

add these lines:
# xfce
startxfce4

sudo /etc/init.d/xrdp start

Now go to the search box and type Remote Desktop open
Remote Desktop Connection and type localhost:3390 then login using your Ubuntu username and password, to install Firefox type: sudo apt install firefox

Good Useful links:

Enable Remote Desktop

Updating the WSL 2 Linux kernel