Deleted Windows Recovery Partition - How to Make a New One


mccnavy

Well-known member
Member
VIP
Local time
8:49 AM
Posts
264
OS
Windows 11
Per the title...I made a mistake of deleting Recovery Partition. I believe there is a way to both create a new one and have Windows move Recovery Environment files to it and recognize it as active. Can someone point me to those instructions? Thanks
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
A repair upgrade is probably the easiest solution - see tutorials.

You can manually rebuild it from a windows installation drive but it needs a bit of understanding of how to use reagentc command and how to extract winre.wim from a windows installation usb drive.

If you have an image backup then you could restore from that.
 

My Computer

System One

  • OS
    Windows 10 Pro + others in VHDs
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Vivobook 14
    CPU
    I7
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    N/A
    Screen Resolution
    1920x1080
    Hard Drives
    1 TB Optane NVME SSD, 1 TB NVME SSD
    PSU
    Yep, got one
    Case
    Yep, got one
    Cooling
    Stella Artois
    Keyboard
    Built in
    Mouse
    Bluetooth , wired
    Internet Speed
    72 Mb/s :-(
    Browser
    Edge mostly
    Antivirus
    Defender
    Other Info
    TPM 2.0
Personally, I would not be concerned about it. Everything that you can do from the recovery partition, you can also do by booting from the standard Windows 10 installation USB flash drive.

However, this might help:
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Homebuilt
    CPU
    AMD Ryzen 7 3800XT
    Motherboard
    ASUS ROG Crosshair VII Hero (WiFi)
    Memory
    32GB
    Graphics Card(s)
    EVGA GeForce GTX 1080 Ti
  • Operating System
    Windows 11 Education
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 7773
    CPU
    Intel i7-8550U
    Memory
    32GB
    Graphics card(s)
    Nvidia Geforce MX150
    Sound Card
    Realtek
    Monitor(s) Displays
    17"
    Screen Resolution
    1920 x 1080
    Hard Drives
    Toshiba 512GB NVMe SSD
    SK Hynix 512GB SATA SSD
    Internet Speed
    Fast!
Per the title...I made a mistake of deleting Recovery Partition. I believe there is a way to both create a new one and have Windows move Recovery Environment files to it and recognize it as active. Can someone point me to those instructions? Thanks

Read these articles first 👇

If you have an ISO of your current build of Windows, extract all files with 7-Zip or any archiver, then do this 👇

Run Command Prompt as Administrator, then type the following commands:
  • DISM /mount-wim /wimfile:X:\Win11\sources\install.wim /index:1 /mountdir:C:\mount
You need to determine the index number of your Windows installation (e.g., Home, Pro, etc.)​
You can do that using this command 👇
DISM /get-wiminfo /wimfile:X:\Win11\sources\install.wim​
  • COPY C:\mount\Windows\System32\Recovery\winre.wim C:\Recovery\WindowsRE
  • DISM /unmount-wim /mountdir:C:\mount /commit
  • reagentc /disable
  • reagentc /setreimage /path C:\Recovery\WindowsRE
  • reagentc /enable
  • reagentc /info
This will create a Windows Recovery Environment on Drive C.
If you don't want it on Drive C, you need to read this 👇
 
Last edited:

My Computer

System One

  • OS
    Windows 11
Much appreciated...I guess I won't need it. Repair upgrade (i.e. repair by reinstall) didn't re-create it...not sure why. Like some of you said I have fortunately known that keeping install media on USB nearby is the next best thing. I'll just keep doing that.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
I would run reagentc /info again. You might have recovery environment on C: drive now.
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Homebuilt
    CPU
    AMD Ryzen 7 3800XT
    Motherboard
    ASUS ROG Crosshair VII Hero (WiFi)
    Memory
    32GB
    Graphics Card(s)
    EVGA GeForce GTX 1080 Ti
  • Operating System
    Windows 11 Education
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 7773
    CPU
    Intel i7-8550U
    Memory
    32GB
    Graphics card(s)
    Nvidia Geforce MX150
    Sound Card
    Realtek
    Monitor(s) Displays
    17"
    Screen Resolution
    1920 x 1080
    Hard Drives
    Toshiba 512GB NVMe SSD
    SK Hynix 512GB SATA SSD
    Internet Speed
    Fast!
Read these articles first 👇

If you have an ISO of your current build of Windows, extract all files with 7-Zip or any archiver, then do this 👇

Run Command Prompt as Administrator, then type the following commands:
  • DISM /mount-wim /wimfile:X:\Win11\sources\install.wim /index:1 /mountdir:C:\mount
You need to determine the index number of your Windows installation (e.g., Home, Pro, etc.)​
You can do that using this command 👇
DISM /get-wiminfo /wimfile:X:\Win11\sources\install.wim​
  • COPY C:\mount\Windows\System32\Recovery\winre.wim C:\Recovery\WindowsRE
  • DISM /unmount-wim /mountdir:C:\mount /commit
  • reagentc /disable
  • reagentc /setreimage /path C:\Recovery\WindowsRE
  • reagentc /enable
  • reagentc /info
This will create a Windows Recovery Environment on Drive C.
If you don't want it on Drive C, you need to read this 👇
Can I just copy the winre.wim file from Windows\System32\Recovery to a C:\Recovery\WindowsRE folder and run the reagentc commands?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
Can I just copy the winre.wim file from Windows\System32\Recovery to a C:\Recovery\WindowsRE folder and run the reagentc commands?
There is only ever one copy of WinRE.wim. When reagentc /info says it is disabled it should be seen in Windows\System32\Recovery, waiting to be deployed. When you use reagentc to enable it then WinRE.wim is moved (not copied) to the Recovery partition or C:\Recovery if a recovery partition is unavailable. You should not need to do any manual copying.
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 3 A315-23
    CPU
    AMD Athlon Silver 3050U
    Memory
    8GB
    Graphics Card(s)
    Radeon Graphics
    Monitor(s) Displays
    laptop screen
    Screen Resolution
    1366x768 native resolution, up to 2560x1440 with Radeon Virtual Super Resolution
    Hard Drives
    1TB Samsung EVO 870 SSD
    Internet Speed
    50 Mbps
    Browser
    Edge, Firefox
    Antivirus
    Defender
    Other Info
    fully 'Windows 11 ready' laptop. Windows 10 C: partition migrated from my old unsupported 'main machine' then upgraded to 11. A test migration ran Insider builds for 2 months. When 11 was released on 5th October it was re-imaged back to 10 and was offered the upgrade in Windows Update on 20th October. Windows Update offered the 22H2 Feature Update on 20th September 2022. It got the 23H2 Feature Update on 4th November 2023 through Windows Update.

    My SYSTEM THREE is a Dell Latitude 5410, i7-10610U, 32GB RAM, 512GB ssd, supported device running Windows 11 Pro (and all my Hyper-V VMs).

    My SYSTEM FOUR is a 2-in-1 convertible Lenovo Yoga 11e 20DA, Celeron N2930, 8GB RAM, 256GB ssd. Unsupported device: currently running Win10 Pro, plus Win11 Pro RTM and Insider Beta as native boot vhdx.

    My SYSTEM FIVE is a Dell Latitude 3190 2-in-1, Pentium Silver N5030, 4GB RAM, 512GB NVMe ssd, supported device running Windows 11 Pro, plus the Insider Beta, Dev, and Canary builds as a native boot .vhdx.
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Lattitude E4310
    CPU
    Intel® Core™ i5-520M
    Motherboard
    0T6M8G
    Memory
    8GB
    Graphics card(s)
    (integrated graphics) Intel HD Graphics
    Screen Resolution
    1366x768
    Hard Drives
    500GB Crucial MX500 SSD
    Browser
    Firefox, Edge
    Antivirus
    Defender
    Other Info
    unsupported machine: Legacy bios, MBR, TPM 1.2, upgraded from W10 to W11 using W10/W11 hybrid install media workaround. In-place upgrade to 22H2 using ISO and a workaround. Feature Update to 23H2 by manually installing the Enablement Package. Also running Insider Beta, Dev, and Canary builds as a native boot .vhdx.

    My SYSTEM THREE is a Dell Latitude 5410, i7-10610U, 32GB RAM, 512GB ssd, supported device running Windows 11 Pro (and all my Hyper-V VMs).

    My SYSTEM FOUR is a 2-in-1 convertible Lenovo Yoga 11e 20DA, Celeron N2930, 8GB RAM, 256GB ssd. Unsupported device: currently running Win10 Pro, plus Win11 Pro RTM and Insider Beta as native boot vhdx.

    My SYSTEM FIVE is a Dell Latitude 3190 2-in-1, Pentium Silver N5030, 4GB RAM, 512GB NVMe ssd, supported device running Windows 11 Pro, plus the Insider Beta, Dev, and Canary builds as a native boot .vhdx.
There is only ever one copy of WinRE.wim. When reagentc /info says it is disabled it should be seen in Windows\System32\Recovery, waiting to be deployed. When you use reagentc to enable it then WinRE.wim is moved (not copied) to the Recovery partition or C:\Recovery if a recovery partition is unavailable. You should not need to do any manual copying.
True but this rather assumes OP (@mccnavy) ran "reagentc /disable" before deleting the recovery partition but based on original post, I rather doubt it. So I suspect OP has no winre.wim at all.

This is where I find treesize useful as it allows you to easily examine hidden files/folders.

So OP will probably need to get winre.wim from a usb installation drive via dism or 7zip (as you showed me a while back).
 

My Computer

System One

  • OS
    Windows 10 Pro + others in VHDs
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Vivobook 14
    CPU
    I7
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    N/A
    Screen Resolution
    1920x1080
    Hard Drives
    1 TB Optane NVME SSD, 1 TB NVME SSD
    PSU
    Yep, got one
    Case
    Yep, got one
    Cooling
    Stella Artois
    Keyboard
    Built in
    Mouse
    Bluetooth , wired
    Internet Speed
    72 Mb/s :-(
    Browser
    Edge mostly
    Antivirus
    Defender
    Other Info
    TPM 2.0
I did disable reagentc /disable before deleting the recovery partition a long time ago. Last night I did find that I still had winre.wim (after enabling viewing hidden system files). I attempted to recreate a recovery partition (using set id) with no luck.. However, I followed Bizarre's commands and now I have a hidden system folder called Recovery (I can't open it though...access is denied). When running reagentc /info, it shows enabled and RE located at that location. Recovery image location is blank. I think I'm good?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
I did disable reagentc /disable before deleting the recovery partition a long time ago. Last night I did find that I still had winre.wim (after enabling viewing hidden system files). I attempted to recreate a recovery partition (using set id) with no luck.. However, I followed Bizarre's commands and now I have a hidden system folder called Recovery (I can't open it though...access is denied). When running reagentc /info, it shows enabled and RE located at that location. Recovery image location is blank. I think I'm good?
If your Windows Recovery Environment is enable on C: drive, you should be able to run the following command in a command prompt with admin privileges:

Code:
C:\Windows\System32>dir C:\Recovery\WindowsRE


 Volume in drive C is Windows 11 22H2
 Volume Serial Number is 422C-C6A0

 Directory of C:\Recovery\WindowsRE

12/13/2022  06:00 PM    <DIR>          .
11/24/2022  01:37 PM    <DIR>          ..
05/06/2022  09:19 PM         3,170,304 boot.sdi
11/24/2022  01:37 PM             1,109 ReAgent.xml
12/13/2022  06:00 PM       899,773,396 winre.wim
               3 File(s)    902,944,809 bytes
               2 Dir(s)  300,382,359,552 bytes free

C:\Windows\System32>
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Homebuilt
    CPU
    AMD Ryzen 7 3800XT
    Motherboard
    ASUS ROG Crosshair VII Hero (WiFi)
    Memory
    32GB
    Graphics Card(s)
    EVGA GeForce GTX 1080 Ti
  • Operating System
    Windows 11 Education
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 7773
    CPU
    Intel i7-8550U
    Memory
    32GB
    Graphics card(s)
    Nvidia Geforce MX150
    Sound Card
    Realtek
    Monitor(s) Displays
    17"
    Screen Resolution
    1920 x 1080
    Hard Drives
    Toshiba 512GB NVMe SSD
    SK Hynix 512GB SATA SSD
    Internet Speed
    Fast!
It just says File Not Found...
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
What method was used to delete the recovery partition?

Please perform the following steps:

1) Post images or share links of disk management:

2) Run this bat script then post share links into this thread using one drive, drop box, or google drive

a) https://www.elevenforum.com/attachments/tuneup_plus_log-bat.36285/


3) Open administrative command prompt and copy and paste (all at one time):

Code:
bcdedit
reagentc /info
diskpart
lis dis
lis vol
sel dis 0
det dis
lis par
sel par 1
det par
sel par 2
det par
sel par 3
det par
sel par 4
det par
sel par 5
det par
sel par 6
det par
sel dis 1
det dis
lis par
sel par 1
det par
sel par 2
det par
sel par 3
det par
sel par 4
det par
sel par 5
det par
sel par 6
det par


Type:
ctrl + a
ctrl + c

Paste into this thread typing:
ctrl + v
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
    Motherboard
    Product : 190A Version : KBC Version 94.56
    Memory
    16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
    Graphics Card(s)
    NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
    Sound Card
    IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
    Hard Drives
    Model Hitachi HTS727575A9E364
    Antivirus
    Microsoft Defender
    Other Info
    Mobile Workstation
Can I just copy the winre.wim file from Windows\System32\Recovery to a C:\Recovery\WindowsRE folder and run the reagentc commands?

If you have winre.wim in that directory (C:\Windows\System32\Recovery), then why not?

PS:
Before I made this reply, know that I don't have winre.wim in the directory (C:\Windows\System32\Recovery) you mentioned.
That's why in my previous reply, I mentioned about having an ISO of your current build of Windows.
 

My Computer

System One

  • OS
    Windows 11
Thanks zbook...I'll try and get that to run on laptop when I get a chance...I tried to run it on desktop I'm typing from now and nothing happened. I believe my RE environment is functional now though...which may be a sign that it worked. I assume that if I didn't have a working Recovery that I wouldn't be able to run "Advanced Startup" or see the "reset this PC option", correct (under Settings>System>Recovery)? I was able to successfully restart the laptop last night and get to advanced startup options.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
Ok...here you go...
- I originally deleted it because DISKPART was not allowing me to create SSD OP space and then move it back to adjacent to the Windows partition. I ended up using either EaseUS or Minitool to do it. In the past, I disabled reagentc, deleted the partition, and usually ran a repair by reinstall and it created it again. This time it did not work. Likewise, I attempted to shrink the C: partition (partition 3), create a new simple volume, and then change the ID to de94bba4-0bd1-...which should've converted it to a system recovery partition that disabling and re-enabling reagentc would transfer to. No luck. It doesn't change the properties to a system recovery partition.

1) Here is a photo from Disk Management
Screenshot 2022-12-30 110845.png
2) Results of tuneup_plus_log attached below. I don't see any issues.

3) Results of Command Prompt Commands:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume1
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
isolatedcontext Yes
default {current}
resumeobject {0173acdf-8486-11ed-8284-ca59087e1438}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 11
locale en-US
inherit {bootloadersettings}
recoverysequence {0173acec-8486-11ed-8284-ca59087e1438}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {0173acdf-8486-11ed-8284-ca59087e1438}
nx OptIn
bootmenupolicy Standard

C:\Users\Michael McCain>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:

Windows RE status: Enabled
Windows RE location: \\?\GLOBALROOT\device\harddisk0\partition3\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: 0173acec-8486-11ed-8284-ca59087e1438
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0

REAGENTC.EXE: Operation Successful.


C:\Users\Michael McCain>diskpart

Microsoft DiskPart version 10.0.22621.1

Copyright (C) Microsoft Corporation.
On computer: DELLXPS159510

DISKPART> lis dis

Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 953 GB 95 GB *

DISKPART> lis vol

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C Windows NTFS Partition 858 GB Healthy Boot
Volume 1 FAT32 Partition 100 MB Healthy System

DISKPART> sel dis 0

Disk 0 is now the selected disk.

DISKPART> det dis

NVMe PC711 NVMe SK hynix 1TB
Disk ID: {726BF907-D489-49C8-AEE0-269FD2D92332}
Type : NVMe
Status : Online
Path : 2
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(0E00)#NVME(P02T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C Windows NTFS Partition 858 GB Healthy Boot
Volume 1 FAT32 Partition 100 MB Healthy System

DISKPART> lis par

Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 System 100 MB 1024 KB
Partition 2 Reserved 16 MB 101 MB
Partition 3 Primary 858 GB 120 MB

DISKPART> sel par 1

Partition 1 is now the selected partition.

DISKPART> det par

Partition 1
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 1048576

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 1 FAT32 Partition 100 MB Healthy System

DISKPART> sel par 2

Partition 2 is now the selected partition.

DISKPART> det par

Partition 2
Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden : Yes
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 105906176

There is no volume associated with this partition.

DISKPART> sel par 3

Partition 3 is now the selected partition.

DISKPART> det par

Partition 3
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0X8000000000000000
Offset in Bytes: 125829120

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 0 C Windows NTFS Partition 858 GB Healthy Boot
 

Attachments

  • Tuneup.log
    5.9 KB · Views: 4

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
Your Windows Recovery Environment is enabled. What is the issue?
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Homebuilt
    CPU
    AMD Ryzen 7 3800XT
    Motherboard
    ASUS ROG Crosshair VII Hero (WiFi)
    Memory
    32GB
    Graphics Card(s)
    EVGA GeForce GTX 1080 Ti
  • Operating System
    Windows 11 Education
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 7773
    CPU
    Intel i7-8550U
    Memory
    32GB
    Graphics card(s)
    Nvidia Geforce MX150
    Sound Card
    Realtek
    Monitor(s) Displays
    17"
    Screen Resolution
    1920 x 1080
    Hard Drives
    Toshiba 512GB NVMe SSD
    SK Hynix 512GB SATA SSD
    Internet Speed
    Fast!
Your Windows Recovery Environment is enabled. What is the issue?
The issue is that in a normal Windows installation, the image resides in a separate recovery partition. I deleted that partition when re-configuring other partitions on the drive a long time ago. Normally you can re-create it by either 1) doing a repair by reinstall (as someone mentioned above) or 2) manually creating it using a specific partition ID. I've tried both without success. However, as you just mentioned, as long as it shows enabled, and it is pointed to an effective location, I appear to at least have not lost the functionality, even though I can't restore it back to a normal/traditional Recovery Partition.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB
maybe this will help

 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    5900x
    Motherboard
    MAG X570S TOMAHAWK MAX WIFI
    Memory
    32 GB G.Skill
    Graphics Card(s)
    RX 6800 XT
    Sound Card
    Creative Sound Blaster Z
    Monitor(s) Displays
    BENQ and AOC QHD 120Hz
    Screen Resolution
    QHD
    Hard Drives
    2TB Intel 660p and 2TB Sabrent Rokect 4 plus nvme, 4TB HDD HGST
    PSU
    Corsair RM750
    Case
    Bloody rage
    Cooling
    Water cooling gamdias 240
    Keyboard
    razer ornata
    Mouse
    razer da v2
    Browser
    FF and Chrome
    Antivirus
    Malwarebytes
Yep...that is exactly what I did except that once I enter the ID to convert a simple volume (logical or primary) to a Recovery Partition it doesn't work. I saw that video and there's another one just like it.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    Samsung 850 Evo 512GB

Latest Support Threads

Back
Top Bottom