Method 1: Using System Configuration (msconfig)
- Open System Configuration:
- Press
Win + R
to open the Run dialog. - Type
msconfig
and press Enter.
- Press
- Boot Tab:
- Go to the Boot tab.
- Select Windows 10 as the default operating system if it’s not already selected.
- Check the box that says "Make all boot settings permanent."
- Click Apply and OK.
- Restart your computer to see if the change has taken effect.
Method 2: Using Advanced System Settings
- Open System Properties:
- Press
Win + R
to open the Run dialog. - Type
sysdm.cpl
and press Enter.
- Press
- Advanced Tab:
- Go to the Advanced tab.
- Under Startup and Recovery, click on Settings.
- Startup and Recovery Settings:
- In the System Startup section, select Windows 10 as the default operating system.
- Uncheck the box that says "Time to display list of operating systems" or set the time to 0 seconds.
- Click OK.
- Restart your computer to see if the change has taken effect.
Method 3: Using Command Prompt
- Open Command Prompt as Administrator:
- Press
Win + X
and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
- Press
- Set Default OS:
- Type the following command and press Enter bcdedit /default {current}
- Set Timeout:
- Type the following command and press Enter: bcdedit /timeout 0
- Restart your computer to see if the change has taken effect.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin