Feb 28, 2002 #1 csvideo Programmer Oct 19, 2001 74 BB is it possible to shutdown a computer from a next computer when there are both connected to the same network?
is it possible to shutdown a computer from a next computer when there are both connected to the same network?
Feb 28, 2002 #2 jonscott8 Programmer May 12, 2000 1,317 US 1) Setup a "listener" application on the remote machine, so when it receives the instruction, it executes the Shutdown process locally. The following will require administrative privledges. 2) Use the Shutdown.exe: Remote Shutdown Utility that comes in the Win2K Prof. resource kit. http://www.microsoft.com/windows2000/techinfo/reskit/rktour/server/S_tools.asp 3) Use the free PsShutdown utility from http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml Jon Hawkins Upvote 0 Downvote
1) Setup a "listener" application on the remote machine, so when it receives the instruction, it executes the Shutdown process locally. The following will require administrative privledges. 2) Use the Shutdown.exe: Remote Shutdown Utility that comes in the Win2K Prof. resource kit. http://www.microsoft.com/windows2000/techinfo/reskit/rktour/server/S_tools.asp 3) Use the free PsShutdown utility from http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml Jon Hawkins
Mar 4, 2002 #3 jonscott8 Programmer May 12, 2000 1,317 US Also try http://msdn.microsoft.com/library/en-us/dnwmi/html/mngwmi.asp?frame=true#mngwmi_topic7 Jon Hawkins Upvote 0 Downvote
Also try http://msdn.microsoft.com/library/en-us/dnwmi/html/mngwmi.asp?frame=true#mngwmi_topic7 Jon Hawkins