Restarting your pc is a standard troubleshooting step for a lot of points, however what in case your pc is frozen or you’ll be able to’t entry the Begin menu? In such circumstances, you should utilize the Command Immediate (CMD) to restart your pc. This technique is particularly helpful for IT professionals and superior customers who have to restart a distant pc or troubleshoot a pc that’s not responding. On this article, we are going to present you tips on how to restart your pc with CMD utilizing two totally different strategies.
The primary technique is utilizing the “shutdown” command. This command means that you can shut down, restart, or sign off your pc. To restart your pc utilizing the “shutdown” command, open the Command Immediate and kind the next command:
“`
shutdown /r
“`
Press Enter and your pc will restart. You may as well specify a time delay earlier than the restart happens by utilizing the “/t” choice. For instance, to restart your pc in 60 seconds, you’d kind the next command:
“`
shutdown /r /t 60
“`
The second technique is utilizing the “taskkill” command. This command means that you can kill working processes. To restart your pc utilizing the “taskkill” command, open the Command Immediate and kind the next command:
“`
taskkill /f /im explorer.exe
“`
This command will kill the Home windows Explorer course of, which can trigger your pc to restart. You may as well use the “/t” choice to specify a time delay earlier than the restart happens. For instance, to restart your pc in 60 seconds, you’d kind the next command:
“`
taskkill /f /im explorer.exe /t 60
“`
Restarting your pc with CMD is an easy and efficient option to troubleshoot many widespread points. By following the steps on this article, you’ll be able to shortly and simply restart your pc with out having to entry the Begin menu or use the ability button.
How To Restart Laptop With Cmd
In case you are having issues along with your pc, one of many first issues you’ll be able to attempt is to restart it. This may be performed by urgent the ability button in your pc, but when that does not work, it’s also possible to restart your pc utilizing the Command Immediate (CMD).
To restart your pc utilizing CMD, comply with these steps:
- Open the Command Immediate. To do that, press the Home windows key + R, kind “cmd” into the Run dialog field, after which click on OK.
- Kind the next command into the Command Immediate window and press Enter:
“`
shutdown /r /t 0
“`
This command will restart your pc instantly.
Folks Additionally Ask
How do I restart my pc from the command line?
To restart your pc from the command line, open the Command Immediate and kind the next command:
“`
shutdown /r /t 0
“`
Press Enter and your pc will restart.
Can I restart my pc utilizing CMD whether it is frozen?
Sure, you’ll be able to restart your pc utilizing CMD even whether it is frozen. To do that, open the Command Immediate and kind the next command:
“`
shutdown /r /f
“`
Press Enter and your pc will restart.
How do I restart my pc remotely utilizing CMD?
To restart your pc remotely utilizing CMD, you will want to make use of the PsExec instrument. To do that, open the Command Immediate and kind the next command:
“`
psexec computername shutdown -r -t 0
“`
Substitute “computername” with the title of the pc you wish to restart. Press Enter and the distant pc will restart.