Windows 10: Windows menu dead, all repair methods fail.

Discus and support Windows menu dead, all repair methods fail. in Windows 10 Installation and Upgrade to solve the problem; My issue: About a week or two ago Windows 10 applied a patch that broke the Windows Menu and a few other critical features. Everything else works... Discussion in 'Windows 10 Installation and Upgrade' started by bmelloni, Apr 5, 2021.

  1. bmelloni Win User

    Windows menu dead, all repair methods fail.


    My issue:

    • About a week or two ago Windows 10 applied a patch that broke the Windows Menu and a few other critical features. Everything else works perfectly.
    • I have a commercial tool Stablebit's Scanner that I used to verify that my physical disks and circuitry used to reach them are in perfect condition. So, can't pass the blame the hardware.
    • My antivirus/firewall company reported by most reviews as the best antivirus/security product for several years in a row did a deep scan of my system and found zero infections and no tampering. They confirmed my suspicion that this is a symptom of a bad Windows update. So, can't pass the blame to a virus/trojan/etc either.
    • I already tried every normal method I know of to fix whatever is wrong with windows. Can't even pass the blame to me for not using the normal repair tools.
      • chkdsk found no problems
      • sfc /scannow finds problems but is unable to fix them. For example:
        • "Warning: Overlap: Directory \??\C:\WINDOWS\System32\drivers\en-US\ is owned twice or has its security set twice", both old and new by "Microsoft-Windows-Foundation-Default-Security.Resources".
        • Same for C:\WINDOWS\help\mui\0409\, C:\ProgramData\Microsoft\Windows\Start Menu\, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\, C:\WINDOWS\SysWOW64\drivers\en-US\, C:\WINDOWS\SysWOW64\wbem\en-US\, C:\WINDOWS\help\mui\0409\, C:\Program Files x86\, C:\ProgramData\Microsoft\Windows\Start Menu\, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\, C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
        • Then I get Hashes for file member [l:18]'SystemSettings.dll' do not match.
        • Same for SecHealthUI.exe, twinui.pcshell.dll, drvstore.dll, mshtml.dll, Windows.Media.Protection.PlayReady.dll, SystemSettings.dll,
        • To add insult to injury we got: "[SR] Could not reproject corrupted file \??\C:\WINDOWS\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\\SecHealthUI.exe; source file in store is also corrupted"
      • DISM.exe /Online /Cleanup-image /Restorehealth also finds problems and fails to fix them with multiple error blocks like the following:
        • [32] [0xc142011c] UnmarshallImageHandleFromDirectory:641
          [32] [0xc142011c] WIMGetMountedImageHandle:2906
          [32] [0x8007007b] FIOReadFileIntoBuffer:1452: The filename, directory name, or volume label syntax is incorrect.
          [32] [0xc142011c] UnmarshallImageHandleFromDirectory:641
          [32] [0xc142011c] WIMGetMountedImageHandle:2906
        • What is insane is that DISM is supposedly going to Microsoft's servers to download fresh copies of the files it needs to make the necessary fixes. Why in the world isn't it able to delete the bad files and replace them with good ones?
      • I even created a bootable windows USB drive with the most recent image Oct 2020 and tried to run a repair while booting from it. It finds the windows 10 install, begins to repair, fails, but it does not give any signs of problem in the logs.

    It is very obvious that the patch thoroughly messed up things for several critical files and folder, blocking itself from further fixes. Searching the web I see that a lot of people have the same problem.


    My assumption is that Microsoft would have created a one-time-use repair utility to undo the mess caused by their patch so that the normal fixing methods can then be used to fix the problems. But I have not found it.


    I can't afford to do a full reinstall from scratch, even if all my data is safely stored in drives separate from window's C: it would still take at least a week's worth of work to do a clean install and reinstall all of the software I use.


    So...

    1. Is there an already known solution to this mess?
    2. Are there any things I can still attempt on my own?
    3. How do I contact Microsoft support to obtain a solution to the mess their poorly built update created?


    I am obviously very frustrated at the problem from Microsoft's lame update. My thanks in advance to anyone who helps.

    :)
     
    bmelloni, Apr 5, 2021
    #1
  2. Kursah Win User

    Repair Windows 7/8/10

    Repairing Windows 8

    Further improving on previously deployed OS repair methods, Windows 8, 8.1, Server 2012 and 2012 R2 further allowed advanced repair where an in-place upgrade or total re-install would be required on previous operating systems. In all honesty, before Windows 10 implementation, this was arguably the easiest OS to repair for a couple of years by running more basic commands.

    This has since been advanced to more closely match Windows 10/Server 2016 repairs but with the below information I hope to guide you through performing these advanced tasks more easily!

    Spoiler: Windows 8/8.1 Repair DISM

    If CHKDSK and SFC fail to repair the issues with the system, then it this is your next option and besides restoring from a previous backup might be the second-to-last option before re-installing the operating system. We will utilize DISMfor this next repair option.
    • In some instances, you won't need the OS ISO to perform the DISM image cleanup. You can attempt this on any OS from 8-10 by using the following command in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth
    • In many cases now due to some changes Microsoft made, you'll need to have a copy of the OS ISO available. The ISO will need to be a standard deployment variety that contains Install.WIM in the Sources directory, otherwise the process will fail. Once you have the correct ISO, mount it in Explorer (can do this natively on Microsoft Windows 8.0+), verify the drive letter, verify Image.WIM in the Sources directory.
      • To download a Windows 8.1 ISO from Microsoft, click here.
    • Enter the following in elevated CLI: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
      • X = drive letter of mounted ISO. Change to match the appropriate drive letter.
      • Say I had the Install.WIM located in C:\Images, I would type the following command: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:C:\Images\Install.WIM:1 /LimitAccess
    The DISM scan can take a while, often times longer than an CHKDSK or SFC scan. To speed up the process, have the Image.WIM on a faster flash media or on local storage rather than disc media. This will help greatly. In many cases one or two runs of this command will repair most issues I've found with Windows 8/8.1.

    Once the DISM repair process has been found successful, or not, I will perform a reboot. If the repair was unsuccessful, this will be when I attempt a second pass. If the second pass fails, it is time to move onto the next solution.

    However, if the DISM repair passes at any point, reboot the system and then perform an SFC to confirm no further issues are found or need resolved. This step is likely overkill for those not seeking to do optional steps.

    Operating System Refresh

    It should be noted that in the event DISM fails to repair the system, then an OS refresh would be the next suggestion if the deployed that could save the user's files and OS deployment.

    This feature has been an available feature since Windows 8 launched in 2012. The biggest benefit with this option over Windows 7's in-place-upgrade is not necessarily requiring the OS installation media to perform the repair.

    If the system is an OEM, an OS refresh from the OEM partition may mean a reinstall of the OS and loss of user data but the restoration of OEM software and bloatware. But you can still choose a manual OS-only refresh without the bloatware if you take the correct steps.

    The best choice in my opinion is to run an OS refresh procedure from the advanced boot menu or you can run the installation media while in Windows to perform and Upgrade installation, this will keep your files and settings but replace Windows files and components.

    To access the advanced boot menu for Windows 8, there are a several options.
    • When choosing restart from the OS GUI, hold down SHIFT and click restart. This method will work even if you cannot log into a profile on the system which makes it very useful in some situations.
    • If logged in, access PC Settings, and click Restart Now under Advanced Startup.
    • If logged in, open a command prompt window and type shutdown /r /o /t 0 which will initiate a reboot into the advanced menu right with no delay. Without /t 0, there will be a 60-second delay. The number value after the /t is delay seconds.
    Once you've reached the advanced boot menu, choose Troubleshoot. From there you can choose to Refresh your PC, Reset your PC and Advanced Options. For this repair, we want to choose Refresh your PC. It's description reads "If your PC isn't running well, you can refresh it without losing our files." That is exactly what we want to accomplish here!

    Follow the prompts and processes, and after the refresh installation and rebooting, you should be greeted with a login screen back to your profile in your stable OS environment. At this point you should be able to use the system as intended, if in doubt then re-run the SFC and DISM scans.

    In-Place Upgrade

    If CHKDSK, SFC and DISM fail to repair the issues with the system, yet you can still boot to the Windows desktop, then the next option is to perform an in-place upgrade. This is more in-depth than an Operating System Refresh. It re-installs most of the operating system's core image and critical files without losing your profiles, data or programs, but do expect to lose some settings. In many cases this process can fix some major issues and refresh an otherwise corrupt and issue-ridden OS installation back to something stable and usable.

    Time to close the CLI windows and get back into the GUI, unless you want to deploy Windows through CLI. You'll have to source a different guide for that process!

    Requirements to perform an in-place upgrade:
    • Must have installation media that matches the installed OS version and type. This applies to both Windows and Windows Server.
    • Must be able to get to the desktop on the affected system to correctly initiate this process, booting to the media will not allow an upgrade to be performed.
    That last rule is the frustrating part of this repair process if you cannot get that far, backup what you can and do a fresh installation. Otherwise proceed.
    • Start the process by using autorun or manually running setup.exe from the installation media.
    • Windows 8/Server 2012+ can mount ISO's in Windows Explorer, you can use that instead of physical media options to perform this task.
    • You'll come to the installation window, the options will be Upgrade or Custom. Choose Upgrade. This is critical as choosing custom will force you to overwrite, append or wipe out the current install rather than performing any kind of repair.
    • Follow the on-screen prompts, which should be very few for you to interact with. The overall process looks and is the Windows install GUI. Once it is completed, the system will automatically reboot (may need to more than once).
    • After the reboot(s) after the in-place upgrade you should have a fully functional Windows without issues or corruptions.
    Performing an in-place upgrade makes sense, and gives you a stable and clean running operating system when there's an issue or corruption you just can't fix but things aren't broken enough to warrant a fresh installation. The point of this process is to refresh the Windows OS files but retain your data, programs, and settings. That is precisely what the in-place upgrade procedure accomplishes.

    I should also add that this process can be accomplished remotely as well, from start to finish. I have done so with persistent LogMeIn, ScreenConnect and Teamviewer installations on various remote systems I have performed this task on, RDP should work as well. Being able to do this level of repair remotely is a huge benefit to any sysadmins out there looking to keep a client happy and perform that "remote magic" IT guys are known for.


    **If at this point your issues are not fixed, then there is something else occurring that is causing the issue be it Malware, hardware, drivers, etc. Please refer to the OP in this thread to run through some of those tests and diagnostics, or create a new thread seeking help and stating what you've tried.**
     
    Kursah, Apr 5, 2021
    #2
  3. Naki Win User
    Feature suggestion: Add right-click menu

    Suggestion: Please add a Windows 7 Jump-List and/or right-click menu to the GPU-Z icon in the Windows taskbar. Possible menus in it would be "Exit" and "About GPU-Z...".
    Maybe also "Switch to tab 1/Switch to tab 2/Switch to videocard 1/Switch to videocard 2" too.
    Examples of programs that have such menus are ICQ, Skype, AIM.

    NOTE: It seems for a right-click menu, Windows 7 is not needed - it works on WinXP and Vista too.
    But even a Windows 7 Jump-list may be good enough.
    What do you think?
     
    Naki, Apr 5, 2021
    #3
  4. Mussels Win User

    Windows menu dead, all repair methods fail.

    Installing Windows Vista/7 Via flash drive (Mussels Method)

    Thread updated with a newer method that allows multiple windows OS's on the one USB. nice little windows GUI, but a few more steps than the old method.


    This method supports XP.
     
    Mussels, Apr 5, 2021
    #4
Thema:

Windows menu dead, all repair methods fail.

Loading...
  1. Windows menu dead, all repair methods fail. - Similar Threads - menu dead repair

  2. What happens when all methods for the Windows Store fail?

    in Windows 10 Gaming
    What happens when all methods for the Windows Store fail?: As the titles states, I have a game purchased through the Windows Store, Forza Horizon 5. No matter what I do, I can't get the Store to download the game. Consistently, I get error 0x803FB107, which seems to be a common problem. I've reset the store, cleared cache, logged...
  3. What happens when all methods for the Windows Store fail?

    in Windows 10 Software and Apps
    What happens when all methods for the Windows Store fail?: As the titles states, I have a game purchased through the Windows Store, Forza Horizon 5. No matter what I do, I can't get the Store to download the game. Consistently, I get error 0x803FB107, which seems to be a common problem. I've reset the store, cleared cache, logged...
  4. What happens when all methods for the Windows Store fail?

    in Microsoft Windows 10 Store
    What happens when all methods for the Windows Store fail?: As the titles states, I have a game purchased through the Windows Store, Forza Horizon 5. No matter what I do, I can't get the Store to download the game. Consistently, I get error 0x803FB107, which seems to be a common problem. I've reset the store, cleared cache, logged...
  5. Start menu dead

    in Windows 10 Software and Apps
    Start menu dead: My windows Start menu doesn't open not on click not on keypress. When I click on the notification panel it instantly crashes same goes for the background apps tab in the privacy settings. The start menu troubleshooter app says "Microsoft.ShellExperienceHost" and...
  6. Start menu dead

    in Windows 10 Customization
    Start menu dead: My windows Start menu doesn't open not on click not on keypress. When I click on the notification panel it instantly crashes same goes for the background apps tab in the privacy settings. The start menu troubleshooter app says "Microsoft.ShellExperienceHost" and...
  7. Update automatically installed and now Windows will not boot and all known repair methods fail

    in Windows 10 Installation and Upgrade
    Update automatically installed and now Windows will not boot and all known repair methods fail: My wife's HP Elitebook laptop automatically installed a Windows 10 update today and now the computer is inoperable. It goes to recovery screen but none of the options work. The "Uninstall Updates" section works for Quality updates but fails for feature updates Startup...
  8. All Windows 1809 Update methods fail

    in Windows 10 Installation and Upgrade
    All Windows 1809 Update methods fail: Hi - I have tried all methods of updates that I know about and the update fails every time. Error such as "This PC cannot run Windows 10, please contact your manufacturer about updating the BIOS" - my PC is a (nearly) brand new HP X360 with Intel / AMD i7 Radeon 8705...
  9. Windows 10 Default Apps Foreclose - All Methods Failed

    in Windows 10 Software and Apps
    Windows 10 Default Apps Foreclose - All Methods Failed: I'm using Win 10 Home and all windows 10 apps like store, xbox app, photos etc everything forecloses. Have already tried both the methods as mentioned by you a couple of times - but no luck. Method 1 wsreset.exe returns the following error:...
  10. Start menu dead

    in Windows 10 Support
    Start menu dead: So the issue that I am having is the start menu won't react, however Cortana does.... I have tried a second user account, restarting it several times, fsc /scannow (it said all good) and the Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode...