For this to work, you will have to ensure all of your PCs are connected to the same network as a Remote computer. Moreover, you will also need the credentials to the administrator account of the PC. Restarting a remote computer using CMD is quite easy and will save you time and keep you away from the hassle of physically restarting each computer you have. In this article, we will be discussing various ways to restart a Remote computer using CMD. Also Read- How To Enable Or Disable Search Highlights in Windows 11
Ways to Restart a Remote Computer Using CMD
Given below are all the three ways to restart a remote computer using the CMD-
Ways to Restart a Remote Computer Using CMD1. Use the Shutdown Command2. Windows PowerShell3. Remote Shutdown DialogConclusion
1. Use the Shutdown Command
The very first way to restart a remote computer using CMD is with the help of the shutdown command. To do so, follow the steps given below- NOTE– Some commands that have been used above are explained below-
/r – It is used for restarting a computer. /s – It is used for shutting down a computer. /m \computername – This command specifies the remote computer to restart or shutdown. /l – Stands for logging off the computer. /t xx – Tells the duration when setting the timeout period before restart or shutdown to xx seconds. /c “comment” – Used to display on the screen before restart or shutdown.
2. Windows PowerShell
You can also use Windows PowerShell to restart remote computers. Given below is the Windows PowerShell command to restart your PC-
Restart-Computer -ComputerName REMOTE_COMPUTER_NAME -Force
Note- Here, replace REMOTE_COMPUTER_NAME with the name of the computer you want to restart.
3. Remote Shutdown Dialog
The computer automatically shuts down or restarts depending on the switch you choose in this method. Given below are the steps to use the Remote shutdown dialog to restart your PC-
Conclusion
This article discusses the three simple methods to restart a remote computer using CMD, which will help you. Following the above methods, you will be able to restart your remote computer using CMD easily.