How do I shut down other PCs on LAN
This is a discussion about How do I shut down other PCs on LAN in the Windows Networking category; I run a network at home and would like to be able to shut down (power off) the other PCs from any other station. What is the easiest way ? Apparently this should be possible through a vbs script, what should this look like / do I need to have some software running for it ? Harry.
I run a network at home and would like to be able to shut down (power off) the other PCs from any other station. What is the easiest way ?
Apparently this should be possible through a vbs script, what should this look like / do I need to have some software running for it ?
Harry
Apparently this should be possible through a vbs script, what should this look like / do I need to have some software running for it ?
Harry
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Feb 24
Sep 12
0
2 minutes
Responses to this topic
You could also use "shutdown.exe" from the NT Resource kit. That has been the easiest for me.
------------------
Regards,
clutch
------------------
Regards,
clutch
Aye, shutdown.exe is an excellent little file and in my opinion whould have been included in Win2k.
Very handy little utility, nice graphical interface (if your not too hot on command lines)
Very handy little utility, nice graphical interface (if your not too hot on command lines)
I run a network at home and would like to be able to shut down (power off) the other PCs from any other station. What is the easiest way ?
maswa
maswa
I run a network at home and would like to be able to shut down (power off) the other PCs from any other station. What is the easiest way ?
maswa
maswa
I run a network at home and would like to be able to shut down (power off) the other PCs from any other station. What is the easiest way ?
maswa
maswa
ummm fix the scratch on the vinyl and try one of the above?
shutdown.exe comes with XP. The command (briefly) is:
shutdown /s (or /r for restart) /m \\<computername> /t <time in s 0 - 600> (default is 30)
You can make a quick batch file for other PC's and I'm pretty certain you can just copy this file to your other PC's if not running XP.
shutdown /s (or /r for restart) /m \\<computername> /t <time in s 0 - 600> (default is 30)
You can make a quick batch file for other PC's and I'm pretty certain you can just copy this file to your other PC's if not running XP.