1,204 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
39
views
Voice over RDP/VPN then Horizon/VPN [closed]
I need the following configuration:
Macbook (Microsoft RDP)
|
home router (Archer) [Wireguard VPN + DDNS]
|
Mint (Ubuntu) workstaton (MSI Cube 8GB/256 SSD) [VmWare Horizon Client]
|
Office endpoint (...
0
votes
0
answers
66
views
How can my Windows service application interact with a GUI application? [duplicate]
My situation is that I am creating a Windows service application that needs to manipulate a legacy app that only has a GUI and no API or other programmatical method to export data from it. And to ...
1
vote
1
answer
260
views
PowerShell script to disable RDP session timeout for specific user not working - registry changes not taking effect
I have a Windows Server running in Azure where users connect via RDP. I've configured automatic logoff for disconnected sessions after 30 minutes using Group Policy:
User Configuration - ...
0
votes
0
answers
82
views
How to sign a and verify an .rdp file when the certificate is in azure key vault
I have tried the rdpsign command to sign an .rdp file, but for the thumbprint, we need a certificate on the machine. However, in my case, certificates are in Azure Key Vault.
Is there a way to sign an ...
0
votes
0
answers
93
views
Is there a way to launch an RDP file with batch?
I have a file on my Desktop named 3390.rdp, complete with all login credentials. I'm trying to use it to connect to a Ubuntu installation on WSL2. When I open the Ubuntu "app" manually, and ...
0
votes
1
answer
1k
views
How do I assign permission for the new Windows app in Azure?
Microsoft is phasing out Remote Desktop in favour of Windows app for RDP. I have installed windows app but get the following error:
It looks like your system administrator hasn't set up any resources ...
0
votes
1
answer
144
views
Replay a FreeRDP Session
I have setup FreeRDP on Windows using vcpkg, CMAKE, Visual Studio Build Tools, Windows SDK and have got the exe and dll files after building the repo.
I am connecting to a RDP machine using sdl2-...
1
vote
1
answer
248
views
Starter FreeRDP Script in C
I have been trying to get started with establishing RDP connections using FreeRDP and after a lot of effort looking at their codebase was able to write a simple script in C.
// main.c
#include <...
0
votes
0
answers
8
views
Control Multiple Windows Instances via GUI Similar to TMUX
Is there a way to remote control a bunch of Windows computers via the GUI in the same way that we can control Linux machines via tmux? IE, if I hit the start button on my local computer, then all of ...
0
votes
0
answers
102
views
RDP Client - AxMSTSCLib.AxMsTscAxNotSafeForScripting Resolution Setting
Using the component axMsTscAxNotSafeForScripting..
How can I set the resolution of the remotely reached server?
My screen is set to a high resolution.
Can I set the remote server to a fixed resolution ...
1
vote
0
answers
233
views
Windows RDP Client Gateway Access Token
I'm trying to build a small custom Remote Desktop Gateway in C#.
Currently I have a small controller which captures the RD request from the Windows RDP Client.
[Route("[controller]")]
public ...
0
votes
0
answers
342
views
Cannot Bind RDP to Specific Certificate on Windows Server – "Invalid Namespace" Error with WMIC
I am trying to configure Remote Desktop (RDP) on my Windows Server to use a specific certificate, but the system keeps using a self-signed certificate instead. I want to bind RDP to a certificate that ...
1
vote
0
answers
113
views
Can't a remote APP using AxMsRdpClient11NotSafeForScripting be moved to a 2nd left screen with different scale?
In my .NET Framework 4.8 project I am using the class AxMsRdpClient11NotSafeForScripting from the AxMSTSCLib library to open a remote APP.
I have a second screen on the left where I can't drag the APP ...
0
votes
0
answers
314
views
How to Automatically Start an RDP Connection with mRemoteNG?
I'm working on an application that integrates with mRemoteNG. The application dynamically modifies the confCons.xml file to add new connections. The goal is to launch mRemoteNG and have it ...
0
votes
1
answer
166
views
How to Extend time limit response on RDC prompt/message "no action will disconnect your session in 30 seconds" when a user is logged into a PC already
I am able to set time limits "Set a time limit for disconnected sessions" and "Set time limit for active but idle Remote Desktop sessions" via group policy fine but now I am being ...