Windows 10: What else can I do to fix the corrupt files?

Discus and support What else can I do to fix the corrupt files? in Windows 10 Performance & Maintenance to solve the problem; Looks like the issue is here (all the errors are on last page of your log): Code: 2018-02-23 21:44:02, Info CSI 00006063 [SR] Repairing corrupted file... Discussion in 'Windows 10 Performance & Maintenance' started by Matthew Wai, Feb 22, 2018.

  1. lx07 Win User

    What else can I do to fix the corrupt files?


    Looks like the issue is here (all the errors are on last page of your log): Code: 2018-02-23 21:44:02, Info CSI 00006063 [SR] Repairing corrupted file \??\C:\Windows\System32\zh-hk\zh-hk\ChtAP.sdc from store 2018-02-23 21:44:02, Info CSI 00006064 [SR] Repairing corrupted file \??\C:\Windows\System32\zh-hk\zh-hk\chtzhy.spd from store 2018-02-23 21:44:02, Info CSI 00006065@2018/2/23:13:44:02.764 Primitive installers committed for repair 2018-02-23 21:44:02, Info CSI 00006066 [SR] Repairing corrupted file \??\C:\Windows\System32\zh-tw\zh-tw\ChtAP.sdc from store 2018-02-23 21:44:02, Info CSI 00006067 [SR] Repairing corrupted file \??\C:\Windows\System32\zh-tw\zh-tw\chtzhy.spd from store[/quote] The error is making a link between these two files: Code: C:\Windows\System32\zh-hk\zh-hk\ChtAP.sdc C:\Windows\WinSxS\amd64_microsoft-onecore-t..-dictionaries-zh-hk_31bf3856ad364e35_10.0.16299.15_none_8b3df0c77dcfde67\zh-hk\ChtAP.sdc[/quote] Code: 2018-02-23 21:44:04, Error CSI 00006071 (F) STATUS_OBJECT_NAME_NOT_FOUND #34685417# from Windows::Rtl::SystemImplementation::CSystemIsolationLayer_IRtlSystemIsolationLayerTearoff::OpenFilesystemDirectory(flags = (SharingViolationIsOk|TransactionalConflictIsOk|DeletePendingIsOk), da = (FILE_GENERIC_READ), dn = [l:36 ml:45]'\??\C:\Windows\System32\zh-hk\zh-hk\', sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), oo = (FILE_DIRECTORY_FILE|FILE_SYNCHRONOUS_IO_NONALERT|FILE_OPEN_FOR_BACKUP_INTENT), dir = NULL, disp = Invalid) [gle=0xd0000034] 2018-02-23 21:44:04, Info CSI 00006072 Error STATUS_OBJECT_NAME_NOT_FOUND while executing operation HardLinkFile on [l:181]'\SystemRoot\WinSxS\amd64_microsoft-onecore-t..-dictionaries-zh-hk_31bf3856ad364e35_10.0.16299.15_none_8b3df0c77dcfde67\zh-hk\ChtAP.sdc, \??\C:\Windows\System32\zh-hk\zh-hk\ChtAP.sdc'[/quote] There are a few problems with this (for example here: Windows 10 bug of setting the ZH-HK as the primary language ). It may be a problem with secondary keyboard layout in Chinese installation (secondary keyboard works OK for me with en-US install).

    You could try this fix from Superuser:
    After Windows 1709 update (Fall Creators Update), there are when running sfc /scannow - Super User
     

  2. What else can I do to fix the corrupt files? [​IMG]

    I ran the above from a Windows USB drive.
    The result was "Windows Resource Protection found corrupt files but was unable to fix some of them".
     
    Matthew Wai, Feb 22, 2018
    #17
  3. lx07 Win User
    Thinking about it just check these 2 directories exist (with the language twice):

    C:\Windows\System32\zh-hk\zh-hk\
    C:\Windows\System32\zh-tw\zh-tw\

    If they don't and like me you only have these:

    C:\Windows\System32\zh-hk\
    C:\Windows\System32\zh-tw\

    Then create the subdirectories.

    Normally you don't have language folders containing a subfolder of the same name. If you create the extra subdirectories and run sfc again it should find the path it wants and copy the files from WinSxS. That is what I think the CBS log is saying anyway.

    I'm not sure though as I have no *.sdc files at all so I'm just taking it from what the CBS.log says and badly translated websites.

    Please update the thread if you try it as there aren't any proper answers - it would be interesting if you can fix it and creating the directories would be a good test.
     
  4. zbook New Member

    What else can I do to fix the corrupt files?

    zbook, Feb 22, 2018
    #19
  5. Thanks to all of you. Post #14 and #16 are the solution.


    What else can I do to fix the corrupt files? [​IMG]
     
    Matthew Wai, Feb 23, 2018
    #20
  6. zbook New Member
    Open administrative command prompt and type or copy and paste:
    1) dism /online /cleanup-image /restorehealth
    2) sfc /scannow
    3) chkdsk /scan
    4) When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread
     
    zbook, Feb 23, 2018
    #21
  7. Microsoft Windows [Version 10.0.16299.248]
    (c) 2017 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>dism /online /cleanup-image /restorehealth
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Image Version: 10.0.16299.248
    [==========================100.0%==========================]
    The restore operation completed successfully.
    The operation completed successfully.

    C:\Windows\system32>sfc /scannow
    Beginning system scan. This process will take some time.
    Beginning verification phase of system scan.
    Verification 100% complete.
    Windows Resource Protection did not find any integrity violations.

    C:\Windows\system32>chkdsk /scan
    The type of the file system is NTFS.
    Volume label is ● Windows 10.
    Stage 1: Examining basic file system structure ...
    219648 file records processed.
    File verification completed.
    8100 large file records processed.
    0 bad file records processed.
    Stage 2: Examining file name linkage ...
    190 reparse records processed.
    289514 index entries processed.
    Index verification completed.
    0 unindexed files scanned.
    0 unindexed files recovered to lost and found.
    190 reparse records processed.
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
    34934 data files processed.
    CHKDSK is verifying Usn Journal...
    38214424 USN bytes processed.
    Usn Journal verification completed.
    Windows has scanned the file system and found no problems.
    No further action is required.
    63011839 KB total disk space.
    31457060 KB in 176429 files.
    132240 KB in 34935 indexes.
    0 KB in bad sectors.
    332159 KB in use by the system.
    65536 KB occupied by the log file.
    31090380 KB available on disk.
    4096 bytes in each allocation unit.
    15752959 total allocation units on disk.
    7772595 allocation units available on disk.
     
    Matthew Wai, Feb 23, 2018
    #22
  8. lx07 Win User

    What else can I do to fix the corrupt files?

    Good news. Either these directories should be automatically created or sfc should try to put the files in the correct place. One of these 2 is a bug but who knows which *Smile

    Most likely you'll have to recreate them after every upgrade until they fix it (so again in the 1803 release I guess) if you want a clean sfc run.
     
Thema:

What else can I do to fix the corrupt files?

Loading...
  1. What else can I do to fix the corrupt files? - Similar Threads - else fix corrupt

  2. Cursor Lagging - don't know what else I can do to fix it.

    in Windows 10 Gaming
    Cursor Lagging - don't know what else I can do to fix it.: Hi guys,Please I'd really appreciate it if someone could help me with this one. Its annoying me for quite some time.My cursor lags while specific programs or new windows are being opened. It happens with the trackpad too so its not a mouse hardware issue. It lags for a few...
  3. Cursor Lagging - don't know what else I can do to fix it.

    in Windows 10 Software and Apps
    Cursor Lagging - don't know what else I can do to fix it.: Hi guys,Please I'd really appreciate it if someone could help me with this one. Its annoying me for quite some time.My cursor lags while specific programs or new windows are being opened. It happens with the trackpad too so its not a mouse hardware issue. It lags for a few...
  4. What else can I do to fix my pc?

    in Windows 10 Gaming
    What else can I do to fix my pc?: I was installing gta mods last night and every was fine untill I turned my pc on today. it takes longer to log in and when it does its just a black screen with cursor for 5 minutes then I get a pop up saying windows can't access specified path or file you may not have the...
  5. What else can I do to fix my pc?

    in Windows 10 Software and Apps
    What else can I do to fix my pc?: I was installing gta mods last night and every was fine untill I turned my pc on today. it takes longer to log in and when it does its just a black screen with cursor for 5 minutes then I get a pop up saying windows can't access specified path or file you may not have the...
  6. What else can I do to fix my pc?

    in Windows 10 Gaming
    What else can I do to fix my pc?: has windows 11 and I was installing gta mods last night and every was fine untill I turned my pc on today. it takes longer to log in and when it does its just a black screen with cursor for 5 minutes then I get a pop up saying windows can't access specified path or file you...
  7. What else can I do to fix my pc?

    in Windows 10 Software and Apps
    What else can I do to fix my pc?: has windows 11 and I was installing gta mods last night and every was fine untill I turned my pc on today. it takes longer to log in and when it does its just a black screen with cursor for 5 minutes then I get a pop up saying windows can't access specified path or file you...
  8. What else can I do to fix my issue?

    in Windows 10 Gaming
    What else can I do to fix my issue?: Today I decided to do a full system reset on my computer and clear all my files. My PC would always hit 100% for resetting, but would always undo changes right after. I've tried everything I could find online and I don't have any other computer to setup an install on a DVD or...
  9. What else can I do to fix my issue?

    in Windows 10 BSOD Crashes and Debugging
    What else can I do to fix my issue?: Today I decided to do a full system reset on my computer and clear all my files. My PC would always hit 100% for resetting, but would always undo changes right after. I've tried everything I could find online and I don't have any other computer to setup an install on a DVD or...
  10. What else can I do to fix my issue?

    in Windows 10 Software and Apps
    What else can I do to fix my issue?: Today I decided to do a full system reset on my computer and clear all my files. My PC would always hit 100% for resetting, but would always undo changes right after. I've tried everything I could find online and I don't have any other computer to setup an install on a DVD or...