Can RDP clients launch remote applications and not desktops

后端 未结 10 1004
囚心锁ツ
囚心锁ツ 2020-12-12 11:16

Can RDP clients launch a remote application and then only display that application (and not the desktop)? The application would appear fullscreen within the client and if th

10条回答
  •  北海茫月
    2020-12-12 11:57

    This is called "seamless" mode. rdesktop, the RDP client for Unix, is capable of this. From the manpage:

       -A     Enable SeamlessRDP. In this mode, rdesktop creates a X11 window for each window on the server
              side.  This  mode  requires  the  SeamlessRDP  server side component, which is available from
              http://www.cendio.com/seamlessrdp/.  When using this option, you  should  specify  a  startup
              shell which launches the desired application through SeamlessRDP.
    

    See mentioned Cendio website for more information.

提交回复
热议问题