remote-desktop

Developing via Remote Desktop [closed]

北慕城南 提交于 2019-12-03 06:38:41
Has anybody any successful remarks about having a team working via Remote Desktop? In many workplaces, we put end users via Citrix and the applications on a central, powerful server. Sometimes the clients are in the same building as the server, but often, they are remote. There could be some huge benefits for me to put my developers on Windows XP or Vista instances running on a couple servers with Hyper-V. I'm worried that RDP/RDC via the internet would be too slow for somebody to be able to develop efficiently. I'm sure I can hear plenty of bad things about it... are there any people out

how does teamviewer find my computer even if my comp. behind of the firewall and firewall isn't configured?

心已入冬 提交于 2019-12-03 05:09:11
问题 Did you use teamviewer? (comic question i know... Who doesn't use it?) Do you have any idea how does teamviewer make connection even if i am behind the router, firewall, switch and my local firewall..? I'm trying to imagine a connection that is between remote machinge and my computer. Remote machine is sending the packets (and its header (for instance, destination IP, message body)) to me but it only knows my id number(which is given by my local teamviewer application). And this packets are

How to get terminal services property values in Active Directory from userParameters attribute

耗尽温柔 提交于 2019-12-02 07:21:01
I am using dirsync to get the attributes value that have changed in Active Directory(changelog). The following link explains how the dirsync is used to get attribute values : ' http://blogs.technet.com/b/isrpfeplat/archive/2010/09/20/using-the-dirsync-control.aspx ' I am changing the attribute Local path under Remote Desktop Services Profile of a user. I have ran a client which uses dirsync to get the changed objects in AD. In the client the attribute that is changed is userParameters and the value is in encrypted form. CtxCfgPresent P☺CtxCfgPresent???? ☻☺CtxWFProfi lePath?↑→☺CtxWFHomeDir?????

How to get terminal services property values in Active Directory from userParameters attribute

和自甴很熟 提交于 2019-12-02 07:18:41
问题 I am using dirsync to get the attributes value that have changed in Active Directory(changelog). The following link explains how the dirsync is used to get attribute values : 'http://blogs.technet.com/b/isrpfeplat/archive/2010/09/20/using-the-dirsync-control.aspx' I am changing the attribute Local path under Remote Desktop Services Profile of a user. I have ran a client which uses dirsync to get the changed objects in AD. In the client the attribute that is changed is userParameters and the

Blue Prism - Trying to run automation in Remote Desktop

谁说胖子不能爱 提交于 2019-12-01 14:49:36
I am having blue prism architecture where my blue prism server and database server are in different machines which I access via taking remote desktop. I scheduled my bot to run at server VM. Now when I am connected to VM using Remote Desktop Protocol and keep the window in monitoring mode(watching it), All my scheduled jobs works fine, But if I minimize that VM window (By minimizing RDP )or if I dont do RDP to VM machine, Then the automation stops and throws errors. For checking purposes I also created a process on different server where Blue prism was installed and notices that everything

pywin32 / pywinauto not working properly in remote desktop when it is minimized

蹲街弑〆低调 提交于 2019-12-01 11:30:24
I have a Jenkins pipeline that executes a program in a remote server that uses pywin to manipulate an application for functional tests. My application works great while I have the remote desktop oppened but when I close the remote desktop and run it from Jenkins, the app gets lost. What I do is to open the app and send an enter key. This is my app: os.startfile("C:\\Program Files (x86)\\SAP\\FrontEnd\\SAPgui\\saplogon.exe") time.sleep(5) handle = win32gui.FindWindow(0, "SAP Logon 740") keyboard = Controller() keyboard.press(Key.enter) So I tried to add focus to the app to force the focus

Detect if keyboard or mouse events are triggered by a software

女生的网名这么多〃 提交于 2019-12-01 10:46:21
Is there a way to determine whether the keyboard or mouse events are triggered from a hardware rather than an application like TeamViewer, Steam or some other remote desktop software in a desktop application running on Windows? My purpose is not to prevent bots, but to prevent remote access to the application. It seems that RawInput API lets me detect fake events sent using SendInput API. Is it correct? The low-level keyboard/mouse hooks provided by SetWindowsHookEx() report if input was generated by actual devices or injected by application code. For a low-level keyboard hook , the hook

Detect if keyboard or mouse events are triggered by a software

ⅰ亾dé卋堺 提交于 2019-12-01 08:25:46
问题 Is there a way to determine whether the keyboard or mouse events are triggered from a hardware rather than an application like TeamViewer, Steam or some other remote desktop software in a desktop application running on Windows? My purpose is not to prevent bots, but to prevent remote access to the application. It seems that RawInput API lets me detect fake events sent using SendInput API. Is it correct? 回答1: The low-level keyboard/mouse hooks provided by SetWindowsHookEx() report if input was

pywin32 / pywinauto not working properly in remote desktop when it is minimized

自作多情 提交于 2019-12-01 07:30:02
问题 I have a Jenkins pipeline that executes a program in a remote server that uses pywin to manipulate an application for functional tests. My application works great while I have the remote desktop oppened but when I close the remote desktop and run it from Jenkins, the app gets lost. What I do is to open the app and send an enter key. This is my app: os.startfile("C:\\Program Files (x86)\\SAP\\FrontEnd\\SAPgui\\saplogon.exe") time.sleep(5) handle = win32gui.FindWindow(0, "SAP Logon 740")

Where can I find documentation on the C# MSTSCLib, specifically the MsRdpClient classes?

天大地大妈咪最大 提交于 2019-12-01 06:39:08
问题 I would like to figure out how to create a C# Remote Desktop client and the documentation on the internet varies from sparse to non-existent. Or if you have this information, please let me know. I will compile as much info as possible and post it up somewhere I'd like to learn the following information: How do I connect programatically to a remote desktop server? What client class should I use? There are like 20 of them. I sort of know that you can set Server and Username directly. How do I