Your BCD looks generally OK, but I hate the look of your Firmware Boot Manager...
Firmware Boot Manager
identifier {fwbootmgr}
displayorder {34cac3ad-b95a-11eb-a6b3-e6b8d4f912b2} <<<USB drive
{bootmgr} <<<Windows Boot Manager
{34cac3aa-b95a-11eb-a6b3-e6b8d4f912b2} <<<PLDS DVD-RW DH16AFSH
{34cac3ab-b95a-11eb-a6b3-e6b8d4f912b2} <<<Another PLDS DVD-RW DH16AFSH
{34cac3ae-b95a-11eb-a6b3-e6b8d4f912b2} <<<Another USB drive
{27574ef5-1eda-11ec-9fea-ecb1d7406573} <<<CT1000MX500SSD1
{70b3589b-1400-11ec-9fe5-806e6f6e6963} <<<SanDisk Ultra II 960GB
{c5cfe03b-c3ba-11eb-9fc7-ecb1d7406573} <<<HL-DT-ST DVDRAM GH24NSD1
{34cac39f-b95a-11eb-a6b3-e6b8d4f912b2} <<<Startup Menu
{34cac3a0-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a1-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a2-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a3-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a4-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a5-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a6-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a7-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a8-b95a-11eb-a6b3-e6b8d4f912b2}
{34cac3a9-b95a-11eb-a6b3-e6b8d4f912b2}
{261f1c0a-2b25-11ec-9ff1-806e6f6e6963}
timeout 0
Have you been in BIOS & did you activate all of those boot items? Many are duplicates. We need to study the situation & deal with it -- it can't be right like that. At least we should get rid of the duplicates. But for now, let's just move the {bootmgr} to be on top of the Displayorder list. That will mean it will try to boot first where now it looks for a USB drive first. This will do it...
BCDEdit /Enum {fwbootmgr}
BCDEdit /Set {fwbootmgr} displayorder {bootmgr} /Addfirst
BCDEdit /Enum {fwbootmgr}
The second /Enum should show {bootmgr} on top of displayorder. Try to boot to Windows. How nice if it gets there.