

The above command will restart the remote machine name SHELL-PC101 after 60 seconds delay. Use the below command to reboot the remote computer using cmd shutdown /r /m \\SHELL-PC101 /t 60 m parameter in shutdown command specify remote machine name. You can use the Shutdown /r /m command-line tool to restart the remote computers using the command prompt.
RESTART COMPUTER REMOTELY HOW TO
The above command will restart the computer after 30 seconds.Ĭool Tip: How to get the last boot time of the computer using PowerShell! Restart Remote Computer using Command Prompt

If you want to cmd reboot computer after 30 seconds or after specific seconds interval time, use /t parameter to specify reboot timer in seconds as given below shutdown /r /t 30 Shutdown /r /t 0 specify to restart the windows after 0 seconds ( immediately) Use the /t parameter to specify the immediate reboot of the windows using the below command shutdown /r /t 0 Shutdown /r command-line tool restart windows after 1-minute delay as default timer. Use the shutdown /r cmd command to restart computer.Īfter you complete the above steps, the computer will reboot.Ĭool Tip: How to get a list of PowerShell Modules! How to restart computer immediately with shutdown command Use the following command to restart the computer.Cmd restart/reboot windows with Shutdown /r command
