XLaunch Configuration File

First install XServer/XMing/XLaunch

Create a configuration file to place in your Documents folder that instructs the Display forwarding

<?xml version="1.0"?>
<XLaunch xmlns="http://www.straightrunning.com/XmingNotes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.straightrunning.com/XmingNotes XLaunch.xsd"
WindowMode="MultiWindow" ClientMode="NoClient" Display="0"
Clipboard="true" />

Now create a shortcut to point at this configuration file and run each time you logon.  This is the location %AppData%\Microsoft\Windows\Start Menu\Programs\Startup to place the shortcut

Shortcut Details so that it is launched and run everytime you logon

Target : "C:\Program Files (x86)\Xming\XLaunch.exe" -run "C:\Users\your_useraccount\Documents\config.xlaunch"

Start in : "C:\Program Files (x86)\Xming"

Documentation from StraightRunningSite