Dirty Harry 0 Posted February 24, 2001 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 Share this post Link to post
clutch 1 Posted February 24, 2001 You could also use "shutdown.exe" from the NT Resource kit. That has been the easiest for me. ------------------ Regards, clutch Share this post Link to post
BladeRunner 0 Posted February 24, 2001 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) Share this post Link to post
maswa 0 Posted September 12, 2004 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 Share this post Link to post
maswa 0 Posted September 12, 2004 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 Share this post Link to post
maswa 0 Posted September 12, 2004 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 Share this post Link to post
ScinteX 0 Posted September 12, 2004 ummm fix the scratch on the vinyl and try one of the above? Share this post Link to post
zen69x 0 Posted September 12, 2004 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. Share this post Link to post