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

Download and Extract Remote Application File from Website

I am pretty new to IT Administration and I think I have a pretty complicated request but I want to know if it is even possible through Intune. I have an application that I want to deploy and I think I would either need to package the application as…
John
  • 1
  • 1
0
votes
0 answers

Publish Remote Apps for offsite users

We publish RADC apps where they show up listed on the users application list on the start menu. The problem I'm running into is offsite users cannot restart and have the policy on their machines. I have tried manually refreshing with a powershell…
Jason
  • 13
  • 2
0
votes
1 answer

Windows Server RDRemoteApp with Custom Configuration Argument

I have multiple users using a Windows Server 2016 Remotely. Currently, each user has an exe file on their desktop - program.exe with a custom configuration argument: program.exe --conf=D:/username/config.ini Now I'd like to set up this program as a…
Amit
  • 4,458
  • 5
  • 31
  • 70
0
votes
0 answers

How to get process info from RemoteApp windows?

I write a C# client by IMsRdpClient to open RemoteApp on Windows 2016 Server. In my C# client code, I need to get the application or process info of each RemoteApp window, such as process name, process exe. But every RemoteApp window is a common…
Acewind
  • 113
  • 5
0
votes
0 answers

Enable Drive Redirection for Trusted RemoteApp

We have a Terminal Services website that downloads an .rdp file for connecting to our remote app. When first opening the link, a windows security prompt will ask if you trust it, what resources to redirect, and presents a 'do not show this prompt'…
0
votes
0 answers

Excel 2016 window opened through RemoteApp always lost top level z-index position

If more than two Excel 2016 windows are opened through RemoteApp, only one of them is operated, and the other Excel windows are minimized. When I drag and drop the mouse on the current Excel window, whenever the mouse goes out of the window area,…
Acewind
  • 113
  • 5
0
votes
0 answers

Can applications opened in RemoteApp visible in remote desktop session?

If I opened some applications through RemoteApp session. I wish to see them opened when connected with the same account through the remote desktop. However, it seems that they reside in two different sessions and I can not see any application opened…
Sefler
  • 2,197
  • 5
  • 18
  • 28
0
votes
0 answers

Powershell Script that can launch remoteApp to check its availability

I am trying to find a way to automate the process of checking if the RemoteApp is launching properly or not? As the App is not hosted locally , I have tried some PS script that can connect to the remote server where the app is hosted and…
0
votes
0 answers

MacOS RemoteApp pixalated

If I use RemoteApp on MacOS with the official Microsoft Remote Desktop on a Retina Display the application looks pixalated and way too big. Does anyone know a fix?
LeonPro12
  • 1
  • 1
0
votes
0 answers

Not able to ping my windows PC from my android device

I wanted to use unified remote app on my mobile to communicate with my PC. But the mobile app was not able to find the server i created on my PC. I went to troubleshooting and saw that one of the reasons could be that my mobile is not able to ping…
0
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
  • 33
  • 3
0
votes
1 answer

How to publish my documents folder in remoteapp

I'm publishing Documents folder to every user in Windows Server 2012, I'm using this code to publish the folder: %SystemRoot%\explorer.exe %UserProfile%\My Documents And it works, but I want to "hide" the quick access and exclude to explore any…
0
votes
1 answer

RemoteApp using drivers for scanner

One of my clients wants to use a check scanner. They purchased software and have a scanner however they do not want to store any of the data on the workstation the scanner is attached to. I'm wondering if we can utilize RemoteApp to deploy the…
Chance
  • 11
  • 5
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,361
  • 1
  • 14
  • 42
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…