Windows Boot: Unterschied zwischen den Versionen
Chris (Diskussion | Beiträge) |
Chris (Diskussion | Beiträge) |
||
| Zeile 5: | Zeile 5: | ||
<code> | <code> | ||
C:\Boot\BCD | C:\Boot\BCD | ||
</code> | |||
Content: | |||
<code> | |||
Windows-Start-Manager | |||
--------------------- | |||
Bezeichner {bootmgr} | |||
device partition=C: | |||
description Windows Boot Manager | |||
locale en-us | |||
inherit {globalsettings} | |||
default {default} | |||
resumeobject {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d} | |||
displayorder {default} | |||
toolsdisplayorder {memdiag} | |||
timeout 30 | |||
Windows-Startladeprogramm | |||
------------------------- | |||
Bezeichner {default} | |||
device partition=C: | |||
path \Windows\system32\winload.exe | |||
description Windows 10 | |||
locale en-us | |||
inherit {bootloadersettings} | |||
allowedinmemorysettings 0x15000075 | |||
osdevice partition=C: | |||
systemroot \Windows | |||
resumeobject {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d} | |||
nx OptIn | |||
bootmenupolicy Standard | |||
</code> | </code> | ||
Version vom 14. Februar 2021, 19:49 Uhr
BIOS
Location:
C:\Boot\BCD
Content:
Windows-Start-Manager
Bezeichner {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-us
inherit {globalsettings}
default {default}
resumeobject {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d}
displayorder {default}
toolsdisplayorder {memdiag}
timeout 30
Windows-Startladeprogramm
Bezeichner {default}
device partition=C:
path \Windows\system32\winload.exe
description Windows 10
locale en-us
inherit {bootloadersettings}
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {5d6eadc7-6eaa-11eb-afcf-ea6bfc72462d}
nx OptIn
bootmenupolicy Standard
UEFI
Location:
/EFI/Microsoft/Boot/BCD
Content: (shown with bcdedit)
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 {562601d5-6da8-11eb-8a2c-ca0ab53a65c7}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows-Startladeprogramm
-------------------------
Bezeichner {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale de-DE
inherit {bootloadersettings}
recoverysequence {562601d7-6da8-11eb-8a2c-ca0ab53a65c7}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {562601d5-6da8-11eb-8a2c-ca0ab53a65c7}
nx OptIn
bootmenupolicy Standard