remote-desktop

AxMsRdpClient6NotSafeForScripting AllowPromptingForCredentials

余生颓废 提交于 2019-12-13 05:25:00
问题 I try to set AllowPromptingForCredentials to False on AxMsRdpClient6NotSafeForScripting control (on Windows Vista). But AllowPromptingForCredentials is not available. My code is : x = New AxMsRdpClient6NotSafeForScripting CType(x, System.ComponentModel.ISupportInitialize).BeginInit() x.Dock = System.Windows.Forms.DockStyle.Fill x.Enabled = True 'x.Location = New System.Drawing.Point(0, 0) x.Name = "OfficeWin7" P.Controls.Add(x) CType(x, System.ComponentModel.ISupportInitialize).EndInit() x

Remote Desktop, Selenium and SendKeys: WebDriver server timed out after 60 seconds

蓝咒 提交于 2019-12-13 02:58:06
问题 I have a Selenium test which would fail when run as part of a Jenkins job on a node hosted in vSphere and administered through RDP. The test are run with IE11. After some troubleshooting it turned out it succeeds if Remote Desktop is connected and focused but fails with an exception if Remote Desktop is disconnected or even minimized: OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:56095/session/817b36df-a1b5-484e

Run a batch file on a remote desktop from VBA

前提是你 提交于 2019-12-13 02:22:41
问题 I am new and seeking help. I manually open a remote desktop to a server and run a batch file I have sitting on that desktop. I want to do this thru VBA. I don't want to see the remote desktop and I would like to know when the batch file is finished running. Here is the code I have found so far. It brings me to the password screen for the remote desktop and I must take it from there manually. What do I need to add to the code to get this done. TestVar = Shell("C:\windows\system32\mstsc.exe /v:

How to implement Screen Sharing and Controlling for web application (using web sockets)?

依然范特西╮ 提交于 2019-12-13 01:26:22
问题 The intention is to build a screen controlling/sharing to a web page using web socket. My question is what is the best way to share a screen (or give control to a screen) (using java or c++ server) to a web socket? how to approach that? what is the most optimized way to do it? (sending only changing parts of the screen etc etc...) Using java Robot, I have been able to capture print-screens and create video, one of the challenges I have found is capturing the mouse cursor state, since Java

How to Develop/implement a Remote Desktop app for iPad? [closed]

故事扮演 提交于 2019-12-12 11:43:01
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I have been trying to search a lot online on this but most of the links are not explaining how to implement. Some questions to start

Windows Management Instrumentation msi install remote machine

我与影子孤独终老i 提交于 2019-12-12 05:58:45
问题 I'm trying to install a msi on a remote machine , i changed DCOM Config to get access from my machine when using methode install of win32_product it fails with return output 1601 ( that means that Windows Installer service could not be accessed ) i did some research in the net , and run the service manually using services.msc and did msiexec / unreg and msiexec /register , still not working ps: both machines a running on windows 10 here is my code Ps : i used the same code for win32_Bios to

Unable to RDP into windows?

杀马特。学长 韩版系。学妹 提交于 2019-12-11 19:26:54
问题 I have a windows 16 machine on AWS. I installed Cygwin on it so that I can connect it as a jenkins slave. But once I connected it as a slave, I am NOT able to MSTSC/RDP into the machine. I can still access the machine via ssh/cygwin. ( I repeated the process several times and ended up losing rdp connectivity everytime ) This is what is actually happening now : The EventLogs on machine are saying that logoff instructions are being initiated by the RDP client. RDP client is saying "The

How to detect RDC from C#.net [duplicate]

ε祈祈猫儿з 提交于 2019-12-11 17:45:14
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How do you retrieve a list of logged-in/connected users in .NET? I have hosted WCF service in IIS on a machine. Now i want to write a method in the service by which I could detect whether the hosted machine is currently being used by any Remote Desktop Connection or not. Is there any other better way to find out this, and what are the exact code APIs by which RDC connection is detected. I am using C#.net,

Get disconnected users and logOff them

拜拜、爱过 提交于 2019-12-11 16:46:46
问题 I am trying to loging into remote server using credentials from command line and checking for the users who got disconnected and I would make them logOff programatically. This is the way I'm trying to do as of now and bit working.But I'm getting all the users list which I don't want. So far this is my code for finding out the users on remote desktop who got connected to it. quser /server:myservername For Logging Off individually I am using this: logoff /server:myservername 1 /v Now my

Raspberry Pi usb redirect issue

浪尽此生 提交于 2019-12-11 13:42:27
问题 Okay I am going to try and be as discriptive as possible here to get this problem solved. I work at a company that makes BIG gear boxes and we have computers that run our Mills/Laths. These computers are currently FIT-PCs running XP. These computers are used to control the laths/mills via a usb to serial converter (PL2303_Prolific usb to serial converter). When it is plugged into an xp machine it is recognized as a com port. SO these machines are very old and are fail left and right, I intend