Page 1 of 1

Shutdown a remote computer via ip adress

Posted: Sun Mar 07, 2010 4:44 pm
by alex6848
Hi,
Is it possible to make a remote shutdown program that would shutdown a compute via ip adress.

Re: Shutdown a remote computer via ip adress

Posted: Sun Mar 07, 2010 6:15 pm
by NoWayIn
As long as the computer have a connection with the internet.
you can do something like...

Make a program that stores the computer name, and IP
then send that information to your program
and have a timer check for something like
If textbox1.text = "the IP or Computer name here"
then it will shutdown the computer

I dont really recommend you do this to people who use your program because they will start thinking you gave them a virus and they wont be using your program anymore.