(Untitled)

Sep 23, 2008 15:19

i discovered an evil thing...shutting down PCs remotely or through the command line.

now to make a .bat file and put it in the startup folder. or create a service on startup to run the shutdown command.

of course, only for people who just really want to piss me off. =P

Leave a comment

Comments 3

bobddstryr September 24 2008, 08:12:17 UTC
command line is "shutdown -s -f -t 0" yes? not sure about remotely though.. :-P

Reply

vballbwing September 24 2008, 16:21:19 UTC
indeed, to shutdown a computer remotely(at least on the LAN) just add the computer name with a "\\computer_name_goes_here"

it MIGHT be possible to do it over the WAN if your PC is connected to whatever modem you have and doing "\\IP_Address_goes_here"
but I'm pretty sure that windows file and command protocol ports would be blocked. But I wouldn't put it against comcast to have those ports open.

Reply

ucsd49ers September 26 2008, 01:45:02 UTC
Yep, it works :) Never knew about that...

Reply


Leave a comment

Up