Thanks PCR -->
Microsoft Windows [Version 10.0.18363.1316]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Windows\system32>BCDEdit /Enum All
Firmware Boot Manager
identifier {fwbootmgr}
displayorder {2c06c486-872c-11ea-b70d-806e6f6e6963}
{aadb063e-872b-11ea-830f-c4acb7ccc0f1}
{bootmgr}
timeout 2
Windows Boot Manager
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {aadb0640-872b-11ea-830f-c4acb7ccc0f1}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Firmware Application (101fffff)
identifier {2c06c486-872c-11ea-b70d-806e6f6e6963}
device partition=\Device\HarddiskVolume2
description UEFI: ADATA SU800
Firmware Application (101fffff)
identifier {aadb063e-872b-11ea-830f-c4acb7ccc0f1}
description UEFI: Network Card
Windows Boot Loader
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale en-US
inherit {bootloadersettings}
recoverysequence {aadb0642-872b-11ea-830f-c4acb7ccc0f1}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {aadb0640-872b-11ea-830f-c4acb7ccc0f1}
nx OptIn
bootmenupolicy Standard
Windows Boot Loader
identifier {aadb0642-872b-11ea-830f-c4acb7ccc0f1}
device ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{aadb0643-872b-11ea-830f-c4acb7ccc0f1}
path \windows\system32\winload.efi
description Windows Recovery Environment
locale en-us
inherit {bootloadersettings}
displaymessage Recovery
osdevice ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{aadb0643-872b-11ea-830f-c4acb7ccc0f1}
systemroot \windows
nx OptIn
bootmenupolicy Standard
winpe Yes
Resume from Hibernate
identifier {aadb0640-872b-11ea-830f-c4acb7ccc0f1}
device partition=C:
path \Windows\system32\winresume.efi
description Windows Resume Application
locale en-US
inherit {resumeloadersettings}
recoverysequence {aadb0642-872b-11ea-830f-c4acb7ccc0f1}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
filedevice partition=C:
filepath \hiberfil.sys
bootmenupolicy Standard
debugoptionenabled No
Windows Memory Tester
identifier {memdiag}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\memtest.efi
description Windows Memory Diagnostic
locale en-US
inherit {globalsettings}
badmemoryaccess Yes
EMS Settings
identifier {emssettings}
bootems No
Debugger Settings
identifier {dbgsettings}
debugtype Local
RAM Defects
identifier {badmemory}
Global Settings
identifier {globalsettings}
inherit {dbgsettings}
{emssettings}
{badmemory}
Boot Loader Settings
identifier {bootloadersettings}
inherit {globalsettings}
{hypervisorsettings}
Hypervisor Settings
identifier {hypervisorsettings}
hypervisordebugtype Serial
hypervisordebugport 1
hypervisorbaudrate 115200
Resume Loader Settings
identifier {resumeloadersettings}
inherit {globalsettings}
Device options
identifier {aadb0643-872b-11ea-830f-c4acb7ccc0f1}
description Windows Recovery
ramdisksdidevice partition=\Device\HarddiskVolume1
ramdisksdipath \Recovery\WindowsRE\boot.sdi
C:\Windows\system32>ReagentC /Info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \?\GLOBALROOT\device\harddisk0\partition1\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: aadb0642-872b-11ea-830f-c4acb7ccc0f1
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\Windows\system32>Diskpart
Microsoft DiskPart version 10.0.18362.1171
Copyright (C) Microsoft Corporation.
On computer: DESKTOP-VHJK81L
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART> Select Part 1
Partition 1 is now the selected partition.
DISKPART> Assign Letter=R
DiskPart successfully assigned the drive letter or mount point.
DISKPART> Exit
Leaving DiskPart...
C:\Windows\system32>Dir R:\ /a
Volume in drive R is Recovery
Volume Serial Number is 10DE-A86E
Directory of R:\
08/02/2021 07:57 AM <DIR> Recovery
25/04/2020 12:38 PM <DIR> System Volume Information
0 File(s) 0 bytes
2 Dir(s) 98,332,672 bytes free
C:\Windows\system32>DiskPart
Microsoft DiskPart version 10.0.18362.1171
Copyright (C) Microsoft Corporation.
On computer: DESKTOP-VHJK81L
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART> Select Part 1
Partition 1 is now the selected partition.
DISKPART> Remove Letter=R
DiskPart successfully removed the drive letter or mount point.
DISKPART>