remote-desktop

desktop sharing using XMPP protocole

Is it possible to use XMPP for a desktop sharing application ? is there any inconvenience ? ...

How to kill process on Remote Desktop Connection?

I am working remotely on a Windows Server via Remote Desktop Connection and some process has hung the server. I looked up how to bring up the Task Manager remote (equivalent of locally doing CTRL+ALT+DEL) and I found CTRL+ALT+END and it doesn't seem to work. I tried logging off and logging back on and the system is still up (tried earl...

DirectX application doesn't work over Remote Desktop

I have a WPF application which has a DirectX component within it. This component does not work over Remote Desktop--it just shows a corrupted image. The application works fine when not using Remote Desktop. In trying to debug the problem I installed the February 2010 DirectX SDK. Now, when I run the program on the computer with the SDK ...

Remote application sharing tool used at ASP.NET MVC podcasts

Hello Does anybody know what tool used while podcasts were recorded here: http://www.asp.net/mvc/application-development/ For example at lesson #17 (with Atwood) The sample of what i'm talking about you can see at 6m28s at the window title, near minimize/maximize/close button. There is a green circle with "Currently sharing" Cannot g...

PCI compliance: using SSL as transport layer for RDP (Terminal Service)

My client failed her PCI compliance audit. The server supports Remote Desktop (Terminal Service) but only provides encryption and not authentication. This exposes the server to Man-In-The-Middle attacks. The supposed solution is to force SSL as the transport layer for RDP. Anyone know how to do this? The server runs Windows 2003. ...

how to run an ActiveX that must be visible and topmost on a server without a desktop?

We're writing a server application that needs to use an ActiveX object that must be visible and Top-Most otherwise it doesn't render correctly. The challenge is that servers typically don't have an active desktop, and therefore the applications should not require one. Ours does. I must use this ActiveX, and I don't have access to the sou...

Enabling Remote Desktop on Windows7

Is there a way to enable Remote Desktop on a machine, remotely from another machine in the same network(with admin privileges on both machines of course). ...

How to capture video from another System in LAN using JMF?

I have finished capturing video on my system using the MediaLocator() class. Then I want to capture the video from the near by systems in LAN by using through the IP address. What is the procedure i've to follow that? Suggest me with procedures. Thanks in Advance. ...

Virtual channel tutorial for terminal services.

I am writing a program that will need to communicate to a server through a TS connection. Virtual Channels seems to be exactly what I need but Microsoft's documentation leaves very much to be desired. Does anyone know of good tutorials or just some examples I could use to help me. Preferred language is C# but C++ examples are fine too. ...

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

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 head...

How to rdc to a particular machine that is member of a TS Farm?

I created a Terminal Services farm comprising of 3 TS hosts (say, TS1, TS2 and TS3) running Windows 2008 R2 Enterprise, a TS Connection broker and a TS Gateway for the purpose of hosting a windows application as a TS RemoteApp. The setup works just fine. Now, I want to do some further configuration changes on a particular TS host, say TS...

Remote (RDP) utility with mstscax.dll

I am looking for information on using mstscax.dll in VB. The goal is to create a utility that logs into a remote service in the same manner as remote desktop. However, my utility is not required to show the desktop. I have a series of commands that I will start off with that will look for users, reset logins, shadow, and message. I have...

How do WinForms controls inside WPF WindowsFormsHost remote?

Say, I have a WPF program with a Windows Forms control in "WindowsFormsHost" on some of its windows. I use that program via Remote Desktop. How will this control's graphics remote? Via GDI instructions as if it was WinForms app or as plain bitmaps like WPF does? ...

what is a new way for remote desktop

i want to connect t my server without using remote desktop of windows or VNC . can you help me with another way and explain for me a new way for remote desktop? my server is : windows 2003 ...

Embed remote desktop in browser

I would like to embed a Remote Desktop session within my browser. I must use remote desktop because my clients can't install any additional software on the server. Here are some problems that I can already foresee: 1) I believe that I can embed an RDP ActiveX control, but then all I could support is IE. And even then, IE lockdown may f...

ASP.NET deployment with remote desktop

Hi, i have a production server that does not have ftp access. Possible way to deploy files is connecting with remote desktop client and send files. As you know this approach is highly hard and time inefficient. Could you please provide me best practices to deploy in a more fast way? Thanks ...

Are there any open-source remote desktop clients?

I'm looking for a remote desktop client that works as a webapp, similar to Citrix or WebEx. Are there any open-source projects that do this? Need to mainly to be able to access Windows machines using a regular browser. Thanks! ...

Help to argue why to develop software on a physical computer rather than via a remote desktop

In my case we are required to be physically present at office when developing software. I am looking for help to argue for why software developers shall have a dedicated physical software development computer, to be productive and cost effective. As a business case we have argued that productivity will go down by 25%, however it's my fe...

Log off from Remote Desktop Session does not closing Session, showing the login screen again on Windows XP 32 Bit - SP2

As per requirement we have written one custom GINA. I have observed one interesting behavior in Windows XP 32 Bit(SP2). Customized GINA internally calls windows default Windows GINA (msgina.dll) and shows one extra window as per our requirement. I used to do remote desktop to XP machine from my machine. After replacing Windows GINA with...

Remote Desktop Project in C

I want to make project for my final year in college. So someone suggested me to make Remote Desktop in C. Now I know basic socket functions for windows in C i.e. I know how to make echo server in C. But I don't know what to do next. I searched on internet but couldn't find something informative. Could someone suggest me how to approach f...