Similar to X server where the app can run on a remote pc then the output (just the applications gui) would redirected to the client but on Windows not Linux. Is this possible with XP? I only have an XP install cd that I don't use any more.

link|improve this question

50% accept rate
feedback

3 Answers

VNC will give you essentially remote access to your machine and execute everything remotely. It is not on a per app basis like X is, but should give you similar results.

Check out this question for the software: What's the best(free) vnc server software

link|improve this answer
Without having a Citrix or Windows Server 2008 machine, VNC is probably going to be your best bet. UltraVNC (possibly other clients as well) allow you to display just a single window rather than viewing an entire desktop. However, you'll still be interacting with the console session so you're realistically limited to one user at a time. – Stephen Jennings Jan 2 '11 at 22:13
feedback

Windows itself wasn't designed for this. The only thing I know of that comes close to what you describe is Citrix. But it's expensive, and not exactly the same thing.

link|improve this answer
feedback

RDP works similar to this, but you'll get a complete new user-session. All processing will be done on the server, the GUI gets drawn on the client, AFAIK.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.