shutdown /m \\computername /r /f /t 0
/m \\computername
: Specify the target computer./r
: Full shutdown and restart the computer./f
: Force running applications to close without forewarning users./t xxx
: Set the time-out period before shutdown to xxx seconds.