Remote Desktop + BSP_WINWEC7_ARM_A8

Hello
I’ve successfully installed BSP_WINWEC7_ARM_A8 on my BBB. I’d like to be able to remote desktop into it from my Windows 7 desktop machine.
1.) Is this possible?
2.) What software do I need to download?

Thanks in advance for any help that can be provided.

I use X11vnc
http://inspire.logicsupply.com/p/vnc-connection.html
and ultraVNC viewer
http://www.uvnc.com/docs/uvnc-viewer.html

i setup a shell script to run it

vncstart.sh

x11vnc -bg -o %HOME/.x11vnc.log.%VNCDISPLAY -auth
/var/run/lightdm/root/:0 -fore
ver

works well

Michael,

I’m not sure if Windows Embedded Compact comes with remote desktop installed or not, but there is a CE remote app provided with that BSP.

According this this : https://msdn.microsoft.com/en-us/library/ee484339%28v=winembedded.70%29.aspx it does seem that it should come with remote desktop installed. If you need to know how to use RDP google should tell you all you need to know.