0

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.

ageis23
  • 679

3 Answers3

2

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

heavyd
  • 65,321
1

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.

bahamat
  • 5,782
0

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.

Bobby
  • 9,032