In the msconfig window, select your os (the one in the SSD) and set it as default and delete the other one.
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I figured I should confirm this first... here's the MSCONFIG display:
View attachment 84764
Here's the DISKPART "list volume" results:
View attachment 84765
At present I have booted from the SSD (C:). Te first line of the MSCONFIG list says "Current OS" which I assume is the one I selected
to boot from and is indeed the SSD.
The second line says "HarddiskVolume5"; from DISKPART you can see that volume 5 is ALSO the SSD (C:).
I am guessing that deleting an entry from the boot list doesn't affect the volume itself (i.e., I won't REALLY be deleting C:), it will just ensure
that at boot, there is only one selection not two.
However - I just wanted to confirm before I did that, thanks!
Partition 1 System 500 MB 1024 KB
Partition 2 OEM 40 MB 501 MB
Partition 3 Reserved 128 MB 541 MB
Partition 4 Recovery 10 GB 669 MB
Partition 5 Primary 56 GB 10 GB
bcdedit /export c:\bcdbackup
bcdedit /delete {a9e30dc7-1c6a-11e5-923b-f8b156fecaed}
dir c:\recovery /a /b /s & dir d:\recovery /a /b /s
dir /a /b /s c:\recovery & dir /ad /s /b c:\windows\recovery
c:\windows\System32\Recovery
c:\windows\System32\Microsoft\Protect\Recovery
c:\windows\SysWOW64\Recovery
Volume in drive C has no label.
Volume Serial Number is DDB1-9240
Directory of c:\recovery
06/05/2022 11:00 <DIR> .
06/05/2022 11:00 <DIR> ..
06/05/2022 11:00 <DIR> OEM
11/12/2017 05:26 <DIR> WindowsRE
0 File(s) 0 bytes
Directory of c:\recovery\OEM
06/05/2022 11:00 <DIR> .
06/05/2022 11:00 <DIR> ..
06/05/2022 11:00 2,363 AfterImageApply_BDB0C1E8-6951-46C4-AB7F-C07B29F462FD.cmd
06/05/2022 11:00 204 ResetConfig.xml
2 File(s) 2,567 bytes
Directory of c:\recovery\WindowsRE
11/12/2017 05:26 <DIR> .
11/12/2017 05:26 <DIR> ..
29/09/2017 14:42 3,170,304 boot.sdi
11/12/2017 05:26 1,133 ReAgent.xml
30/09/2017 15:36 369,683,111 Winre.wim
3 File(s) 372,854,548 bytes
Total Files Listed:
5 File(s) 372,857,115 bytes
8 Dir(s) 62,421,377,024 bytes free
C:\>dir c:\windows\System32\recovery /a /s
Volume in drive C has no label.
Volume Serial Number is DDB1-9240
Directory of c:\windows\System32\recovery
28/08/2021 11:54 <DIR> .
28/08/2021 11:54 <DIR> ..
28/08/2021 12:06 1,109 ReAgent.xml
17/01/2021 12:06 1,109 ReAgent_Merged.xml1
2 File(s) 2,218 bytes
Volume in drive C has no label.
Volume Serial Number is DDB1-9240
Directory of c:\windows\Syswow64\recovery
07/12/2019 10:15 <DIR> .
07/12/2019 10:15 <DIR> ..
07/12/2019 10:12 837 ReAgent.xml
1 File(s) 837 bytes
(type c:\recovery\windowsre\reagent.xml & type c:\windows\System32\recovery\reagent.xml & type c:\windows\Syswow64\recovery\reagent.xml) |findstr /i /c:"winrebcd"
<WinreBCD id="{1974aaef-de26-11e7-b485-7085c238ee93}"/>
<WinreBCD id="{3af3148a-07ee-11ec-bb06-90a56da359b8}"/>
<WinreBCD id=""></WinreBCD>
bcdedit |findstr /i /c:"sequen"
recoverysequence {3af3148a-07ee-11ec-bb06-90a56da359b8}
dir /a /b c:\
dir /a /b d:\
dir /ad /s /b c:\windows\recovery
dir /ad /s /b d:\windows\recovery
dir /a /b /s c:\efi
dir /a /b /s "c:\System Recovery"
dir /a /b /s c:\windows\System32\Recovery
dir /a /b /s c:\windows\SysWOW64\Recovery
dir /a /b /s c:\reagent.xml
bcdedit
reagentc /info
type c:\Windows\System32\Recovery\ReAgent.xml
diskpart
select disk 0
detail disk
select partition 4
detail partition
select disk 1
detail disk
select partition 3
detail partition
exit
bcdedit /set {current} recoverysequence {a9e30dc8-1c6a-11e5-923b-f8b156fecaed}
bcdedit /set {current} recoveryenabled yes
bcdedit /set {current} bootstatuspolicy DisplayAllFailures
bcdedit /set {current} quietboot no
reagentc /boottore