Shutdown Others Computer Using CMD Command
How To Shutdown Remote Computer by command prompt : We can able to shutdown remote computers which may be on any networks(i.e your own network or other networks) by using cmd commands.Do the following steps, Shutdown Remote Computer and document the reason by windows interface : start->run->cmd type shutdown -i or shutdown /i it will opens remote shutdown dialog window by what we can able to shutdown the remote computer. Shutdown remote computer and document the reason for shutdown by commandline : start->run->cmd->We can shutdown and document the reason for shutdown by following, Type shutdown /[r|s] /m \\ ComputerName /c " Comment " /d [u|p] xx :yy and then press ENTER. where, /r -> restarts the remote computer /s ...