shutdown the computers connected in lan
By krunal_sheth
@krunal_sheth (117)
India
5 responses
@thesaint_001 (48)
• Philippines
5 Mar 07
if you are using windows xp professional, and your pcs belong to the same workgroup or domain, you need to have a common account for all pc's, say an admin account. then the subnet mask for the pc's should be the same (255.255.255.0 is the most commonly used subnet for home networks). if you have satisfied all of the above requirements, then you just need to issue the following command in your command prompt: shutdown /s /m \\computername
that's all!
@krunal_sheth (117)
• India
6 Mar 07
i have tried the above mentioned command posted by you. But it displays all the matters what is shown in the help i.e. shutdown /?
Please help
@AlexMasters (247)
• Philippines
6 Mar 07
There are several software which could do this. A freeware I know is WinVNC. where you can view and control the actual pc itself.
@september_1st (3209)
• Romania
5 Mar 07
You can shutdown another computer in your LAN network using a remote application, much like VNC http://www.realvnc.com/download.html
You can have the server side installed on your station and the client on other station and control that other station remotely.
Good luck!
@petehdd (25)
• Australia
5 Mar 07
I shut down other computers on my network by "SSH"ing into that computer. You would need to install ssh and then simply run a batch file that would shutdown the computer.
But for a simple method VNC would also be easy, requires less configuration and is an easy solution.