program to control computer on network

Associate
Joined
16 Jan 2005
Posts
1,478
i need a program that can control a cpmputer on ym networks so i can switch ot off etc, my computers are connected by 2 network cards and a crossover cable going straight through
 
You could try remote desktop (built into windows xp pro), vnc or dos command - http://www.computerhope.com/shutdown.htm

edit: The dos command won't give you any control, just enable you to restart, shutdown etc. but remote desktop/vnc will give you control, as if you were using the pc.
 
RD only works XP to XP. And you need passworded acounts on both PCs.

VNC works on any OS platform and do things like file transfer etc.

Another built in application in windows is Telnet. This has to be enabled as a service on the target PC and the telnet users set. (administrator of the remote PC is enabled by default afaik) again, passwords needed. This allows you to control the PC in command line interface.
 
Yes as the two above me said :rolleyes: :p

Like I said though, you weren't really very clear what sort of control - is it just power management or desktop access? VNC if desktop access needed, but I recommened power off if it's just power management.

Hope this helps, null :)
 
Back
Top Bottom