Uploaded May 2025 | Updated September 2026, 2 weeks ago
Fix "Could not find recovery environment" during reset with three methods. This step-by-step guide shows how to repair or recreate Windows Recovery Environment (WinRE) for both Windows 11 and Windows 10 UEFI systems.
00:00 Enable Disabled Recovery Environment
02:12 Restore Missing Winre.wim File from ISO
03:51 Create New Recovery Partition (DiskPart)
🔑 KEY COMMANDS & INFO
# Fix 1: Check & enable WinRE
reagentc /info
reagentc /enable
# Fix 2: Register WinRE path
reagentc /setreimage /path C:\Windows\System32\Recovery
# Fix 3: DiskPart commands (GPT)
list disk
select disk N
list partition
select partition M
shrink desired=650
create partition primary
format fs=ntfs quick
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
❗ CRITICAL NOTES
Recovery Partition GUID (GPT):
de94bba4-06d1-4d40-a16a-bfd50179d6ac
For MBR disks: Use set id=27 instead
Always run Command Prompt as Administrator
Requires Windows ISO: microsoft.com/en-us/software-download/windows11
7-Zip needed for .wim extraction: 7-zip.org
⚠️ WARNING
DiskPart operations carry data risk. Double-check disk/partition selections before modifying. Backup critical data first.
Fix "Could not find recovery environment" during reset with three methods. This step-by-step guide shows how to repair or recreate Windows Recovery Environment (WinRE) for both Windows 11 and Windows 10 UEFI systems.
00:00 Enable Disabled Recovery Environment
02:12 Restore Missing Winre.wim File from ISO
03:51 Create New Recovery Partition (DiskPart)
🔑 KEY COMMANDS & INFO
# Fix 1: Check & enable WinRE
reagentc /info
reagentc /enable
# Fix 2: Register WinRE path
reagentc /setreimage /path C:\Windows\System32\Recovery
# Fix 3: DiskPart commands (GPT)
list disk
select disk N
list partition
select partition M
shrink desired=650
create partition primary
format fs=ntfs quick
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
❗ CRITICAL NOTES
Recovery Partition GUID (GPT):
de94bba4-06d1-4d40-a16a-bfd50179d6ac
For MBR disks: Use set id=27 instead
Always run Command Prompt as Administrator
Requires Windows ISO: microsoft.com/en-us/software-download/windows11
7-Zip needed for .wim extraction: 7-zip.org
⚠️ WARNING
DiskPart operations carry data risk. Double-check disk/partition selections before modifying. Backup critical data first.






![Ошибка Secure Boot certificates have been updated but are not yet applied to the device firmware
⚡ https://t.me/remontka_pro — новости и поддержка в Телеграм
✅ Ошибка от источника TPM-WMI с кодом 1801 и описанием: Secure Boot certificates have been updated but are not yet applied to the device firmware. Review the published guidance to complete the update and ensure full protection в Просмотре событий Windows 11/10 — причины, требуется ли что-то делать, варианты действий.
https://remontka.pro/secure-boot-certificates-updated-ca-2023-windows/ — пошаговая текстовая инструкция
00:00 Введение
00:43 Причина ошибки
01:11 Автоматическое обновление сертификатов
01:41 Обновление вручную
Команды в видео:
Set-ItemProperty -Path HKLM:SYSTEMCurrentControlSetControlSecureBoot -Name AvailableUpdates -Value 0x5944
Start-ScheduledTask -TaskName MicrosoftWindowsPISecure-Boot-Update
Проверка наличия новых сертификатов в списке разрешенных (DB) в UEFI:
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI -Name db).Bytes) -match Windows UEFI CA 2023
Раздел реестра:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecureBootServicing
Значения в реестре:
UEFICA2023Status
NotStarted — обновление не запущено
InProgress — обновление в процессе (в том числе, когда выполнен лишь один из этапов, например, добавление сертификатов в базу данных UEFI)
Updated — обновление полностью завершено (используются новые сертификаты и подписанный ими загрузчик)
WindowsUEFICA2023Capable:
0x0 — Windows UEFI CA 2023 отсутствуют в базе данных UEFI и загрузчике
0x1 — новые сертификаты есть в списке разрешённых UEFI
0x2 — из официальной документации: сертификат есть в базе данных разрешённых, и система загружается с использованием загрузчика, подписанного Windows UEFI CA (фактически есть нюансы, подробнее — в статье)
⬇️
👉 Задонатить каналу и сайту:
https://pay.cloudtips.ru/p/c13c85a1 (СБП, карта, Я.Pay и T.Pay)
Другие варианты — https://remontka.pro/donate/ Ошибка Secure Boot certificates have been updated but are not yet applied to the device firmware](https://i.ytimg.com/vi/r74cWnW59TU/mqdefault.jpg)



