remote-desktop

How is TeamViewer so fast?

…衆ロ難τιáo~ 提交于 2019-11-28 13:08:47
问题 Sorry about the length, it's kinda necessary. Introduction I'm developing a remote desktop software (just for fun) in C# 4.0 for Windows Vista/7. I've gotten through basic obstacles: I have a robust UDP messaging system, relatively clean program design, I've got a mirror driver (the free DFMirage mirror driver from DemoForge) up and running, and I've implemented NAT traversal for all NAT types except Symmetric NATs (present in corporate firewall situations). Regarding screen transfer/sharing,

Which graphics card is used when working with OpenGL shaders over RDP?

孤者浪人 提交于 2019-11-28 12:42:31
问题 I'm taking an introductory OpenGL development course with a Surface Pro, and was hoping to connect to my more powerful desktop for development through the native Windows remote desktop tool. I'm having trouble with the shaders on my first test program, which leads to my question. Will the shader work be done by the graphics card on my Surface (RDP client) or my desktop (RDP host)? 回答1: That depends on your remote system's configuration. Your usual consumer GPU with standard drivers will not

Automating remote desktop connection

不问归期 提交于 2019-11-28 08:32:33
We use many remote desktops in our development environment and there are many servers deployed in multiple environments. It is tedious to remember their IPs, usernames and passwords. I want to write a small utility with buttons on it. When clicked, I want to start those remote desktops, automatically fetching usernames and passwords from some list. I know there is a command line equivalent for MS Remote Desktop: mstsc . This thread suggests to do this as follows: cmdkey /generic:TERMSRV/"computername or IP" /user:"username" /pass:"password" mstsc /v:"computer name or IP" I run first line and

Alternative to SendKeys when running over Remote Desktop?

让人想犯罪 __ 提交于 2019-11-26 20:09:37
问题 I have an application which injects keystrokes into applications via SendKeys. Unfortunately, the application will not work when I am running it via Remote Desktop because of the well known issue that SendKeys doesn't work with Remote Desktop. Has anyone solved this issue before, or have any good suggestions on how to resolve it? 回答1: SendKeys is not a good fit mainly due to: It can only send keys to active/focused application, which is never guaranteed to work because the the active