You're inside PS (and not CMD). PS has "greedy parsing" which means the
{ braces } have special meaning to PS.
Wrap it in quotes.
Code:
bcdedit /set "{bootmgr}" device partition=S:
It worked! This PC is happy once again! Thank you Garlin! So here's the full history if anyone wants to see.
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 1863 GB 0 B *
Disk 1 Online 3726 GB 0 B *
Disk 2 Online 3726 GB 0 B *
Disk 3 Online 3726 GB 0 B *
Disk 4 Online 3726 GB 1024 KB *
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list part
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Reserved 128 MB 1024 KB
Partition 2 System 99 MB 129 MB
Partition 3 Primary 1861 GB 230 MB
Partition 4 Recovery 888 MB 1862 GB
DISKPART> select part 2
Partition 2 is now the selected partition.
DISKPART> assign letter=s
DiskPart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart...
PS C:\SecureBoot-CA-2023-Updates 5-14-26> bcdedit /set "{bootmgr}" device partition=S:
The operation completed successfully.
PS C:\SecureBoot-CA-2023-Updates 5-14-26> diskpart
Microsoft DiskPart version 10.0.26100.1150
Copyright (C) Microsoft Corporation.
On computer: PLEX
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> select part 2
Partition 2 is now the selected partition.
DISKPART> remove letter=S
DiskPart successfully removed the drive letter or mount point.
DISKPART> exit
Leaving DiskPart...
PS C:\SecureBoot-CA-2023-Updates 5-14-26> bcdedit /enum '{bootmgr}'
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
flightsigning Yes
default {current}
resumeobject {c9e37ee1-b681-11f0-a20e-60a44c601701}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
PS C:\SecureBoot-CA-2023-Updates 5-14-26>
Secure Boot: ON
Virtualization Based Security: OFF
BitLocker on (C:) OFF
UEFI KEK Certs
--------------
Microsoft Corporation KEK CA 2011
Microsoft Corporation KEK 2K CA 2023
UEFI DB Certs
-------------
Microsoft Corporation UEFI CA 2011
Microsoft Windows Production PCA 2011
Microsoft Option ROM UEFI CA 2023
Microsoft UEFI CA 2023
Windows UEFI CA 2023
UEFI DBX Certs
--------------
Microsoft Windows Production PCA 2011
Windows BootMgr SVN 8.0
EFI Files
---------
Windows Boot Manager [Windows UEFI CA 2023] is ALLOWED.
Registry: "WindowsUEFICA2023Capable" = 2
[Windows UEFI CA 2023] in UEFI DB, and Windows starting from CA 2023 Boot Manager.
STATUS REPORT
-------------
Registry: "UEFICA2023Status" = Updated
SUCCESS: UPDATES ARE FINISHED.
UEFI CA 2023 certs are present, PCA 2011 cert is revoked.
PS C:\SecureBoot-CA-2023-Updates 5-14-26>