Microsoft released update KB5059693 for Windows 11 version 24H2 on May 28, 2025.
This update improves the Windows Recovery Environment in Windows 11 Version 24H2 and Windows Server 2025.
KB5059693 fixes an issue that affects the Local Security Authority Subsystem Service (LSASS) during Windows Recovery Environment operations.

Specifically, the Local Security Authority Subsystem Service (LSASS) may crash when an application calls certain functions.
If a service crashes, the system will be affected and become unstable.
KB5059693 will be downloaded and applied automatically through Windows Update, but you can also download the update from the Microsoft Update Catalog and apply it manually.
Steps to manually apply KB5059693
After applying KB5059693, the Windows RE image version will be "10.0.26100.4187".
If you want to check the current version, please refer to the following page.
How to check the version of a WinRE image and a simple tool to check it
1. On the following page, click the "Download" button to the right of the update that matches your PC.
Microsoft Update Catalog (KB5059693)
If you don't know which of the two to download,System details (settings)Check your system type from
If it says "64-bit operating system", select "2025-05 Safe OS Dynamic Update for Windows 11 Version 24H2 for x64-based Systems (KB5059693)"
Clicking the "Download" button will open the download page for KB5059693. Refer to the image below and click the link in the red box to download the file.
2.Cドライブ直下に「downloadedupdate」というフォルダーを作成し、ダウンロードしたファイル「windows11.0-kb5059693-x64_bb51f1eadbba9b776ef15eaf2b736018d9117110.cab」を移動してください。
3. Open Command Prompt as administrator.
4. Type the following command and press Enter:
md c:\mount
5. Type the following command and press Enter:
ReAgentC.exe /mountre /path c:\mount
*The files will be copied to the "mount" folder, which will take some time.
If the message "REAGENTC.EXE: Operation successful" is displayed, proceed to the next step.
6. Type the following command and press Enter:
Dism /Add-Package /Image:C:\mount\ /PackagePath:"c:\downloadedupdate\windows11.0-kb5059693-x64_bb51f1eadbba9b776ef15eaf2b736018d9117110.cab"
If the message "The operation completed successfully" is displayed, proceed to the next step.
7. Type the following command and press Enter:
dism /image:C:\mount /cleanup-image /StartComponentCleanup /ResetBase
If the message "The operation completed successfully" is displayed, proceed to the next step.
8. Type the following command and press Enter:
ReAgentC.exe /unmountre /path c:\mount /commit
*This will take some time as it will delete the files in the "mount" folder.
If the message "REAGENTC.EXE: Operation successful" is displayed, proceed to the next step.
9. The "mount" folder will now be empty, so you can either manually delete the "mount" folder or type the following command and press Enter.
rd c:\mount
10. If your disk is protected by BitLocker or Device Encryption, type the following command and press Enter:
reagentc /disable
Next, type the following command and press Enter:
reagentc /enable
Your Windows RE image is now updated and KB5059693 has been applied.
There is no need to reboot,
If you want to check whether the update has been properly completed, please refer to the following page and check the "Modification Date and Time" of the Windows RE image.















Comment: