Severe Issues After Upgrading to Windows 11 25H2: Disk Errors, Certificate Problems, and System Failures Dear Microsoft Support Team, Hello! After upgrading to Windows 11 version 25H2, I have encountered multiple system issues, including but not limite

my zhao 0 信誉分
2025-10-04T13:30:17.5933333+00:00
  1. COM Server Permission Error: Application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {2593F8B9-4EAF-457C-B68A-50F6B8EA6B54} and APPID {15C20B67-12E7-4BB6-92BB-7AFF07997402} to the user myzhao\my zhao SID (S-1-5-21-3192212609-1034257735-2234904885-1002) running from the application container Unavailable SID (Unavailable).
  2. Network Timeout Errors:
    • Name resolution for cp601.prod.do.dsp.mp.microsoft.com timed out after none of the configured DNS servers responded. Client PID: 14844.
    • Name resolution for msfwifiv6.3g.qq.com timed out after none of the configured DNS servers responded. Client PID: 2360.
  3. Delayed Write Failures (Data Loss):
    • Windows was unable to save all the data for the file D:$Mft. Data has been lost.
    • Windows was unable to save all the data for the file D:\SteamLibrary\steamapps\downloading\227300. Data has been lost.
    • Windows was unable to save all the data for the file D:$Mft::$BITMAP. Data has been lost.
  4. Device and Paging Errors:
    • An error was detected on device \Device\Harddisk1\DR1 during paging (this error is cyclical).
    • The system failed to flush data to the transaction log. Corruption may occur: VolumeId: D:, DeviceName: \Device\HarddiskVolume4.
    • Fault status: Specified device does not exist.
    • Device Details:
    • Model: TOSHIBA HDWD110
    • Serial Number: 40LSV9YFS
    • Bus Type: SATA
  5. StorDiag Errors (Cyclical):
    • Completing a failed non-ReadWrite SCSI SRB request.
    • Completing a failed upper level paging write request.
开发人员技术 | 通用 Windows 平台 (UWP)
0 个注释 无注释
{count} 票

2 个答案

排序依据: 非常有帮助
  1. Danny Nguyen (WICLOUD CORPORATION) 3,675 信誉分 Microsoft 外部员工 仲裁人
    2025-10-06T03:35:09.0766667+00:00

    Hi @my zhao ,

    Thank you for providing such a detailed report. From your logs, the issues you’re seeing after upgrading to Windows 11 version 25H2 appear to involve multiple layers — specifically storage subsystem errors, COM permission conflicts, and network resolution timeouts.

    Let’s address them in order of severity.


    1. Disk and Paging Errors (Critical)

    The repeated messages like:

    “Windows was unable to save all the data for the file D:$Mft…” “An error was detected on device \Device\Harddisk1\DR1 during paging.”

    indicate the storage device (TOSHIBA HDWD110) is either:

    • Experiencing hardware-level instability,
    • Or the upgrade triggered a driver/firmware incompatibility with the SATA controller.

    Recommended steps:

    1. Run a full disk check:
         chkdsk D: /f /r
      

      This will scan and repair bad sectors; the process can take time.

    2. Check SMART health:
         wmic diskdrive get status, model
      
      → If it reports anything other than OK, back up data immediately.
    3. Update SATA/Chipset/Storage drivers from your motherboard or OEM website — do not rely on Windows Update drivers for this case.

    If issues persist, test the drive on another system to rule out hardware failure.


    2. COM Server Permission Error

    The CLSID {2593F8B9-4EAF-457C-B68A-50F6B8EA6B54} corresponds to the RuntimeBroker service. This can appear after upgrades when DCOM permissions reset or user accounts lose local activation rights.

    To fix:

    1. Open Component Servicesdcomcnfg.
    2. Navigate to: Component Services → Computers → My Computer → DCOM Config → RuntimeBroker
    3. Right-click → Properties → Security tab
    4. Under Launch and Activation Permissions, choose Edit → Add your user (e.g., myzhao) → grant Local Activation.

    Alternatively, you can reset permissions via:

    icacls %windir%\system32 /reset /t /c
    

    and restart the system.


    3. Network & Certificate Errors

    Timeouts like:

    “Name resolution for cp601.prod.do.dsp.mp.microsoft.com timed out…”

    suggest a DNS or certificate validation delay post-upgrade. This can happen if:

    • The network driver stack wasn’t fully reinitialized, or
    • Corrupt certificate cache interferes with Microsoft endpoints.

    Try:

    ipconfig /flushdns
    netsh winsock reset
    netsh int ip reset
    certutil -urlcache * delete
    

    Then restart the PC and confirm the network adapter driver is the latest from your OEM.


    4. General Recommendation

    Given the combination of disk errors and post-upgrade instability, I recommend:

    • Backing up your data immediately.
    • Running:
        sfc /scannow
        DISM /Online /Cleanup-Image /RestoreHealth
      
    • If corruption persists, consider performing a repair install of Windows 11 25H2 using the Media Creation Tool.

    If you can share the output of:

    chkdsk D:
    

    and

    slmgr /dlv
    

    we can narrow down whether this is a failing drive or a software corruption chain.

    Hope this helps. Feel free to reach out if you encounter any problem.

    1 个人认为此答案很有帮助。

  2. my zhao 0 信誉分
    2025-10-06T04:08:03.59+00:00

    Stage 1: Examining basic file system structure... 162048 file records processed. File verification completed. Phase duration (File record verification): 1.90 seconds. 3 large file records processed. Phase duration (Orphan file record recovery): 0.59 milliseconds. 0 bad file records processed. Phase duration (Bad file record checking): 0.32 milliseconds.

    Stage 2: Examining file name linkage... 49 reparse records processed. 166372 index entries processed. Index verification completed. Phase duration (Index verification): 7.02 seconds. 0 unindexed files scanned. Phase duration (Orphan file reconnection): 9.72 milliseconds. 0 unindexed files recovered to the recycle bin. Phase duration (Orphan file recovery to recycle bin): 0.26 milliseconds. 49 reparse records processed. Phase duration (Reparse point and Object ID verification): 3.57 milliseconds.

    Stage 3: Examining security descriptors... Security descriptor verification completed. Phase duration (Security descriptor verification): 40.45 milliseconds. 2163 data files processed. Phase duration (Data attribute verification): 0.97 milliseconds. CHKDSK is verifying the Usn Journal... 66784 USN bytes processed. Usn Journal verification completed. Phase duration (USN journal verification): 0.88 milliseconds.

    Windows has scanned the file system and found no problems. No further action is required.

    314570751 KB total disk space. 10764720 KB in 13999 files. 28076 KB in 2164 indexes. 0 KB in bad sectors. 238155 KB in use by the system. 65536 KB occupied by the log file. 303539800 KB available on disk.

    4096 bytes in each allocation unit. 78642687 total allocation units on the disk. 75884950 allocation units available on the disk. Total duration: 8.98 seconds (8983 ms).

    0 个注释 无注释

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。