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
0 answers

RemoteApp and Desktop Connections fail to update via command

We're having problem in our environment and need to trigger the update for RemoteApp and Desktop Connections. If i manually click the button, it prompts for credentials, the user enters them, and it updates correctly. We would like to have a…
Rakha
  • 1,874
  • 3
  • 26
  • 60
0
votes
0 answers

Get original username of person launching MS Access if using remoteapp and runas other user

I would like to get the username in VBA of the person who launched the RemoteApp MS Access application. I have set it up to have everyone log into the application using a service account (called "svcactuser") so that Access/SQL Server can manage the…
Conrad Addo
  • 424
  • 1
  • 5
  • 15
0
votes
1 answer

Guacamole RDP Remote App within a black box

When I connect to a RemoteApp using the following code: @Override protected GuacamoleTunnel createTunnel(Session session, EndpointConfig config) throws GuacamoleException { // Create our configuration GuacamoleConfiguration guacConfig = new…
Patrick
  • 489
  • 2
  • 8
  • 12
0
votes
2 answers

Error while running RemoteDesktop commandlets in powershell from C#

I have tried executing RemoteDesktop commandlets in powershell using C#. The following is my program : static void Main(string[] args) { using (var powershell = PowerShell.Create()) { …
Mashiro
  • 7
  • 3
0
votes
0 answers

Flash taskbar icon in RemoteApp application

I have an application written in c# where I was able to get it to flash the taskbar icon using FlashWindowEx. However, this application also gets used as a RemoteApp using RDP. When in RemoteApp mode the taskbar does not flash. I found an article…
doclove
  • 153
  • 1
  • 14
0
votes
0 answers

Why can't I drag Remote App windows that can be merged?

We are currently in the process of migrating from Azure RemoteApp to another RemoteApp deployment as the current version goes end of life soon. An issue has been raised in UAT whereby Windows cannot be dragged across the screen for more than a split…
bb321
  • 1
  • 1
0
votes
1 answer

Send event across Windows Remote Desktop session back to local computer

I have a program running on my company's remote terminal services box (Windows Server 2012 R2 - Azure environment) that the call-center operators of the software use RemoteApp to access. The effect I'm trying to achieve is for the call-center…
Gary2112
  • 1
  • 2
  • 1
0
votes
2 answers

Help creating a remoteapp installer(msi) in VS2008

Hi guys I have coded an application that need to support remote install, can anyone guide me on how to create the msi? Thanks
0
votes
1 answer

RemoteAPP runs cmd.exe with every Published APP

Have Windows 2012 Server and very very strange problem because my client (noobie admin) did something with configuration in RemoteAPP and ask now for support because he is not familiar much witch RemoteAPP. So.. At 1st month Published RemoteAPP…
Curl User
  • 115
  • 1
  • 3
  • 12
0
votes
1 answer

How to install a clickonce application on rd session host server

I am trying to install a visual basic Windows Forms Application on a Terminal Services (RD Web) server. I put the server in install mode with change user /install, but I still could not get my application to run properly. I thought it should show up…
DLee
  • 1
  • 1
0
votes
1 answer

What is the best way of maintaining availability of my SQL database for Azure RemoteApp users?

My system has a number of users accessing a RemoteApp collection. The primary application they use is talking to an SQL database. Having a reliable connection to the database is critical in providing value to the users. The SQL database resides on a…
bb321
  • 1
  • 1
0
votes
1 answer

Can't find RemoteApp image after creating on Azure

I've created a RemoteApp image in Azure, and run sysprep (which shutdown my VM as it is supposed to). However, how do I get to the image now? I assume it is somewhere on Azure, but where?
Keith
  • 1
0
votes
1 answer

audit log in azure using powershell for remoteapp

I am trying to get logs in azure using following commands Get-AzureRmLog This command gets logs for past one hour I have done some operation of remote app collections. Above command has filter of ResourceProvider to get logs Have tried…
hari
  • 41
  • 1
  • 4
0
votes
1 answer

Azure RemoteApp additional files

I've just created my first remote app. I choosed my own application .exe file from my desktop and it has been published. Then i connect by Azure connect program and saw my app icon there, unfortunately there was some error when wanted to lunch it. I…
user5651777
0
votes
2 answers

sdk for creating a remote app in azure

I have a Azure account. I am able to create RemoteApp in azure using PowerShell. I need to know whether there are SDKs available for implementing remoteapp functionality. Kindly brief enough. Thanks in advance.
hari
  • 41
  • 1
  • 4