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

Windows Server RDRemoteApp Custom Configuration Argument

I need to publish a new application on my RemoteApp server. I have the full path of the executable, and also the additional options, but I need to set the From field of the options. I tried the various options from PowerShell but I can't find the…
0
votes
1 answer

In Angular 14, using module federation, how do I determine the absolute path of my remote app from within the remote app?

I'm using Angular 14 and module federation. How do I find the absolute path of my remote application from within my remote application? In my remote application, I expose the module using module.exports = withModuleFederationPlugin({ name:…
0
votes
1 answer

RemoteApp window display issue on reconnect

I am running windows server 2019 datacenter, with a basic RemoteApp install. When I initially connect to a session, everything displays as expected. When I disconnect and then reconnect to the session, most of my windows get a thick blue border and…
0
votes
0 answers

TSClient - Restrict OpenFileDialog paths on remote application

This may be an ancient problem. So, I have a C# application that allows the user to insert images, usually photos, so it can register any problems found on the working site. When it was being used on a local network, the user could use the…
Fernando
  • 128
  • 1
  • 1
  • 9
0
votes
0 answers

Argox OS-214 printing at the wrong direction on remote Desktop

I have a printer model Argox OS-214 plus series PPLA and I am having trouble with some unexpected behavior while using a C# application. After the initial configuration I am able to print a text plus a barcode on my local computer that implements…
Fernando
  • 128
  • 1
  • 1
  • 9
0
votes
0 answers

Remote Desktop Services - Shut down application immediately instead of disconnecting it?

I have some RemoteApps published via Remote Desktop Services and in one of these apps the user can open PDF files which basically launches Acrobat Reader and displaying the PDF. The problem I'm facing is that when the user close the Acrobat Reader…
dadde
  • 649
  • 1
  • 11
  • 24
0
votes
1 answer

How to Disable NTLM authentication over HTTP in IIS

A recent security scan of our network reported the vulnerability "NTLM Authentication Host Information Disclosure" in our RemoteApps (Microsoft RemoteApp). Here's an article that explains it:…
rMa
  • 79
  • 1
  • 9
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
  • 93
  • 3
  • 14
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

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,679
  • 10
  • 46
  • 92
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
  • 11
  • 3
0
votes
2 answers

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
  • 5,924
  • 7
  • 46
  • 94
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?
Leon
  • 1
  • 1
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