π» How to Enter BIOS Directly from Command Prompt (No Function Key Needed)
Sometimes entering the BIOS can be tricky β you have to press the right key (like F2, DEL, or ESC) at just the right time during startup. Miss the timing, and youβre back in Windows again.
But donβt worry β thereβs a simple Command Prompt method to restart your PC directly into BIOS, without guessing any keys.
πͺ Steps to Enter BIOS Using Command Prompt
- Open Command Prompt as Administrator
- Click on the Windows Search bar, type cmd.
- Right-click on Command Prompt β choose βRun as administrator.β
- Click Yes on the permission prompt.
- Type the following command carefully:
shutdown /r /fw /t 0Then hit Enter.
βοΈ What this Command Means
| Part | Function |
|---|---|
shutdown | Starts the shutdown or restart process |
/r | Restarts the computer (instead of shutting down completely) |
/fw | Forces the system to boot into firmware (BIOS/UEFI) on the next restart |
/t 0 | Sets the timer to 0 seconds, so restart happens immediately |
π What Happens Next
- Your PC will automatically restart.
- Instead of booting into Windows, it will open the BIOS/UEFI settings screen directly.
- From here, you can make any necessary changes β like enabling virtualization, secure boot, boot order, etc.
Once done:
- Press F10 β select Save and Exit β confirm with Yes.
β Thatβs It!
Youβve successfully entered your BIOS without pressing any special key at startup.