Skip to content

Commit

Permalink
fix(bcdedit): set bootmenupolicy globally
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 18, 2024
1 parent f637066 commit ec69b38
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
title: Configure Boot Configuration
description: Configures the boot configuration (BCD) for QoL
actions:
# ------------------------------------------------------------------------------- #
# https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set #
# ------------------------------------------------------------------------------- #

# Lowering dual boot choice time
# https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/--timeout#parameters
- !run: {exe: 'bcdedit', args: '/timeout 10'}

# Use legacy boot menu
- !run: {exe: 'bcdedit', args: '/set bootmenupolicy Legacy'}
- !run: {exe: 'bcdedit', args: '/set {bootloadersettings} bootmenupolicy legacy'}

# Set boot manager descriptions
- !run:
Expand Down

0 comments on commit ec69b38

Please sign in to comment.