Hi!
When deploying computers with UEFI I get a new additional Windows Boot Manager
entry each time I reinstall (still using NEWCOMPUTER scenario) the PC. Loading
defaults in the computer setup ("bios") removes these entries which after some
searching led me to articles about UEFI / NVRAM and commands like
Bcdedit /enum firmware
to list all entries. There is of course manual (via bcdedit) ways to remove
these entries but that's not anything I want to do.
Can I prevent this from happening or as a workaround remove all entries from
inside the TS with some undocumented bcdedit option or any other command? I
guess writing a powershellscript to enum and remove these entries could be a
way to try to do this, but I'm curious on how you guys do this?
Thanks,
Jonas