Remote Control

  • [No Root] Control Android from PC in 6 Ways
  • How to Call Someone on Do Not Disturb Mode [Android & iOS]
  • How to Make a Free Wi-Fi Call Online? 5 Methods Here!
  • How to Make Free Calls Online From Computer?
  • 5 Useful Ways to Remote Control iPhone from PC in 2025
sider-adv-logo AirDroid Remote Support

● Remote control and management of unattended devices

● On-screen tutorials for remote customers and employees

● Real-time screen sharing & voice chat

● Troubleshooting hardware issues with remote AR camera

● Sending messages, manual guides or screenshots


Learn More
Try It Free

[5 Ways] How to Remotely Restart a PC

Anita R. Updated on Dec 27, 2024 Filed to: Remote Control

Rebooting remote computers is a common practice for system administrators, especially when the remote computer is unresponsive.

Quick Solution

  • Open Command Prompt as administrator (Start > Command Prompt > Run as administrator).
  • Type the below commands and press Enter.

    psexec \\RemoteComputerName cmd

    shutdown /r /m \\RemoteComputerName /t 0

Replace "RemoteComputerName" with the computer's name or IP address.

To learn in detail, check out the methods below and their detailed steps.

Method 1. Reboot Remote Computer with Command

The most common way to reboot remote computer is by using the Command Prompt (CMD). In this method, you have to launch Command Prompt with administrative privileges from your local computer and use the right command to reboot Windows remotely.

Requirements

  • Launch the Command Prompt on the local computer with administrative privileges.

Follow the detailed steps to have CMD restart remote computer:

  1. Step 1.Launch Command Prompt with Administrative Privilege
  2. Open the Start menu on your local computer. Search for Command Prompt. Select Run as administrator.
  3. search for command prompt

  1. Step 2.Start the Remote Session
  2. Type the below command and hit Enter to start the remote session:

    psexec \\RemoteComputerName cmd

    Here, replace "RemoteComputerName" with the remote computer's name or IP address, such as Home-PC or 192.168.1.20.
  3. cmd connect

  1. Step 3.Restart the Remote Computer
  2. Now, type the below command and hit Enter to perform PC remote restart:
    shutdown /r /m \\RemoteComputerName /t 0
  3. cmd reboot remote computer

Example Commands:

  • psexec \\192.168.1.20 cmd
  • shutdown /r /m \\192.168.1.20 /t 0

Parameters Explanation:

  • /r: Restart the computer.
  • /m \\RemoteComputerName: Mention the remote computer name or IP address.
  • /t 0: Restart the remote computer in 0 seconds. If you want to restart after 60 seconds, you can use "/t 60".

After executing the above command, the remote computer will reboot.

Tips

To find a remote computer name, press Windows + R, type sysdm.cpl, and press Enter. Under the Computer Name tab, note the Full Computer Name.

To find a remote computer IP address, open Command Prompt, type ipconfig, and note the IP address written next to the IPv4 Address.

Method 2. Reboot Remote Computer with PowerShell

Other than Command Prompt (CMD), PowerShell is another way to reboot a remote computer. It also offers a command-line interface but uses the "Restart-Computer" cmdlet.

Requirements

  • Launch PowerShell on a local computer with administrative privileges.
  • Enable PowerShell Remoting on the target computer. To do so, Open PowerShell with administrative privileges on the remote computer and execute the "Enable-PSRemoting -Force" command.

Follow the below steps to have PowerShell reboot remote computer:

  1. Step 1.Launch PowerShell with Administrative Privileges
  2. Open the Start menu on your local computer. Search for PowerShell. Select Run as administrator.
  3. windows powershell run

  1. Step 2.Start the Remote Session
  2. Type the below command and hit Enter to start the remote session:

    Enter-PSSession -ComputerName "RemoteComputerName" -Credential (Get-Credential)

    Here, replace "RemoteComputerName" with the remote computer's name or IP address, such as Home-PC or 192.168.1.20.
  3. powershell connect

  1. Step 3.Reboot Remote Computer
  2. Enter the below command and hit Enter to perform PC remote restart:

    Restart-Computer -ComputerName RemoteComputerName -Force
  3. powershell restart remote computer

Example Commands:

  • Enter-PSSession -ComputerName "192.168.1.20" -Credential (Get-Credential)
  • Restart-Computer -ComputerName 192.168.1.20 -Force

Parameters Explanation:

  • -ComputerName: Specify the remote computer name or IP address.
  • -Force: Force an immediate restart.
  • -Credential (Get-Credential): Prompts for credentials with administrative rights on the remote computer.

Method 3. Reboot Remote Computer with Windows Remote Desktop Connection

Microsoft Remote Desktop is built-in remote access software for Windows PCs. With it, you can control a remote computer as if you were sitting in front of it. You can use the Microsoft Remote Desktop connection to first take control of the remote computer and then restart it.

Requirements

  • The remote computer must be running Windows Pro, Enterprise, or Education edition.
  • The Remote Desktop feature must be enabled on the remote computer. To do so, go to Settings > System > Remote Desktop and toggle on Enable Remote Desktop.
  • enable Remote Desktop

  • You must have the username and password of an account with administrative privileges on the remote computer.
  • Both computers must be connected to the same network or properly configured for remote access over the internet using a VPN.
  • The remote computer's firewall must allow Remote Desktop connections. To do so, open Control Panel > Windows Defender Firewall > Allow an app or feature through Windows Firewall and tick the Remote Desktop checkbox.
  • remote desktop firewall

Once you fulfill the above requirements, follow the below steps to reboot remote computer with Microsoft Remote Desktop:

  1. Step 1.Open Microsoft Remote Desktop on Local Computer
  2. Open the Start menu on your local computer. Search and open Remote Desktop Connection.
  3. search for remote desktop connection

  1. Step 2.Log in to the Remote Computer
  2. Enter the name or IP address of the remote computer and click Connect. Enter the username and password if asked.
  3. connect to remote desktop

  1. Step 3.Reboot Remote Computer
  2. Once you have access to the remote computer screen, open the Start menu, click the Power icon, and click Restart.
  3. restart windows

This way, you can use Microsoft Remote Desktop to take control of the remote computer and restart it.

Method 4. Restart Remote Computer with Third-party Tool

As Windows Remote Desktop has limitations for OS, there are alternative third-party tools that can allow you to remotely access a computer and restart it. One such trusted tool is AirDroid Remote Support.

AirDroid Remote Support is a full-fledged remote access and control software solution. It offers a click-based interface to remote control Windows PCs and easily troubleshoot issues, transfer files, and reboot when required.

Request Free Trial

Requirements

  • Have installed remote desktop software on the remote device previously.

Follow the below steps to reboot remote computer with AirDroid Remote Support

  1. Step 1.Install AirDroid Remote Support
  2. Install AirDroid Remote Support on the remote computer and AirDroid Business on the local computer.
  1. Step 2.Copy the 9-digit Code from Remote Computer
  2. Launch AirDroid Remote Support and copy the 9-digit code and password.
  3. ID connect

  1. Step 3.Establish Connection
  2. Launch AirDroid Business. Paste the copied 9-digit code and click the Connect button. Then enter the password.
  3. AirDoird Business ID Connect

  1. Step 4.Perform PC Remote Restart
  2. From your local computer, open the Start menu of the remote computer, click the Power icon, and tap Restart.
  3. restart windows

That's how quick and advanced it is to reboot Windows remotely with AirDroid Remote Support.

Method 5. Restart a Remote Computer via a Cloud Platform

If the target computer is a virtual machine and hosted on a cloud platform (e.g., AWS EC2, Azure VM), you can restart the virtual machine through the cloud management console.

Let's take AWS EC2 as an example and learn how to perform PC remote restart via a cloud platform:

  1. Step 1.Open EC2 Dashboard
  2. 1.Go to the AWS Management Console. Log in to your AWS account. Access the EC2 console.
  1. Step 2.Search the Instance to Reboot
  2. Find the instance you want to reboot. Use the search bar to filter.
  1. Step 3.Reboot Instance
  2. Click the Instance state dropdown button and select Reboot instance.
  3. cloud platform restart

This way, your cloud platform can help you reboot a remote computer effortlessly.

Conclusion

You have plenty of ways to reboot remote computer. The above five methods are useful to access remote computer and perform restart. However, the best among all is AirDroid Remote Support. This tool is not only intuitive to use to reboot Windows remotely but also allows you to have full control of remote computer to troubleshoot or handle other activities. So, we will wrap up by recommending you use AirDroid Remote Support and have the best remote access experience.

Request Free Trial

FAQs about Reboot Remote Computer

What is the shortcut key for remote computer reboot?
Anita R.
Anita R.
If you are within the Remote Desktop session, you can press CTRL + ALT + End to open Windows Security Options screen from where you can restart the computer.
Can I reboot remote computer with IP address?
Anita R.
Anita R.
Yes, you can reboot the remote computer with an IP address. Open the Command Prompt with administrative privileges and enter the below commands:

psexec \\RemoteComputerName cmd

shutdown /r /m \\RemoteComputerName /t 0

Replace "RemoteComputerName" with the remote computer's IP address.

How to shutdown remote computer?
Anita R.
Anita R.
You can shut down a remote computer from the Windows Command Prompt using the shutdown utility. Enter "shutdown /s /m \\RemoteComputerName /t 0" and replace "RemoteComputerName" with the remote computer's name or IP address. Other than the command prompt, you can also use other methods.
How to sign off remote computer?
Anita R.
Anita R.
Enter the "shutdown /l /m \\RemoteComputerName" command in Windows Command Prompt to sign off remote computer. However, other methods are ok to use.
Click a star to vote
1139 views , 6 mins read
Was This Page Helpful?
Anita R.
Anita R.
Product Evangelist @ AirDroid. Writing is the only thing which, when I do it, I don't feel I should be doing something else.
You Might Also Like
AirDroid Parental Control Social Content Detection
AirDroid Parental Control Launches Social Content Detection New Feature for Enhanced Child Safety Online
Anita R.
Anita R.
Apr 10, 2025
Introducing the New Launch of AirDroid Parental Control Web Version
Anita R.
Anita R.
Aug 28, 2024
Android Zero-Touch Enrollment with AirDroid Business for Streamlined Android Device Management
Anita R.
Anita R.
Nov 9, 2023
10 Best AI Telegram Chatbots & How to Create It
Isabella
Isabella
Jan 17, 2024
Exploring 10 Free Online Chatbots to Enhance Your Business
Isabella
Isabella
Mar 8, 2024
AirDroid Business Is Now A Google Certified Enterprise Mobility Management Solution Provider
Anita R.
Anita R.
May 31, 2023
AirDroid Parental Control Social Content Detection
AirDroid Parental Control Launches Social Content Detection New Feature for Enhanced Child Safety Online
Anita R.
Anita R.
Apr 10, 2025
Introducing the New Launch of AirDroid Parental Control Web Version
Anita R.
Anita R.
Aug 28, 2024
Android Zero-Touch Enrollment with AirDroid Business for Streamlined Android Device Management
Anita R.
Anita R.
Nov 9, 2023
10 Best AI Telegram Chatbots & How to Create It
Isabella
Isabella
Jan 17, 2024
Exploring 10 Free Online Chatbots to Enhance Your Business
Isabella
Isabella
Mar 8, 2024
AirDroid Business Is Now A Google Certified Enterprise Mobility Management Solution Provider
Anita R.
Anita R.
May 31, 2023
Discussion
The discussion and share your voice here.

Leave a Reply. Cancel reply

Your email address will not be published. Required fields are marked*

*

Product-related questions?Contact Our Support Team to Get a Quick Solution>
Home > Remote Control > [5 Ways] How to Remotely Restart a PC
Like
Dislike
Airdroid remote support logo
AirDroid Remote Support
Remote Access Anywhere
Try for Free