From ec69b3823b0897792c3f0ba093435cc2c3d0016c Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:15:21 +0100 Subject: [PATCH] fix(bcdedit): set bootmenupolicy globally --- .../tweaks/performance/system/config-boot-config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/playbook/Configuration/tweaks/performance/system/config-boot-config.yml b/src/playbook/Configuration/tweaks/performance/system/config-boot-config.yml index 1e9bd5bf9b..0d2763f851 100644 --- a/src/playbook/Configuration/tweaks/performance/system/config-boot-config.yml +++ b/src/playbook/Configuration/tweaks/performance/system/config-boot-config.yml @@ -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: