Skip to content

Instantly share code, notes, and snippets.

@Luv2C0d3
Last active September 21, 2022 03:33
Show Gist options
  • Save Luv2C0d3/9c7255e8d7ee308148ad0fdf8d46750a to your computer and use it in GitHub Desktop.
Save Luv2C0d3/9c7255e8d7ee308148ad0fdf8d46750a to your computer and use it in GitHub Desktop.
Frow within windows:
Enum things
PS C:\> bcdedit /enum "{fwbootmgr}"
Set order
** DANGER!!! --> Make sure you use Guids ONLY from above command. If you splatter
** {bootmgr} guids into fwbootmgr you MAY CORRUPT YOUR BIOS.
PS C:\> bcdedit /set "{fwbootmgr}" displayorder ...
Replace '...' by the GUIDs of configurations listed in enum step in whichever order you want.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment