121 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
24
views
after opening RemoteApp using AxMsRdpClient7NotSafeForScripting, the Input Method Editor (IME) of the RemoteApp window fails to run in exclusive mode
In C#, after launching RemoteApp via AxMsRdpClient7NotSafeForScripting, the Input Method Editor (IME) of the RemoteApp window does not operate in exclusive mode. When switching IMEs, both the local ...
1
vote
1
answer
151
views
Enumerate redirected PnP devices with the Remote Desktop ActiveX Control
I've tried a few different ways of enumerating redirected USB devices using the Remote Desktop ActiveX control in PowerShell but haven't been able to figure out a way to achieve this.
That is, USB ...
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
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 ...
-3
votes
1
answer
742
views
How to stop the remote computer from locking the screen after disconnecting a remote desktop session?
I use mstsc to connect remote computer,and i want stop the remote computer from locking the screen after disconnecting a remote desktop session
I tried the methods I found through searches and input ...
1
vote
0
answers
460
views
Powershell console not executing cmdkey to save password so the mstsc asks for login/pass
I want to login to windows remote desktop via simple script which
saves the password (so I do not see the prompt dialog asking for credentials)
opens the remote desktop
I have written and save it as ...
1
vote
1
answer
548
views
0x80040111 ClassFactory cannot supply requested class - RemoteConnectionTool AxMSTSCLib
I am currently trying to fix a problem, where my program doesnt work on some laptops.
Currently there are three laptops on which the program doesnt work. When starting the program on those following ...
2
votes
1
answer
628
views
Leaking Handles when using Microsoft Remote Desktop Client
I am utilizing the AxMSTSCLib.dll to embed the MSTSC Client into a WPF-Control.
Everything is working as expected, but: Each successful "Connect-Disconnect" cycle, the Process.HandleCount ...
1
vote
0
answers
172
views
Unable to perform operations using python script after logging into rdp
I am currently working on automation using python pytest framework.
I used pywinauto and Auto IT to login to rdp using python script. I am able to login to rdp but after that I am unable to perform ...
0
votes
0
answers
61
views
C# Unable to remove scroll bars on external RDP process using SetWindowLong
I am trying to remove the scroll bars from an RDP window that my C# code launches. My code launches mstsc.exe passing the appropriate path the the rdp file. But once it's open, my code needs to remove ...
Ray's user avatar
- 4,995
0
votes
1
answer
554
views
Issue with providing load balancing information using AxMSTSCLib
I am trying to establish a remote desktop connection via a remote desktop session broker in my C# application using the 'AxInterop.MSTSCLib' where I encounter problems with the transfer of the load ...
0
votes
1
answer
706
views
RDP MSTSC no logon screen?
Good day to you all!
Guys tell me what I can not find, in short, there is a domain theme - right-click on the account = change password, check the box: The user must change the password... Type a ...
4
votes
1
answer
792
views
AxMSTSCLib display disappear in taskbar after minimize from full-screen mode
I am using AxMSTSCLib to develop a Windows App for creating RDP connections.
The steps listed below caused my remote desktop display disappear:
Start an RDP connection with full-screen mode
Click &...
0
votes
1
answer
710
views
AxMSTSCLib how to redirect camera from client to remote session?
I am using AxMSTSCLib to develop a Windows application for establishing RDP connections. But I don't know how to redirect a physical camera from client to remote RDP session.
I tried to add ...
0
votes
0
answers
98
views
How to find out the host IP of a running MSTSC instance?
Steps:
User run mstsc.exe instance; second instance; third and more;
I need to connect to my program, running on a remote host in all instances.
What is the way to get the address of the remote host ...