We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c973db commit c8b696fCopy full SHA for c8b696f
src/playbook/Configuration/tweaks/qol/bcdedit-tweaks.yml
@@ -10,4 +10,5 @@ actions:
10
- !run: {exe: 'bcdedit', args: '/timeout 10'}
11
12
# Use legacy boot menu
13
- - !run: {exe: 'bcdedit', args: '/set {bootloadersettings} bootmenupolicy legacy'}
+ # Faster as it doesn't boot into an OS
14
+ - !run: {exe: 'bcdedit', args: '/set bootmenupolicy legacy'}
0 commit comments