Remote Desktop ActiveX control "alternate shell"

mw42 0 Reputation points
2023-01-31T19:41:32.4833333+00:00

Creating my own rdp client. Trying to pass in "alternate shell". Not sure where/how to do that. Any suggestions?

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,406 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,121 Reputation points
    2023-02-02T09:17:36.9666667+00:00

    Hello there,

    You can put the name of the application on the alternate shell:s: line in your .rdp file, e.g.

    alternate shell:s:notepad.exe

    This article discusses the connection settings that are stored in the Default.rdp file on Windows Server 2003-based and Windows XP-based computers. https://learn.microsoft.com/en-GB/troubleshoot/windows-server/remote/remote-desktop-protocol-settings

    Supported RDP properties with Remote Desktop Services https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files

    Similar discussion here https://social.technet.microsoft.com/Forums/windows/en-US/dc34c6b4-78ac-4928-bb23-3e4ca6868bc3/start-rdp-program-only?forum=w7itprogeneral

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


  2. Limitless Technology 44,121 Reputation points
    2023-02-02T09:17:44.9+00:00

    Double post

    0 comments No comments