Here is Disk Manager:
DISKPART> List Vol
Volume ### Bst Bezeichnung DS Typ Größe Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C NTFS Partition 203 GB Fehlerfrei Startpar
Volume 1 NTFS Partition 521 MB Fehlerfrei
Volume 2 FAT32 Partition 100 MB Fehlerfre System
Volume 3 D Volume NTFS Partition 931 GB Fehlerfrei
Volume 4 E Volume NTFS Partition 447 GB Fehlerfrei
DISKPART>
DISKPART> List Disk
Datenträger ### Status Größe Frei Dyn GPT
--------------- ------------- ------- ------- --- ---
Datenträger 0 Online 223 GB 1024 KB *
Datenträger 1 Online 931 GB 1024 KB *
Datenträger 2 Online 447 GB 1024 KB *
DISKPART>
DISKPART> Select Disk 0
Datenträger 0 ist jetzt der gewählte Datenträger.
DISKPART>
DISKPART> List Part
Partition ### Typ Größe Offset
------------- ---------------- ------- -------
Partition 1 System 100 MB 1024 KB
Partition 2 Reserviert 16 MB 101 MB
Partition 3 Primär 203 GB 117 MB
Partition 5 Unbekannt 19 GB 203 GB
Partition 4 Wiederherstellun 521 MB 223 GB
DISKPART>
DISKPART> Select Disk 1
Datenträger 1 ist jetzt der gewählte Datenträger.
DISKPART>
DISKPART> List Part
Partition ### Typ Größe Offset
------------- ---------------- ------- -------
Partition 1 Reserviert 15 MB 17 KB
Partition 2 Primär 931 GB 16 MB
DISKPART>
DISKPART> Select Disk 2
Datenträger 2 ist jetzt der gewählte Datenträger.
DISKPART>
DISKPART> List Part
Partition ### Typ Größe Offset
------------- ---------------- ------- -------
Partition 1 Reserviert 15 MB 17 KB
Partition 2 Primär 447 GB 16 MB
DISKPART>
DISKPART> Exit
And BCD:
C:\WINDOWS\system32>BCDEdit /Enum All
Start-Manager für Firmware
Bezeichner {fwbootmgr}
displayorder {bootmgr}
{bc3fa510-fe92-11ea-b227-806e6f6e6963}
{bc3fa50f-fe92-11ea-b227-806e6f6e6963}
{7c737fc1-dbb4-11ea-8708-836fcd478fb1}
timeout 1
Windows-Start-Manager
Bezeichner {bootmgr}
device partition=\Device\HarddiskVolume1
path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description Windows Boot Manager
locale de-DE
inherit {globalsettings}
default {current}
resumeobject {80bb344c-fc52-11ea-b786-dae81f622fe9}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Firmwareanwendung (101fffff)
Bezeichner {7c737fc1-dbb4-11ea-8708-836fcd478fb1}
description Hard Drive
Firmwareanwendung (101fffff)
Bezeichner {bc3fa50f-fe92-11ea-b227-806e6f6e6963}
device partition=\Device\HarddiskVolume1
path \EFI\UBUNTU\SHIMX64.EFI
description ubuntu
Firmwareanwendung (101fffff)
Bezeichner {bc3fa510-fe92-11ea-b227-806e6f6e6963}
device partition=\Device\HarddiskVolume1
path \EFI\UBUNTU\GRUBX64.EFI
description ubuntu
Windows-Startladeprogramm
Bezeichner {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 10
locale de-DE
inherit {bootloadersettings}
recoverysequence {ae3879e3-fb7f-11ea-bd25-7085c25d426a}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {80bb344c-fc52-11ea-b786-dae81f622fe9}
nx OptIn
bootmenupolicy Standard
Windows-Startladeprogramm
Bezeichner {ae3879e3-fb7f-11ea-bd25-7085c25d426a}
device ramdisk=[\Device\HarddiskVolume5]\Recovery\WindowsRE\Winre.wim,{ae3879e4-fb7f-11ea-bd25-7085c25d426a}
path \windows\system32\winload.efi
description Windows Recovery Environment
locale de-DE
inherit {bootloadersettings}
displaymessage Recovery
displaymessageoverride PushButtonReset
osdevice ramdisk=[\Device\HarddiskVolume5]\Recovery\WindowsRE\Winre.wim,{ae3879e4-fb7f-11ea-bd25-7085c25d426a}
systemroot \windows
nx OptIn
bootmenupolicy Standard
winpe Yes
Wiederaufnahme aus dem Ruhezustand
Bezeichner {80bb344c-fc52-11ea-b786-dae81f622fe9}
device partition=C:
path \WINDOWS\system32\winresume.efi
description Windows Resume Application
locale de-DE
inherit {resumeloadersettings}
recoverysequence {ae3879e3-fb7f-11ea-bd25-7085c25d426a}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
filedevice partition=C:
filepath \hiberfil.sys
bootmenupolicy Standard
debugoptionenabled No
Windows-Speichertestprogramm
Bezeichner {memdiag}
device partition=\Device\HarddiskVolume1
path \EFI\Microsoft\Boot\memtest.efi
description Windows-Speicherdiagnose
locale de-DE
inherit {globalsettings}
badmemoryaccess Yes
EMS-Einstellungen
Bezeichner {emssettings}
bootems No
Debuggereinstellungen
Bezeichner {dbgsettings}
debugtype Local
RAM-Defekte
Bezeichner {badmemory}
Globale Einstellungen
Bezeichner {globalsettings}
inherit {dbgsettings}
{emssettings}
{badmemory}
Startladeprogramm-Einstellungen
Bezeichner {bootloadersettings}
inherit {globalsettings}
{hypervisorsettings}
Hypervisoreinstellungen
Bezeichner {hypervisorsettings}
hypervisordebugtype Serial
hypervisordebugport 1
hypervisorbaudrate 115200
Einstellungen zur Ladeprogrammfortsetzung
Bezeichner {resumeloadersettings}
inherit {globalsettings}
Geräteoptionen
Bezeichner {ae3879e4-fb7f-11ea-bd25-7085c25d426a}
description Windows Recovery
ramdisksdidevice partition=\Device\HarddiskVolume5
ramdisksdipath \Recovery\WindowsRE\boot.sdi
Thanks for your help