shutdown remotely

d14n

New Member
Hi....

Is there any software for shutdown remotely that no need an authorization from admin of the pc that I want to shutdown? means...if i run the program, than it will automatically shutdown the target pc...

thx
 
are you using windows?

Just use remote desktop to remote in and shutdown, windows does not offer any kind of telnet or ssh from the command line as far as I know.
 
The windows command line does support the command shutdown -s but if you did a telnet you would have to be on the same subnet, and I am pretty sure it requires authentication.

or you can try

shutdown -m //computername

I still think it requires authentication. What exactly are you trying to accomplish then I can better answer your question
 
Back
Top