Skip to content

Instantly share code, notes, and snippets.

@koron
Last active June 2, 2020 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koron/1770882fe1cfd3ff5c89ed819000d628 to your computer and use it in GitHub Desktop.
Save koron/1770882fe1cfd3ff5c89ed819000d628 to your computer and use it in GitHub Desktop.
ある日の bcd
Windows ブート マネージャー
--------------------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale ja-JP
inherit {globalsettings}
default {current}
resumeobject {52f214a7-3405-11e9-a309-addbb0e74611}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows ブート ローダー
--------------------------------
identifier {current}
device partition=C:
path \WINDOWS\system32\winload.exe
description Windows 10
locale ja-JP
inherit {bootloadersettings}
recoverysequence {52f214aa-3405-11e9-a309-addbb0e74611}
displaymessageoverride Recovery
recoveryenabled Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {52f214a7-3405-11e9-a309-addbb0e74611}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Off
Windows ブート マネージャー
--------------------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
description Windows Boot Manager
locale ja-JP
inherit {globalsettings}
default {current}
resumeobject {46eb2439-a4c2-11ea-9cfe-001bdcf58392}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows ブート ローダー
--------------------------------
identifier {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 10 Pro
locale ja-JP
inherit {bootloadersettings}
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {46eb2439-a4c2-11ea-9cfe-001bdcf58392}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment