add the full command in registry with this command as administrator*
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /V VcxSrv /D "C:\apps\apps\vcxsrv\current\vcxsrv.exe :0 -multiwindow -clipboard -wgl"
# Run the server in multiwindow mode.
-multiwindow
# Enable [disable] the clipboard integration. Default is enabled.
-clipboard
# Enable the GLX extension to use the native Windows WGL interface for hardware-accelerated OpenGL.
-wgl