Open In App

How to Remotely Start Windows through CMD?

Last Updated : 29 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Using Command Prompt or cmd to remotely start a Windows machine can be quite helpful for the users, particularly in situations when having physical access to the machine is difficult or impossible to implement properly. If users need to start their Windows machine on the local network, they can easily do so from the cmd functions.

In this article, we’ll discuss how to remotely start a Windows machine through cmd with proper methods and steps.

Prerequisites

Users need to maintain the below-mentioned specifications to start remotely their Windows machine through cmd.

  • The machine will be Windows-based, which they want to start or implement.
  • The internal ability to send the command functions from a second Windows machine or computer.
  • Both machines or computers should be connected to the same LAN or network.

How Do I Remotely Start a Windows Machine through cmd?

Users can easily start their Windows machine through cmd or command prompt by using some proper methods. Now, we’ll mention some easy methods or steps to start Windows through CMD remotely.

Step 1: Use CMD

First, users need to use CMD or Command Prompt to remotely start Windows through CMD.

  • Click the Start button > Type cmd
  • Right-click on Command Prompt > Select Run as administrator

cmd_run-as-administrator

To use the Command Prompt or cmd as an administrator, users need to be in into Windows system with an administrative account specification.

Step 2: Enable Remote Desktop function

First, users need to choose a Windows machine for this operation and maintain the following steps.

  • Go to Control Panel > Type “sysdm.cpl” > Select System and Security > Click on System.
  • Click on Remote Settings or Remote Desktop > Tick or Allow remote connections to this system.
  • Click on Apply > Press Ok

Enable_Remote_Desktop

Step 3: Note down the machine’s IP Address

  • Note down the IP Address > Open Command Prompt
  • Type “ipconfig” > Press Enter

ipconfig_cmd

  • Note down the other IP Address from another machine.

Step 4: Connect with the Main Machine remotely

Now, users need to connect the external machine with the main machine remotely by following the below-mentioned process.

  • Go to the second machine > Open Command Prompt > Type the below-mentioned command.
shutdown /m \\TargetIPAddress /r /f /t 0
  • the Replace “TargetIPAddress” with the noted IP Address > Press Enter

cmd_command

Note that:

‘/m’ switch: It specifies the remote machine to shut down or restart as per users requirement.

‘/r’ switch: It indicates that the main operated machine should restart after shutdown.

‘/f’ switch: It forces internal running applications to close the system without warning any speciffications.

‘/t 0’ switch: It sets the time-out period to 0 seconds in the system, initiating an immediate shutdown or restart again.

Conclusion

One easy method to start Windows machines properly without physical access is to use Command Prompt or cmd to remotely start them without any external access. Users need to remember or take note of the machine’s IP addresses. Users may effectively manage and maintain Windows-based machines even while they’re not there by following the methods and steps provided in this article.

Also Read

How to Remotely Start a Windows Machine through CMD – FAQs

How do users can start a remote computer from cmd?

To launch Windows Remote Machine in cmd, type the command MSTSC for better result. In Windows 10, users can just type MSTSC into the search field (in previous versions of Windows OS, users had to click on Start > then Run). The MSTSC command is also available in the internal system for usage straight from the command line or cmd.

Can I turn on my PC remotely?

We can turn on a machine remotely, but only if another device on the same LAN as it can send it a “magic packet” to start or function it up properly. The majority of machines with a wired network connection have the feature to provide better result, known as Wake-On-LAN function.

What do you mean by the Wake-on-LAN command in cmd?

With the Dell System’s Wake on LAN capability, users can use a signal from the local network to start the available desktop computer or machine. Also, users can use this command to use local network system with better system implementation.

What do you mean by RDP?

Microsoft provides the Remote Desktop mechanism (RDP) function, a secure network communication mechanism that enables users to do remote tasks or implementations on other machines or computers specifiations. Using an encrypted communication channel or protocol, it enables safe information sharing system between machines that are connected remotely throughout the process.



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads