• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

any way to shut down a computer remotely?

If you're running 2k/XP

shutdown -m \\computername -s -f -t xx

That will tell it to force (-f) a shut down and turn off computer (-s) called computername (-m) with a timeout of xx seconds (-t)


Confused
 
Wow, that's cool. If this works, I won't have to run down to the basement to shut off my server.
Thanks.

Don't know if I understand the syntax. Is that run as a shortcut or from a RUN command?
 
Originally posted by: Slogun
Don't know if I understand the syntax. Is that run as a shortcut or from a RUN command?
yes, or from a command prompt.


if you open a command prompt and just type 'shutdown' it will tell you all the command line switches.
 
Back
Top