Windows 11 KB5059693 fixes system instability issue

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.

I want to read it together
Attention! How to check if Windows 11 "Local Security Authority Protection" is enabled This time, we will show you how to check whether "Local Security Authority (LSA) Protection" is enabled in Windows 11. In Windows 11, "...

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.

table of contents

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)

Microsoft Update Catalog - Search results for KB5059693
Microsoft Update Catalog – Search results for 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.

Microsoft Update Catalog - Download page for KB5059693
Microsoft Update Catalog – Download page for KB5059693

2.Cドライブ直下に「downloadedupdate」というフォルダーを作成し、ダウンロードしたファイル「windows11.0-kb5059693-x64_bb51f1eadbba9b776ef15eaf2b736018d9117110.cab」を移動してください。

C:\downloadedupdate
C:\downloadedupdate

3. Open Command Prompt as administrator.

Learn how to open a command prompt

1. Press Windows key + R to open Run.

2. Type "cmd".

Run
Run

3.Shift + Ctrl + Enter Please press.

Keyboard
Keyboard

If you do not need administrator privileges, just press Enter.

4. When the "User Account Control" message appears, click "Yes".

ユーザーアカウント制御
ユーザーアカウント制御

4. Type the following command and press Enter:

md c:\mount

When you run the above command, a "mount" folder will be created directly under the C drive.

5. Type the following command and press Enter:

ReAgentC.exe /mountre /path c:\mount

The above command will mount the Windows RE image using REAgentC.

command prompt
command prompt

*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"

When you run the above command,Windows RE imageAdd an update to.

command prompt
command prompt

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

Running the above command will clean up the Windows RE image and reset the base of replaced components.

command prompt
command prompt

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

The above command will unmount the Windows RE image.

command prompt
command prompt

*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

Executing the above command will delete the "mount" folder directly under the C drive.

10. If your disk is protected by BitLocker or Device Encryption, type the following command and press Enter:

reagentc /disable
command prompt
command prompt

Running the above command will disable the Windows Recovery Environment (WinRE).

Next, type the following command and press Enter:

reagentc /enable

Running the above command will enable the Windows Recovery Environment (WinRE).

command prompt
command prompt

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.

Windows RE image modification date and time
Windows RE image modification date and time
I want to read it together
How to check the version of a Windows RE image and a simple tool to check it Recently (April 8, 2025), Microsoft announced a known issue where the error "0x80070643 – ERROR_INSTALL_FAILURE" appears after installing KB5057589.
If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents