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
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,724
  • 8
  • 41
  • 74
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
  • 813
  • 9
  • 19
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
  • 23,513
  • 30
  • 116
  • 236
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
  • 2,853
  • 1
  • 17
  • 37
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
  • 41
  • 1
  • 8
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
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
  • 11
-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
  • 4,849
  • 5
  • 35
  • 53
-1
votes
1 answer

Azure RemoteApp UPD encryption

Is there a way to encrypt User Profile Disks (UPD) in Azure RemoteApp? It looks like Azure Disk Encryption does not support encrypting Azure RemoteApp VM yet. Is there a workaround?
coder_andy
  • 316
  • 2
  • 15
-1
votes
1 answer

Confused about RDS CALs and other CALs and what exactly I need for publishing remote apps for 30 users?

I have an application which I want to publish using Remote App in Windows Sever 2012 R2. I did some research and was able to setup everything in a test Win Server 2012 R2 hosted in Google Cloud. Right now, I can access remote apps like paint,…
-1
votes
1 answer

minimum internet speed required to access the remote app

I have published a remote app using the remote desktop service and many users are using the application. is there any benching mark for the minimum internet speed required to access the remote app.
Arun
  • 13
  • 1
  • 7