When you’re a Home windows consumer, you might have come throughout the necessity to reboot your system into one other one. This may be helpful for troubleshooting functions or if you wish to entry a unique working system. On this article, we will present you the way to reboot into one other system on Home windows Cmd.
First, you will must open a Command Immediate window. To do that, press the Home windows key + R, sort “cmd” into the Run dialog field, after which click on OK. As soon as the Command Immediate window is open, you will must sort the next command: “shutdown /r /o”. This command will reboot your system into the Home windows Boot Supervisor, which is able to assist you to select which system you need to boot from.
When you’re within the Home windows Boot Supervisor, you need to use the arrow keys to pick out the system you need to boot from. As soon as you have chosen the system, press Enter and your system will reboot into that system. Be aware that in case you’re booting from a USB drive or a DVD, chances are you’ll want to vary the boot order in your BIOS settings.
Accessing Superior Boot Choices
To entry superior boot choices in Home windows utilizing the command immediate (cmd):
- Press Home windows key + R to open the Run dialog.
- Sort cmd and press Enter to open the command immediate.
- Sort the next command and press Enter:
bcdedit /set {default} bootmenupolicy legacy
- Restart your pc.
When your pc restarts, it’s best to see the Superior Boot Choices menu. This menu means that you can select which system as well from, in addition to different superior boot choices.
As well from a unique system, use the arrow keys to navigate to the specified system and press Enter. Your pc will then boot from the chosen system.
To revive the default boot choices, open the command immediate once more and sort the next command and press Enter:
bcdedit /set {default} bootmenupolicy normal
Restart your pc and the default boot choices might be restored.
Utilizing Command Immediate to Reboot
Here is the way to reboot utilizing Command Immediate:
1. Open Command Immediate (CMD) with administrator privileges.
2. Enter the next command:
“`
shutdown /r /t 0
“`
This command reboots the pc instantly (0 seconds). You’ll be able to regulate the time (in seconds) after which the reboot happens by altering the worth of "/t". For instance, the command "shutdown /r /t 300" would reboot the pc after 300 seconds (5 minutes).
3. Press Enter to execute the command.
4. The pc will start the reboot course of.
You may as well use the next desk to specify further choices with the "shutdown" command:
Choice | Description |
---|---|
/s | Shuts down the pc. |
/l | Logs off the present consumer. |
/i | Shows the graphical consumer interface (GUI) for shutdown choices. |
/f | Forces working functions to shut with out warning. |
/t | Specifies the time (in seconds) after which the shutdown or reboot happens. |
Getting into the Path to the Different System
Figuring out System Path
To reboot into one other system, you could first decide its path. The system path specifies the situation of the system in your system. To search out the system path, open the System Supervisor and find the system you need to reboot into. Proper-click the system and choose “Properties.” Within the “Basic” tab, one can find the system path listed beneath “System occasion path.”
Checking for Compatibility
Earlier than getting into the system path into the command line, it’s best to verify that your present system is appropriate with the brand new system. To do that, open a command immediate and sort the next command:
““
bcdedit /enum firmware
““
This command will show a listing of all of the firmware gadgets put in in your system. Discover the system you need to reboot into and test the “Description” column. If the outline accommodates the phrase “UEFI Appropriate,” then your present system is appropriate with the brand new system.
Getting into the System Path within the Command Line
After you have verified the compatibility of your gadgets, you possibly can enter the system path into the command line. To do that, open a command immediate and sort the next command:
““
bcdedit /set {default} system partition=x:
““
Substitute “x” with the letter of the partition that accommodates the working system you need to boot into. For instance, if you wish to boot into the working system positioned on the C: drive, you’ll sort the next command:
““
bcdedit /set {default} system partition=C:
““
After getting into the command, press Enter. Your pc will then reboot into the opposite system.
Restarting the System
To reboot the system from the Command Immediate, use the next command:
Command | Description |
---|---|
shutdown -r | Reboots the system instantly with out warning. |
shutdown -r -t [seconds] | Reboots the system after a specified variety of seconds. E.g., shutdown -r -t 30 reboots the system 30 seconds after the command is executed. |
shutdown -r -f | Reboots the system instantly, overriding any open packages or unsaved adjustments. This feature might result in information loss. Use with warning. |
These instructions could be modified to customise the reboot course of additional.
**Further choices:**
- -m **<pc identify>: Reboots the desired distant pc.
- -c "remark": Provides a remark to the shutdown occasion log.
- -o: Shuts down the system and boots to the firmware settings (BIOS or UEFI).
- -l: Logs off the present consumer and reboots the system.
- -a: Aborts a pending system shutdown or restart.
Understanding Restart Paths
Home windows supplies a number of restart paths to facilitate system restoration and diagnostics. Listed below are the generally used restart paths:
1. Reboot: Restarts the system usually, reloading the working system and functions.
2. Restoration: Enters the Home windows Restoration Atmosphere (WinRE), a specialised diagnostic and restore mode.
3. Exit and Proceed: Exits the present boot course of and continues with the earlier boot try (if relevant).
4. Reset: Resets the system to its manufacturing facility default settings, reinstalling the working system and deleting all information.
5. UEFI Firmware Settings: Permits entry to the system’s UEFI firmware settings, offering low-level {hardware} configuration capabilities:
Entry Methodology | System Producer |
---|---|
F2 | Dell, HP, Lenovo, Toshiba |
F10 | Acer, Asus, MSI, Samsung |
F12 | Compaq, Gateway, IBM |
DEL | Basic Electrical, Intel |
ESC | Hewlett-Packard |
These restart paths enable for varied troubleshooting and restoration eventualities, from easy system restarts to advanced {hardware} diagnostics.
Troubleshooting Boot Points
When you encounter boot points after rebooting into one other system, attempt the next troubleshooting steps:
1. Test BIOS Settings
Be certain that the BIOS is configured as well from the specified system. Entry the BIOS settings by urgent a selected key throughout system startup (usually F2, F10, or Del).
2. Reset CMOS
If incorrect BIOS settings forestall booting, reset the CMOS to default values. Search for a jumper or button on the motherboard labeled “CMOS reset” or “CLR CMOS.”
3. Run System Diagnostics
Some motherboards have built-in diagnostics that may troubleshoot {hardware} points. Entry the diagnostics utility from the BIOS settings or by urgent a selected key throughout startup.
4. Strive a Minimal Boot
Boot the system with solely important {hardware} (e.g., one reminiscence module, built-in graphics) to remove potential conflicts with peripherals.
5. Test Boot Order
Be certain that the boot order within the BIOS is appropriate. The specified system ought to be listed as the primary boot possibility.
6. Superior Troubleshooting:
If the above steps fail, attempt the next superior troubleshooting methods:
6.1. Restore Startup utilizing BCDEdit
Use the BCDEdit command-line instrument to restore the boot configuration information. Open an elevated Command Immediate and enter the next instructions:
Command | Description | ||
---|---|---|---|
bcdedit /set {default} system partition=Units the default boot system to the desired partition. |
bcdedit /set {default} osdevice partition= |
Units the OS partition for the default boot system. |
6.2. Rebuild the BCDIf repairing the BCD fails, rebuild it utilizing the next instructions: bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec /RebuildBcd 6.3. Restore the System PictureIf all else fails, take into account restoring the system picture from a backup to revert to a earlier working state. Managing A number of UnitsHome windows Command Immediate (Cmd) presents a strong instrument for managing a number of gadgets linked to your pc. This part delves deeper into the instructions and methods you need to use to reboot and work together with these gadgets from the Cmd interface. Rebooting Distant UnitsTo reboot a distant system utilizing Cmd, you possibly can make the most of the “shutdown” command. Here is the syntax: shutdown /m device_name Substitute “device_name” with the identify or IP deal with of the system you need to reboot. Checking System StandingUse the “netstat -an” command to view a listing of all lively community connections. This command shows details about the distant gadgets linked to your pc, together with their IP addresses and port numbers. Configuring System SettingsTo configure system settings by means of Cmd, use the “devcon” command. This command means that you can modify system properties, reminiscent of energy administration settings, driver updates, and useful resource allocation. Disconnecting Distant UnitsTo disconnect a distant system out of your pc, use the “web use” command. Here is the syntax: web use device_name /delete Substitute “device_name” with the identify or IP deal with of the system you need to disconnect. Clearing System Historical pastTo clear the historical past of linked gadgets in Cmd, sort the next command: netsh wlan present profiles This command shows a listing of all Wi-Fi profiles saved in your pc. You’ll be able to then delete particular profiles by utilizing the “netsh wlan delete profile identify=” command, changing “identify” with the identify of the profile you need to take away. Viewing System DataUse the “systeminfo” command to retrieve detailed details about your pc, together with details about linked gadgets. This command shows details about {hardware}, software program, and community configuration. Troubleshooting System PointsWhen you encounter points with gadgets linked to your pc, you need to use the “eventvwr” command to view system logs. These logs might comprise details about errors or warnings associated to the gadgets. Customizing Boot Choices1. Modify Boot Configuration Information (BCD): Use bcdedit instructions to edit the BCD retailer, which accommodates boot configuration settings for all put in working programs. 2. Set Default Boot Entry: Run “bcdedit /default {GUID}” to set the default OS as well into. 3. Add Boot Menu Timeout: Use “bcdedit /timeout X” to set a delay earlier than the OS auto-boots (in seconds, X). 4. Create Boot Entry for New OS: Create a brand new boot entry for a non-default OS utilizing “bcdedit /create /d “DisplayName” /utility osloader.” Substitute “DisplayName” with the specified identify for the entry. 5. Set Bootloader Choices: Append choices to the tip of the bootloader command line utilizing “bcdedit /set {GUID} choices “choices””, the place choices can embrace “safemode”, “verbose”, or “debug.” 6. Handle Drive Letter Assignments: Use “bcdedit /set {GUID} system partition={drive letter}:” to assign or change drive letters for partitions. 7. Disable Automated Restore: Stop Home windows from trying computerized repairs on boot failures utilizing “bcdedit /set {globalsettings} recoveryenabled no.”. 8. Superior Choices: – Disable Legacy Boot: Disable legacy BIOS firmware boot mode utilizing “bcdedit /set {globalsettings} nextsyscmd nolegacy.”. – Allow Hypervisor Launch Pad: Boot into Hyper-V’s Hypervisor Launch Pad utilizing “bcdedit /set {default} hypervisorlaunchtype auto.”. – Configure Hyper-V Safe Boot: Guarantee safe boot is configured for Hyper-V digital machines by working “bcdedit /set {default} hvprotection on.”. Automating System RebootsRebooting gadgets remotely could be tedious and time-consuming, particularly when a number of gadgets must be rebooted. To streamline this course of and save time, you possibly can automate system reboots utilizing Home windows Command Immediate (Cmd). Here is a step-by-step information on the way to automate system reboots into one other system on Home windows Cmd: Step 1: Open Command Immediate Press the Home windows key + R and sort “cmd” within the Run dialog field to open Command Immediate. Step 2: Set up a Distant Connection Use the command “mstsc /v:ipaddress” to connect with the distant system. Substitute “ipaddress” with the IP deal with or hostname of the goal system. Step 3: Elevate Permissions Sort “runas /consumer:administrator cmd” to raise your privileges on the distant system. Enter the administrator’s password when prompted. Step 4: Provoke the Reboot Execute the command “shutdown -r -t 0” to provoke a distant reboot. The “-r” flag specifies a reboot, and the “-t 0” flag units the reboot delay to 0 seconds, triggering a direct reboot. Step 5: Confirm the Reboot To verify the reboot standing, you need to use the command “qwinsta /server:ipaddress” to test if the goal system is offline. Step 6: Repeat for A number of Units To automate reboots for a number of gadgets, create a batch file with the next syntax:
Step 7: Save and Run the Batch File Save the batch file with a .bat extension and run it to provoke reboots on all specified gadgets. Step 8: Configure for Unattended Execution To run the batch file unattended, create a scheduled activity with the next settings: – Set off: Each day/weekly/month-to-month or on a selected occasion. Step 9: Monitor and Troubleshoot Monitor the reboot course of by means of the command immediate or by checking the system statuses within the System Supervisor or Distant Desktop Connection Supervisor. Resolve any errors or points encountered through the reboot course of. The right way to Reboot Into One other System on Home windows CmdRebooting into one other system on Home windows Cmd is a helpful approach for troubleshooting {hardware} and software program points. This technique means that you can briefly change the lively working system to a different system, reminiscent of a USB drive or community share, with out having to bodily restart your pc. To reboot into one other system utilizing Home windows Cmd, comply with these steps: 1. Open the Command Immediate as an administrator. 4. Restart your pc. The pc will now boot into the system you specified. Folks Additionally AskHow do I discover the identifier of a tool in Home windows Cmd?To search out the identifier of a tool in Home windows Cmd, use the next command: “` The identifier might be listed within the “Path” column. Can I reboot right into a digital machine utilizing Home windows Cmd?Sure, you possibly can reboot right into a digital machine utilizing Home windows Cmd. To take action, use the next command: “` Substitute {VM} with the identifier of the digital machine you need to boot into. Is it doable to reboot right into a community share utilizing Home windows Cmd? Sure, it’s doable to reboot right into a community share utilizing Home windows Cmd. To take action, use the next command: “` Substitute {community} with the IP deal with or hostname of the community share, and {share} with the identify of the share. |