I'm tired of Windows always adding itself on top of my boot queue on it's own
whenever an update or anything else happens and this, seriously gets on my nerve.
On Linux/BSDs you have the
Code: Select all
efivar
Some varibles are RO only though, and you need to explicitly mount the
Code: Select all
efivarfs
where the UEFI variables happily reside:
Code: Select all
sys/firmware/efi/efivars
I want to make a Task or logoff script or whatever solves this, so on each reboot Windows
takes the hint and gets to the end of my boot queue

Thanks in advance,