Jump to content

Shutdown Remote Computer


az0000000
 Share

Recommended Posts

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...