Installation

Install VcXsrv

1
scoop install vcxsrv

Setup xLauncher

1
xlaunch.exe

config.launch

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<XLaunch
  WindowMode="MultiWindow"
  ClientMode="NoClient"
  LocalClient="False"
  Display="-1"
  LocalProgram="xcalc"
  RemoteProgram="xterm"
  RemotePassword=""
  PrivateKey=""
  RemoteHost=""
  RemoteUser=""
  XDMCPHost=""
  XDMCPBroadcast="False"
  XDMCPIndirect="False"
  Clipboard="True"
  ClipboardPrimary="True"
  ExtraParams="-ac -nowgl"
  Wgl="True"
  DisableAC="False"
  XDMCPTerminate="False"
/>

Add env variable to PowerShell PROFILE

1
2
# vi $PROFILE, and add below line
$env:DISPLAY='localhost:0.0'

Test out and finish!

1
ssh -Y server
1
xclock