Questions tagged [remoteapp]

RemoteApp is a special mode of Remote Desktop Services, available in Windows Server 2008 R2 and later, where remote session configuration is integrated into the client operating system.

The UI for the RemoteApp is rendered in a window over the local desktop, and is managed like any other window for local applications. The end result of this is that remote applications behave largely like local applications.

108 questions
1
vote
0 answers

Microsft RDS RemoteApp - invoking application under different accounts in one app

I have a strange problem with using RemoteApp ActiveX... Background: I'm trying to load test our Remote Desktop Session Host, in a particular scenario of running our GUI application via RemoteApp. Mostly the maximum user density in this scenario is…
Igor Malin
  • 582
  • 1
  • 7
  • 24
1
vote
1 answer

Launching a RemoteApp programmatically without a system call to "mstsc"

I've an RDP file that successfully start a RemoteApp. remoteapplicationmode:i:1 remoteapplicationprogram:s:||application remoteapplicationname:s:application.exe remoteapplicationcmdline:s: authentication…
Paolo M
  • 11,431
  • 5
  • 51
  • 69
1
vote
0 answers

Azure Active Directory with RDWeb

I am currently working with Windows Azure for the first time and looking to set up Remote Desktop Services with multi factor auth, so far i have .... Sync'd the Azure AD with my domain using Dirsync, set up the multi factor auth for my sync'd…
1
vote
2 answers

How can I create an remote application connection throught .NET?

So far, I created an app, using AxMsTscAxNotSafeForScripting class for Remote Desktop connection. Everything works like a charm! Now, what I need is to configure this object to launch a specific application upon connection. Let's see the…
FrameWorker
  • 11
  • 1
  • 2
1
vote
1 answer

Visual Studio 2012 Designer throws exception 0x80270257

TLDR; VS2012 throws an exception like below when trying to edit XAML in the Designer running VS2012 as a RemoteApp. Right, I may be asking this in the wrong place, but I'm at my wits end with this. Basically what I'm trying to achieve is to run…
1
vote
1 answer

Excel programming module running slow on Terminal Server 2008

I have a Windows application that exports to Excel using the Excel Object Module (programming module). It has worked fine on all Winodws versions except Windows Server 2008. It takes about 2 seconds to do anything in Excel, making the process take…
Jeff Stock
  • 3,506
  • 12
  • 43
  • 59
1
vote
1 answer

C# Retrieving System.Evironment when run as RemoteApp

I have a C# application setup as a remote app running on a server. When the application runs I grab the MyDocuments folder from System.Environment in order to save down user generated files. The path for MyDocuments that I get back is naturally the…
FodderZone
  • 863
  • 12
  • 26
1
vote
0 answers

Wrong Scale with Report Printing (C# .Net) in EMF if application is running as RemoteApp

I have an application that has uses the PrintDocument object for printing reports. Reports are rendered in EMF and everything is fine until you run the application as an RemoteApp. As RemoteApp, the application cannot get the client monitor's DPI…
rm6
  • 13
  • 2
0
votes
1 answer

Is there a way to change command-line arguments in a signed RDP file?

I need to specify command line arguments for a RemoteApp using the remoteapplicationcmdline property of a signed RDP file. However, after the RDP file is signed, I cannot change the value for remoteapplicationcmdline. If I remove…
Jason
  • 7,950
  • 9
  • 53
  • 65
0
votes
0 answers

Is there any way to add some remoteapp window identity information on remote desktop server side?

I'm developing my own remoteapp client based on mstscax.dll by ms rds client api. A dynamic channel is created between localhost and remote desktop. I need to list remote app windows displayed on local side with process name on the remote side. But…
Acewind
  • 113
  • 5
0
votes
1 answer

Azure WVD RDS - ARM Version

I have an interesting issue, whereby my predecessor created an RDS tenant, I was unable to see this from the azure portal, but upon reading up. I discovered that the tenant was created in the ARM Version and that I was only able to access this…
bob500000
  • 53
  • 1
  • 10
0
votes
0 answers

C# SetWindowPos causes window not to be movable

I am opening a couple of external windows (remote app windows) from my .NET application. However, after the two windows are open, and after I get their respective window handles, I loop through them to set them as TopMost and also to move them to a…
Ray
  • 4,019
  • 7
  • 33
  • 82
0
votes
1 answer

Manage app groups for windows virtual desktop using graph

I am struggling to find any relevant documentation on how to add an Azure AD group to an application group via the graph API. Here is the documentation on how to do it via the azure portal UI, but it does not mention how to do it via the graph…
0
votes
0 answers

RemoteApp (RDS) and environment variable

I want to deploy a RemoteApp with RDS, but I have an issue with the system environment variable of the application. If I open the user session on the server and launch the app, the app works. If I use the RemoteApp, the app does not find the…
Eglyn
  • 3
  • 1
0
votes
0 answers

Wating for a window to open to get its handle when launching an RDP file

I am launching a remote app by using the Process.Start method and passing an .rdp file. This works fine except that this .rdp file causes two windows to open. I need to get a handle on these two windows so that I can set them to be TopMost windows.…
Ray
  • 4,019
  • 7
  • 33
  • 82