5 Ways To Reboot Into Another Device On Windows Cmd

5 Ways To Reboot Into Another Device On Windows Cmd

5 Ways To Reboot Into Another Device On Windows Cmd

When you’re a Home windows person, you’ll 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 special working system. On this article, we will present you the right way to reboot into one other system on Home windows Cmd.

First, you may have to 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 may have to sort the next command: “shutdown /r /o”. This command will reboot your system into the Home windows Boot Supervisor, which can mean you can select which system you wish to boot from.

When you’re within the Home windows Boot Supervisor, you should utilize the arrow keys to pick the system you wish to boot from. As soon as you have chosen the system, press Enter and your system will reboot into that system. Observe that if you happen to’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):

  1. Press Home windows key + R to open the Run dialog.
  2. Sort cmd and press Enter to open the command immediate.
  3. Sort the next command and press Enter:
    bcdedit /set {default} bootmenupolicy legacy
  4. Restart your laptop.

When your laptop restarts, it is best to see the Superior Boot Choices menu. This menu means that you can select which system in addition from, in addition to different superior boot choices.

Besides from a special system, use the arrow keys to navigate to the specified system and press Enter. Your laptop 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 laptop and the default boot choices might be restored.

Utilizing Command Immediate to Reboot

This is the right 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 possibly can modify 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 extra choices with the "shutdown" command:

Possibility Description
/s Shuts down the pc.
/l Logs off the present person.
/i Shows the graphical person interface (GUI) for shutdown choices.
/f Forces operating purposes 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 Gadget

Figuring out Gadget Path

To reboot into one other system, you could first decide its path. The system path specifies the placement of the system in your system. To search out the system path, open the Gadget Supervisor and find the system you wish to reboot into. Proper-click the system and choose “Properties.” Within the “Basic” tab, you will discover the system path listed underneath “Gadget occasion path.”

Checking for Compatibility

Earlier than getting into the system path into the command line, it is best to affirm 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 wish 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 Gadget 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:
““

Exchange “x” with the letter of the partition that accommodates the working system you wish to boot into. For instance, if you wish to boot into the working system positioned on the C: drive, you’d sort the next command:

““
bcdedit /set {default} system partition=C:
““

After getting into the command, press Enter. Your laptop 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 applications or unsaved modifications.
This selection might result in knowledge loss. Use with warning.

These instructions might be modified to customise the reboot course of additional.

**Extra choices:**

  • -m **<laptop identify>: Reboots the desired distant laptop.
  • -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 person 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 purposes.

2. Restoration: Enters the Home windows Restoration Surroundings (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 knowledge.

5. UEFI Firmware Settings: Permits entry to the system’s UEFI firmware settings, offering low-level {hardware} configuration capabilities:

Entry Technique Gadget 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 numerous troubleshooting and restoration situations, 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. Examine BIOS Settings

Make sure that the BIOS is configured in addition 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 stop 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. Examine Boot Order

Make sure that the boot order within the BIOS is appropriate. The specified system must be listed as the primary boot possibility.

6. Superior Troubleshooting:

If the above steps fail, attempt the next superior troubleshooting strategies:

6.1. Restore Startup utilizing BCDEdit

Use the BCDEdit command-line device to restore the boot configuration knowledge. Open an elevated Command Immediate and enter the next instructions:

6.2. Rebuild the BCD

If repairing the BCD fails, rebuild it utilizing the next instructions:

bootrec /FixMbr
bootrec /FixBoot
bootrec /ScanOs
bootrec /RebuildBcd

6.3. Restore the System Picture

If all else fails, contemplate restoring the system picture from a backup to revert to a earlier working state.

Managing A number of Units

Home windows Command Immediate (Cmd) gives a strong device for managing a number of gadgets linked to your laptop. This part delves deeper into the instructions and strategies you should utilize to reboot and work together with these gadgets from the Cmd interface.

Rebooting Distant Units

To reboot a distant system utilizing Cmd, you possibly can make the most of the “shutdown” command. This is the syntax:

shutdown /m device_name

Exchange “device_name” with the identify or IP deal with of the system you wish to reboot.

Checking Gadget Standing

Use the “netstat -an” command to view a listing of all lively community connections. This command shows details about the distant gadgets linked to your laptop, together with their IP addresses and port numbers.

Configuring Gadget Settings

To configure system settings by means of Cmd, use the “devcon” command. This command means that you can modify system properties, equivalent to energy administration settings, driver updates, and useful resource allocation.

Disconnecting Distant Units

To disconnect a distant system out of your laptop, use the “internet use” command. This is the syntax:

internet use device_name /delete

Exchange “device_name” with the identify or IP deal with of the system you wish to disconnect.

Clearing Gadget Historical past

To 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 laptop. You possibly can then delete particular profiles by utilizing the “netsh wlan delete profile identify=” command, changing “identify” with the identify of the profile you wish to take away.

Viewing Gadget Data

Use the “systeminfo” command to retrieve detailed details about your laptop, together with details about linked gadgets. This command shows details about {hardware}, software program, and community configuration.

Troubleshooting Gadget Points

When you encounter points with gadgets linked to your laptop, you should utilize the “eventvwr” command to view system logs. These logs might include details about errors or warnings associated to the gadgets.

Customizing Boot Choices

1. Modify Boot Configuration Knowledge (BCD): Use bcdedit instructions to edit the BCD retailer, which accommodates boot configuration settings for all put in working techniques.

2. Set Default Boot Entry: Run “bcdedit /default {GUID}” to set the default OS in addition 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.” Exchange “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: Forestall 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 operating “bcdedit /set {default} hvprotection on.”.

Automating Gadget Reboots

Rebooting gadgets remotely might be tedious and time-consuming, particularly when a number of gadgets have to be rebooted. To streamline this course of and save time, you possibly can automate system reboots utilizing Home windows Command Immediate (Cmd).

This is a step-by-step information on the right 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. Exchange “ipaddress” with the IP deal with or hostname of the goal system.

Step 3: Elevate Permissions

Sort “runas /person: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 should utilize 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:


@echo off
set gadgets=device1,device2,device3
for /f "tokens=1" %%d in (%gadgets%) do mstsc /v:%%d | runas /person:administrator cmd | shutdown -r -t 0
pause

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.
– Motion: Begin a program and specify the batch file path.
– Run whether or not person is logged on or not.

Step 9: Monitor and Troubleshoot

Monitor the reboot course of by means of the command immediate or by checking the system statuses within the Gadget Supervisor or Distant Desktop Connection Supervisor. Resolve any errors or points encountered through the reboot course of.

Methods to Reboot Into One other Gadget on Home windows Cmd

Rebooting into one other system on Home windows Cmd is a helpful method for troubleshooting {hardware} and software program points. This methodology means that you can quickly swap the lively working system to a different system, equivalent to a USB drive or community share, with out having to bodily restart your laptop.

To reboot into one other system utilizing Home windows Cmd, observe these steps:

1. Open the Command Immediate as an administrator.
2. Sort the next command and press Enter:
“`
bcdedit /set {bootmgr} {default} {system}
“`
3. Exchange {system} with the identifier of the system you wish to boot into. For instance, in addition from a USB drive, use:
“`
bcdedit /set {bootmgr} {default} {system} USB
“`

4. Restart your laptop.

The pc will now boot into the system you specified.

Folks Additionally Ask

How 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:

“`
bcdedit /enum all
“`

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:

“`
bcdedit /set {bootmgr} {default} {system} VM
“`

Exchange {VM} with the identifier of the digital machine you wish to boot into.

Is it attainable to reboot right into a community share utilizing Home windows Cmd?

Sure, it’s attainable to reboot right into a community share utilizing Home windows Cmd. To take action, use the next command:

“`
bcdedit /set {bootmgr} {default} {system} networkshare
“`

Exchange {community} with the IP deal with or hostname of the community share, and {share} with the identify of the share.

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.