Most apps and start menu won't work. Error 0xc0000022


  1. Posts : 2
    Windows 10
       #1

    Most apps and start menu won't work. Error 0xc0000022


    I really don't know what could be causing this, but it has something to do with corrupt Windows files. This morning before any of this happened my computer was stuck on a black screen on startup with nothing but eternally spinning white dots. That was fixed by booting in recovery mode.

    Now I can log in but almost all of my apps fail to start, showing "The application was unable to start correctly (0xc0000022). Click OK to close the application." The start menu, search bar, and message window simply can't be clicked. It would be easier to list the programs that do work - Chrome (thankfully), iTunes, Notepad, command prompt, powershell, other simple programs.

    I'm pretty computer savvy but I'm still stumped. Here's what I've tried:

    • Running sfc /scannow. Windows Resource Protection found corrupt files but was unable to fix some of them. An excerpt from the log:

    Code:
    2017-08-28 23:29:51, Info                  CSI    000061f9 [SR] Cannot repair member file [l:18]'Command Prompt.lnk' of Microsoft-Windows-CommandPrompt-Shortcut, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, file cannot be checked
    2017-08-28 23:29:51, Info                  CSI    000061fa [SR] Cannot repair member file [l:17]'Fax Recipient.lnk' of Microsoft-Windows-Fax-Client-Applications, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, file cannot be checked
    2017-08-28 23:29:51, Info                  CSI    000061fb [SR] Cannot repair member file [l:17]'Shows Desktop.lnk' of Microsoft-Windows-explorer-shortcuts, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, file cannot be checked
    2017-08-28 23:29:51, Info                  CSI    000061fc [SR] Cannot repair member file [l:28]'01a - Windows PowerShell.lnk' of Microsoft-Windows-explorer-shortcuts, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, file cannot be checked
    • Reinstalling Windows Apps in Powershell
    • Creating a new user. The welcome tour thing crashed my computer due to the same error.
    • Repairing my installations of Visual C++ Redistributable 2012 through 2015
    • Running Process Monitor. That crashes too.
    • Attempting to use Windows Troubleshooting to repair my installation. No change.
    • Enabling Windows feature ''DirectPlay" under "Legacy Components"


    If anyone has any other ideas I would love suggestions. Other people have experienced this problem, it seems, but only in limited scope. Just a few programs. I realize that reinstalling Windows will probably fix it, but I just did that a couple months ago and don't want to reinstall everything.
      My Computer


  2. Posts : 42,990
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, given your SFC failures, and the first symptom you mention (2nd sentence) I suggest you perform an in-place upgrade repair install preceded by the steps listed below.
    This keeps your data, programs, and most settings.

    I will assume you are using the Creator's Build (else you would have to use the iso appropriate to your build)
    Precede it with this in case sthg has happened to your disk:

    1. Download and run Hard Disk Sentinel (trial) and make sure all disks are reported as good.
    If not, do not continue, and post back .

    And with this in case sthg has happened to your file system:

    2. From an admin command or powershell prompt
    [Windows key + X, click command prompt (admin)]
    chkdsk C: /F
    Your PC will need to restart.
    Post back the result, which you can get after a restart as follows:
    Read Chkdsk Log in Event Viewer in Windows 10 Windows 10 Performance Maintenance Tutorials
    or
    How to read Event Viewer log for Chkdsk in Windows 10 [Tip] | Reviews, news, tips, and tricks | dotTechdotTech
    or
    How do I see the results of a CHKDSK that ran on boot? - Ask Leo!
    Make sure the result is clear or fixed- else do not proceed.

    3. An In-place upgrade repair install will fix many things, but not those where the settings are not changed by the procedure, or user account corruption.

    For this you need an installation medium with the same base build as you have installed, and x64 if you have a 64 bits OS, else x86 (32 bits).

    You should also make sure there's at least 500Mb of unallocated space on your system disk.

    Recommendation:
    Before you perform the following major repair procedure, do create a disk image (see below).

    ** If you have the Creator's build, use the current iso.
    If you have the Anniversary build, use an Anniversary build boot disk or iso.

    Repair Install Windows 10 with an In-place Upgrade Windows 10 Installation Upgrade Tutorials
    - this includes a link from which you can obtain a Windows 10 iso file (" download a Windows 10 ISO"), or create a Win 10 bootable medium. However, this will be the latest build from MS, which may not be the build you have installed. You must use one for the same major build.

    If your installed Windows is not the latest major build, please post back.

    However, this will be the latest build from MS, which may not be the build you have installed. You must use one for the same major build.

    If your installed Windows is not the latest major build, please post back.

    I would recommend creating the bootable medium, as this can be used
    - for any future in-place upgrade repair install
    - to boot from and use its recovery options should Windows become unbootable.
    - to clean install Windows

    This will refresh Windows, after the manner of a Windows installation.
    - you keep all your programs
    - you keep all your personal data

    However: if you have installed some universal apps on a 2nd drive, these must be uninstalled or reinstalled on C: - else you will get an obscure error message that you can not keep your apps because they are in an unsupported directory.

    "You can't keep Windows settings, personal files and apps because your current version of Windows might be installed in an unsupported directory"

    - all/most associations will be unchanged
    - you will lose any custom fonts
    - you will lose any customised system icons
    - you may need to re-establish your Wi-Fi connection
    - you will need to redo Windows updates subsequent to the build you have used for the repair install
    - Windows.old will be created
    - system restore will be turned off- you should turn it on again and I recommend you manually schedule a daily restore point.
    - you will need to redo any language downloads including the display language if you changed that)
    - inactive title bar colouring (if used) will be reset to default
    - if Qttabbar is installed, you need to re-enable it in explorer (Options, check Qttabbar)
    This is one of the better features of Win10: as each major build comes out, that's your updated reference build, and as updates are mostly cumulative, there will be few to do.


    Please consider using disk imaging regularly. It's a brilliant way to
    - preserve your system (and your sanity)
    - back up your data
    - restore your system to a previously working state in a relatively short time

    Recommended: Macrium Reflect (free/commercial) + boot disk/device + large enough external storage medium.
      My Computers


  3. Posts : 2
    Windows 10
    Thread Starter
       #3

    Thank you, the in-place upgrade worked. It seems something went wrong installing the Creators Update.
      My Computer


  4. Posts : 42,990
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #4

    Good news. Today will be my first Creator's upgrade...!
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:25.
Find Us




Windows 10 Forums