Continuous updates for windows 11 23H2 repair version

Adil Anwar 0 Reputation points
2024-07-26T08:37:20.7066667+00:00

I have had multiple updates for windows 11 version 23H2 in the past few days, naming it to be repair versions.

I would like to know why is that.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. S.Sengupta 24,951 Reputation points MVP
    2024-07-27T01:34:55.8433333+00:00

    Microsoft often releases cumulative updates that include fixes for various issues. If there were recent problems identified, they might be pushing out multiple updates to address them quickly.

    Microsoft has introduced several updates in July 2024 that address various issues and enhance the operating system.

    0 comments No comments

  2. Kapil Arya 8,546 Reputation points Volunteer Moderator
    2024-07-27T09:00:41.47+00:00

    If you've recently exit from Windows Insider to stop receiving preview builds, the repair version update automatically appears to take you to stable version. Once repair version is installed, you're completely switched to stable version.

    0 comments No comments

  3. Jacen Wang 980 Reputation points Microsoft External Staff
    2024-07-28T19:24:19.18+00:00

    Hello,

    You can try the following steps to troubleshoot the problem of repeated system updates:

    1. Windows update troubleshooting:

    Open Settings > Updates and Security > Troubleshooters > Other Troubleshooters.

    Select Windows Update, and then click Run Troubleshooting. This helps solve problems that may prevent Windows updates from being installed correctly.

    2. Clear the Windows update cache:

    • search CMD, find the command prompt, and select run in administrator mode.
    • Enter the following commands in turn, and press Enter after each line is entered.

    net stop bits

    net stop wuauserv

    net stop cryptsvc

    ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

    ren %systemroot%\System32\catroot2 catroot2.old

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"

    net start bits

    net start wuauserv

    net start cryptsvc

    • Then restart the computer to check the update to see if the fault is eliminated.

    3. Check the system file for damage:

    Open a command prompt as an administrator.

    Type and press Enter. This will scan and attempt to repair the corrupted system files.

    sfc /scannow

    If SFC finds and fixes any problems, please restart your computer and try the update again.

    1. Use the DISM tool

    Deploying the Image Service and Management (DISM) tool can help fix Windows corruption errors that may prevent the installation of updates:

    Open a command prompt as an administrator.

    Type and press Enter.

    DISM /Online /Cleanup-Image /RestoreHealth

    Wait for the command to complete, and then restart the computer.

    Best regards

    Jacen

    ———————————————————————————————————————

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.