This video is all about download and install of Kali Linux on to the subsystem of Windows 10.
And running the same on the Remote desktop so that one can get the full Linux graphical user interface environment within the windows without installing and a virtual machine that is more memory consuming.
The command used in this videos:(Make sure you have an active net connection)
1. sudo apt install wget ---}To download wget package
2.wget https://kali.sh/xfce4.sh ---} To download Xfce4 server from the URL
3. chmod +x xfce4.sh -----} To give the execute rights to the xfce4
4. sudo sh xfce4.sh ---- } To execute and install xfce4.sh
5. sudo /etc/init.d/xrdp start ---} To start the xrdp server with the port no.
The Port no generated is then used while connecting to the remote desktop.