Skip to content

Commit

Permalink
fix(bcdedit): non-global boot menu policy
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 7, 2024
1 parent 2c973db commit c8b696f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playbook/Configuration/tweaks/qol/bcdedit-tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ actions:
- !run: {exe: 'bcdedit', args: '/timeout 10'}

# Use legacy boot menu
- !run: {exe: 'bcdedit', args: '/set {bootloadersettings} bootmenupolicy legacy'}
# Faster as it doesn't boot into an OS
- !run: {exe: 'bcdedit', args: '/set bootmenupolicy legacy'}

0 comments on commit c8b696f

Please sign in to comment.