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.

111 questions
0
votes
1 answer

How to launch Azure Remote App client on Windows 7

Hi I am trying out Microsoft Azure Remote App Services.It asks me to download a client to connect to remote app server to run the apps on my local machine. I downloaded the cleint (rdClickOnceLauncher.application), but this doesn't launch and asks…
V.B
  • 1,191
  • 7
  • 29
  • 55
0
votes
1 answer

Windows Server 2008R2 Remoteapp Authentication

I have generated a Remoteapp MSI which I have installed on 2 machines and it prompts for authentication using the standard Windows auth prompt. on a third machine it opens up an rdp session and the user has to authenticate via an RDP session to the…
0
votes
1 answer

Opening Remote App inside the Panel

I am trying to load the Remote app in my windows form panel but i am not able to do it. Currently the remote app opens as a normal remote app. Is there any way I can open this remote app within the windows form. Here is the code which get triggers…
Amrit Sharma
  • 1,906
  • 8
  • 45
  • 75
0
votes
1 answer

C# WinForm RemoteApps

I wrote a WinForm application that will be remotely accessed via RDP. I am having issues with the sound being transmitted to the client. I am using the following to trigger a Beep. It is working as expected when I launch the app from my development…
Sam
  • 875
  • 10
  • 22
0
votes
2 answers

How can I backup an Azure RemoteApp VM?

I want to be able to create a "disk image" of a RemoteApp VM so I can return it later to a certain state. I've searched but not found any way to do this. Is there a way to do this?
ispiro
  • 26,556
  • 38
  • 136
  • 291
0
votes
1 answer

Launching Apps via RDweb Access not working

I have created a Windows Server 2012 VM on Azure in its own Domain, running Active Directory. It is also the host for: RD Gateway RD Licensing RD Web Access RD Connection Broker It has been configured for Remote Desktop Session access to launch…
0
votes
1 answer

RemoteApp approval time

How long takes the normal approval time for RemoteApp (I'm waiting one week!). I want to check/test this new azure Feature for us.
0
votes
1 answer

Run external code or application on connected client desktop from application that published via RemoteApp or Citrix ICA?

I have desktop app on server, that can be used by clients via Microsoft RDP or RemoteApp or Citrix ICA. And now i need to somehow interact with REAL user desktop from that application running on server in RDP/RemoteApp/ICA session. Is there exists…
rufanov
  • 3,266
  • 1
  • 23
  • 41
0
votes
1 answer

Passing arguments in RDP call

I have a program which takes some arguments. I have to expose this app remotely as an RDP icon. One solution to this seems to have different batch file and expose all batch file a separate app. But i want only one RDP icon. What is the standard way…
0
votes
1 answer

Can't create Remote App via Powershell that points to an Excel workbook

I am using Windows Server 2008 R2. I'm trying to use Powershell to create a new Remote App that points to an Excel workbook. The following script fails on the New-Item call: PS C:> Import-Module RemoteDesktopServices PS C:> cd RDS: PS…
0
votes
1 answer

It is possible to edit the RDP file in client side to set a specific url being launch?

Would like to ask, can we configure a RDP file in the client side to launch a specific url? I already have a RDP file that will launch IE in the server. I would like a specific url being launch together with the IE. I notice,the url can be added as…
captain jack
  • 65
  • 2
  • 9
0
votes
1 answer

retrieving the com class factory for component with clsid {9ba05972-f6a8-11cf-a442-00a0c90a8f39} failed due to following error:80040154

I am trying to automate ie.This is my code to catch ie window ProcessStartInfo psi = new ProcessStartInfo(); psi.CreateNoWindow = false; psi.FileName = "IExplore.exe"; psi.Arguments = "-nomerge about:blank "; …
ansh shah
  • 31
  • 5
-1
votes
0 answers

Remote App - How to you enable Remote Audio Recording

I know how to set it up on Remote Desktop, but my Question is Remote App. It does not give the option to configure settings for the app. If I right click an edit with NotePad++, I can see the option's, but none of them are for the…
John W
  • 31
  • 3
-1
votes
2 answers

RDP ServerStartProgram Parameter

I use rdp.RemoteProgram.ServerStartProgram('||applicationName', '', server_name, false, '', false); to start the program from server and it's working fine But now am trying to start a program with a parameter where should I put the parameter to…
Rober.Ya
  • 65
  • 3
  • 12
-1
votes
1 answer

RemoteApp not seeing AD security groups for some users

I use .NET's Thread.CurrentPrincipal.IsInRole function to restrict access to certain areas of my Windows applications based on AD security groups. My company is migrating these apps to RemoteApp. When I first tested these apps after setup, they…
Keith Walton
  • 5,211
  • 6
  • 39
  • 53