i was wondering if any1 could point me in the path of a legit remote shutdown, like just put sum1's ip in and shut it down, on same network or not
Originally Posted by kibbles18
i was wondering if any1 could point me in the path of a legit remote shutdown, like just put sum1's ip in and shut it down, on same network or not
Goto a command prompt (Start, run, type cmd )
Then type Shutdown and hit enter. This will give you the swithes you can use to shutdown a PC on the network. Better yet type shutdown -i to get a graphical screen (for beginners). Keep in mind you need to have rights on the remote pc to shut it down.
Example for forcing shutdown of a pc called office from cmd line.
shutdown -s -m \\office
But stick with shutdown -i for now. You can do the same thing, just easier to see.