[DISCUSSION] Windows 11 Build 26x00 (PC) [24/25H2 Retail- GE-release]

Discussion in 'Windows 11' started by Enthousiast, Apr 3, 2024.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #5001 Enthousiast, Oct 19, 2025
    Last edited: Oct 19, 2025
    (OP)
    It is expected as the OOB update for 24/25H2.

    Code:
    OOB for Windows 11 v25H2/24H2: KB5070773 (26x00.6901)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. farmers

    farmers MDL Senior Member

    Nov 20, 2011
    334
    159
    10
    Wait, how does an offline upgrade install work? I was under the impression that upgrade installs can only be performed online. Either I missed something in the last few years, or I misunderstood your message. I wouldn't be surprised if it's the latter, apologies if so.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    We are talking about ISO upgrades, so disconnecting the (w)lan connection means offline.
    When you are upgrading by Windows Update.
    This is basic stuff.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. GeRmAnOs

    GeRmAnOs MDL Junior Member

    Aug 12, 2015
    82
    49
    0
    Anyone have this bug in paint in 6899, opens almost blank white but after swtching to white then dark again it works as intended?
     

    Attached Files:

  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #5005 Enthousiast, Oct 20, 2025
    Last edited: Oct 20, 2025
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    @Enthousiast The link doesn't work, I arrive on the forum page
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #5007 Enthousiast, Oct 20, 2025
    Last edited: Oct 20, 2025
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Duckz

    Duckz MDL Junior Member

    Jan 6, 2010
    93
    43
    0
    Am experiencing my first strange issue in a while now...
    25H2 26200.6901 (although I did notice it just starting to happen this morning before being offered this latest update too)

    At random intervals, around 30 seconds or so, all my icons are refreshing, both desktop, and in an explorer window.
    They flicker back to the white page default icon for a split second and then return.

    I've already tried a number of different things, and it hasn't helped.
    - Updated NVIDIA drivers to the latest
    - sfc scannow
    - DISM /Online /Cleanup-Image /CheckHealth
    - DISM /Online /Cleanup-Image /ScanHealth
    - DISM /Online /Cleanup-Image /RestoreHealth
    - Deleted the Icon Cache
    Code:
    taskkill /f /im explorer.exe
    cd /d %userprofile%\AppData\Local
    attrib -h IconCache.db
    del /f IconCache.db
    cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
    attrib -h thumbcache_*.db
    attrib -h iconcache_*.db
    del /f thumbcache_*.db
    del /f iconcache_*.db
    start explorer
    Nothing seems to have fixed it, quite annoying.
    Any ideas?
     
  9. oggy

    oggy MDL Novice

    Aug 21, 2012
    19
    3
    0
    Error - 0x800f0983....
    Can't not install the update
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    What exact build and orgin of install?

    You can always perform an inplace upgrade using an uptodate ISO.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,991
    673
    60
    #5011 boe323, Oct 21, 2025
    Last edited: Oct 21, 2025
    Have you tried resetting default associations also ...apps/default apps?

    Stop-Process -Name explorer -Force

    try these and dont set attributes yourself, windows will give the right permissions

    del /f /s /q "%LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db"

    del /f /s /q "%LocalAppData%\Microsoft\Windows\Explorer\iconcache_*.db"

    Code:
    Get-PSDrive -PSProvider 'FileSystem' | ForEach-Object {
        $drive = $_.Root
        Get-ChildItem -Path $drive -Include thumbcache*.db, iconcache*.db -Recurse -Force -ErrorAction SilentlyContinue |
            Remove-Item -Force -ErrorAction SilentlyContinue
    }
    
    that code will remove from all drives
    Code:
    Start-Process explorer
    
    Code:
    DISM /Online /Cleanup-Image /StartComponentCleanup
    
    As always ...use at own risk
    I and mdl aren't responsible if anything goes wrong so be warned
     
  12. oggy

    oggy MDL Novice

    Aug 21, 2012
    19
    3
    0
    Build 26200.6899
    Origin of install : Windows update or manual .msu
     
  13. BaffledSoftware

    BaffledSoftware MDL Member

    Mar 19, 2019
    173
    21
    10
    Will there be ISOs for 26200.6901? And is the local account still possoble?
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    We'll know the buiild in one hour and a few minutes.

    Nothing changed, and only the cmd file was removed from DEV and BETA builds, not from Retail builds.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. sardanus

    sardanus MDL Novice

    May 22, 2020
    20
    10
    0
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #5016 Enthousiast, Oct 21, 2025
    Last edited: Oct 23, 2025
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. qusay

    qusay MDL Member

    Oct 24, 2013
    111
    9
    10
    25h2 Updated October 2025 MVS ISOs ?
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Not to be found :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. qusay

    qusay MDL Member

    Oct 24, 2013
    111
    9
    10
    Will it be released?
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    I don't have a crystall ball ;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...