az0000000 Posted September 10, 2004 Posted September 10, 2004 Hello. I use a program to remotely shutdown server computer and every time i do that server computer asks this ridiculous question: "If you shut down this remote computer, no one can use it until someone on the remote location manually restarts it" Is there a way to shut this question once forever? Thank you. Quote Share this post Link to post Share on other sites More sharing options...
swifty11212 Posted September 10, 2004 Posted September 10, 2004 wut program is it, and wut operating systems. we need more information on ur part so we can try to help u, like some ppl say "help me help u" Quote Share this post Link to post Share on other sites More sharing options...
d3bruts1d Posted September 10, 2004 Posted September 10, 2004 Are you doing it from a command line? I've always used: Shutdown: shutdown -s -m \\computername -t 00 -f -c "Computer Is Shutting Down" Reboot: shutdown -r -m \\computername -t 00 -f -c "Computer Is Rebooting" -f is a "force" command that will terminate any programs running without a message. Quote Share this post Link to post Share on other sites More sharing options...
HomerJaySimpson Posted September 10, 2004 Posted September 10, 2004 Good ole D3 to the rescue Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.