PDA

Click to See Complete Forum and Search --> : how do i shut down pcs over networks?


jimdalby
Oct 31st, 1999, 07:12 PM
how can i shut down pc's over networks?

------------------
jimmy
ICQ:35813919
mail:jim@rdalby.f9.co.uk

onerrorgoto
Oct 31st, 1999, 07:42 PM
Maybe NetBus will work for you :)

Björn
Oct 31st, 1999, 08:07 PM
Heard of ping of death ?

jimdalby
Oct 31st, 1999, 09:26 PM
o r'nt u both SO funny. NOT. if u cant help, shutup.

------------------
jimmy
ICQ:35813919
mail:jim@rdalby.f9.co.uk

billwagnon
Nov 1st, 1999, 12:02 AM
Now that's English! :)

Stick
Nov 1st, 1999, 06:00 AM
If i were you i would write a "trojan" and just allow it to Shut Down instead of all the other **** a trojan does......

If you want a example i can show ya.
I added you to ICQ 9639200~!~
Later

JeffSM
Nov 1st, 1999, 09:49 AM
Once time I make this:
(If you can put a program to every machine in your network)

Create:
1) One EXE, put on Startup folder, add a timer, Teste if a file c:\Reboot.inf; if exist reboot
2) In admin machine create an exe that write Reboot.inf in the machine that you want to reboot.

If you have any questions, ask me!

Jefferson

Clunietp
Nov 1st, 1999, 11:42 AM
If you have admin rights on the machine you are attempting to shut down, you can use the INITIATESYSTEMSHUTDOWN api to remotely reboot the machine. You can also use the winsock control and send a shutdown command between 2 VB apps. If the client receives a certain command via the winsock control, I call the ExitWindows API from the client machine with the option to reboot. that works w/o admin rights, but you need a client and server prog to talk to each other.

HTH

Tom

jimdalby
Nov 3rd, 1999, 03:23 PM
Hey, thanx guys. I dont really need all this though. I can shut a pc down fine from vb, its just the bit inbetween the pc I want to shut down and the pc im shutting down from. However, i should have an answer soon.

------------------
jimmy
ICQ:35813919
mail:jim@rdalby.f9.co.uk

Manish
Nov 3rd, 1999, 05:22 PM
hey Jim
what u can do is using winsock only... in the client application write down code to shutdown the local system
and when u send one spl string let say "SHUTDOWN" the winsock client will shutdown the local system
Thanx Manish

jimdalby
Nov 3rd, 1999, 07:17 PM
could u please give me an example?

------------------
jimmy
ICQ:35813919
mail:jim@rdalby.f9.co.uk

Compwiz
Nov 4th, 1999, 02:51 AM
For NT, use InitiateSystemShutdown API call.

Manish
Nov 4th, 1999, 10:52 AM
Hi Jim
u hv created that client/server chat application. In that application when u receive some request from the server u just display that text, what u can do is write a procedure "ShutDown" that can shutdown the local system on which the client is loaded. so when u recv a "shutdown" string from the server call the procedure shutdown.
Thanx Manish

jimdalby
Nov 5th, 1999, 07:22 PM
thanx a lot guys

------------------
jimmy
ICQ:35813919
mail:jim@rdalby.f9.co.uk

Nov 5th, 1999, 09:26 PM
fellas, lets watch the language ok?

jimdalby
Nov 7th, 1999, 03:26 AM
Waddya mean "lets watch language"? there has been no swearing wot so ever in here!
I guess this is my cue to say lots of swear wors, but its rude, crude and sad. And they'd just get deleted anyway.

------------------
jimmy
ICQ:35813919
mail:jim@rdalby.f9.co.uk

Compwiz
Nov 7th, 1999, 08:49 AM
Amen

andakali
Sep 4th, 2007, 04:24 AM
This is a good tools to use, i must have the list of IP for the pc you want to power off. or there is alot of software in the market where they use the ping command for every while, and even u can be alerted thru sms.

http://www.microsoft.com/technet/sysinternals/default.mspx

PsShutdown
PsShutdown is a similar to the Resource Kit and Windows XP shutdown tools, providing you the same options and ability to shutdown, and optionally reboot, local and remote Windows NT/2K/XP/2003 systems. It also provided additional options that make it more powerful and flexible.

Installation

Copy PsShutdown onto your executable path and type "psshutdown" with command-line options defined below.

Usage

You can use PsShutdown to initiate a shutdown of the local or a remote computer, abort an imminent shutdown, logoff a console user, or lock the desktop.

usage: psshutdown [\\computer[,computer[,...] | @file [-u username [-p password]]] -s|-r|-h|-d|-k|-a|-l|-o [-f] [-c] [-n s] [-t nn|h:m] [-e [u|p]:xx:yy] [-m "message"]


computer
Run the command on the computer or computers specified. If you omit the computer name the command runs on the local system and if you enter a computer name of \\* then the command runs on all computers in the current domain.


@file
Execute the command on each of the computers listed in the file.


-u
Specifies optional user name for login to remote computer


-p
Specifies optional password for user name. If you omit this you will be prompted to enter a hidden password.


-a
Aborts a shutdown (only possible while a countdown is in progress)


-c
Allow the shutdown to be aborted by the interactive user


-e
Shutdown reason code. Specify 'u' for user reason codes and 'p' for planned shutdown reason codes.
xx is the major reason code (must be less than 256)
yy is the minor reason code (must be less than 65536)


-f
Forces all running applications to exit during the shutdown instead of giving them a chance to gracefully save their data


-h
Hibernate the computer


-k
Poweroff the computer (reboot if poweroff is not supported


-l
Lock the computer


-m
This option lets you specify a message to display to logged-on users when a shutdown countdown commences


-n
Specifies timeout in seconds connecting to remote computers


-o
Logoff the console user


-r
Reboot after shutdown


-s
Shutdown without poweroff


-t
Specifies the countdown in seconds until the shutdown (default: 20 seconds) or the time of shutdown in 24 hour notation


-v
Display message for the specified number of seconds before the shutdown. If you omit this parameter the shutdown notification dialog displays and specifying a value of 0 omits the dialog.