Windows 10: Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade...

Discus and support Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade... in Windows 10 Gaming to solve the problem; I have a very frustrating issue with my Windows 11 device running Version 22H2, build 22621.963. The issue, as stated in the title, is that I am unable... Discussion in 'Windows 10 Gaming' started by TAlim 1994, Mar 20, 2023.

  1. Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade...


    I have a very frustrating issue with my Windows 11 device running Version 22H2, build 22621.963. The issue, as stated in the title, is that I am unable to install key updates, receiving error 0x800703f1 each time. The specific update in question is KB5023706, and I have also encountered the same error code when attempting to disable Windows features. I have already attempted multiple troubleshooting steps, to no avail. As stated in the title, SFC fails with the error "Windows Resource Protection could not perform the requested operation", DISM fails with the error 1009 "The configuration regis

    :)
     
    TAlim 1994, Mar 20, 2023
    #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, Mar 20, 2023
    #2
  3. RejZoR Win User
    Can't get SFC and DISM to work anymore on Win10

    Ok, can someone help me out because this crap is starting to piss me off. There was once a time when you could simply run SFC and DISM to check Windows files integrity and if there were any problems found with the local files, Windows repaired it automatically. The reason why I want to run this is because I'm getting stupendously huge amount of errors and warnings in Event Viewer, but I don't want to run refresh because it'll mess up tons of apps.

    Commands I used:
    sfc /scannow
    Dism /Online /Cleanup-Image /RestoreHealth

    Fast forward few years and we now have glorious Windows 10. Trying to run the same tools, they find errors but stubbornly refuse to fix ANYTHING. What's the god damn point of it then?

    Sfc finds issues but can't repair them and DISM constantly bitches how it can't find the source. All this used to work directly in Windows 7, but in Win 10, nothing. This was one of the best features to get OS back in good state and they go and ruin it. Because Microsoft!

    I've checked this thread:
    https://social.technet.microsoft.co...sfc-failed-to-repair?forum=win10itprohardware

    Nothing worked. And they keep mentioning install.wim where my Windows image downloaded from Microsoft itself! only carries install.esd which I can't seem to use with anything.

    I've also tried this tool:
    https://dismgui.codeplex.com/releases/view/133331

    Which again wants .wim file and refuses to work with esd.
     
    RejZoR, Mar 20, 2023
    #3
  4. Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade...

    Windows 10: sfc and dism cannot repair corruption

    I was finally able to repair my Windows installation such that SFC returned a normal result.

    Using a freshly downloaded USB image of W10, I did an inplace upgrade as suggested in magicandre1981's comments.

    After that, there was a different file that was corrupt and could not be repaired.

    Again, DISM did not initially repair this. However, I was able to determine that the file in question was located in the C:\windows\winsxs and also the C:\windows\system32 folders.

    Since the previous installation did not flag that file as corrupt, I figured I could use the previous installations copy of that file as a good file.

    Before running DISM again, I executed the following from an elevated command prompt and then re-booted the machine, as per instructions in an article at thewindowsclub.com which is not presently accessible. I'm not sure if the reboot is necessary, as that is not mentioned in another article.

    By running DISM, and using c:\windows.old\windows\winsxs as the Source, I was able to repair the store. And then running SFC resulted in the original file being repaired.

    Why this is happening, I have no idea. On a different machine, (and different internet connection/ISP) the upgraded (from W7) W10 installation also showed a corrupt file when running SFC. On that machine, DISM was able to repair it using the default Windows Update as a source.
     
    Ron Rosenfeld, Mar 20, 2023
    #4
Thema:

Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade...

Loading...
  1. Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade... - Similar Threads - Cannot install uninstall

  2. Windows cannot update, both SFC and DISM not working and cannot repair/update Windows via...

    in Windows 10 Gaming
    Windows cannot update, both SFC and DISM not working and cannot repair/update Windows via...: My Windows 10 version is the latest it can be I believe however windows says I'm missing important security and quality fixes. I've tried to update through a memory stick with a bootable windows media installed, as well as resetting but keeping files and folders and neither...
  3. Windows cannot update, both SFC and DISM not working and cannot repair/update Windows via...

    in Windows 10 Software and Apps
    Windows cannot update, both SFC and DISM not working and cannot repair/update Windows via...: My Windows 10 version is the latest it can be I believe however windows says I'm missing important security and quality fixes. I've tried to update through a memory stick with a bootable windows media installed, as well as resetting but keeping files and folders and neither...
  4. Windows cannot update, both SFC and DISM not working and cannot repair/update Windows via...

    in Windows 10 BSOD Crashes and Debugging
    Windows cannot update, both SFC and DISM not working and cannot repair/update Windows via...: My Windows 10 version is the latest it can be I believe however windows says I'm missing important security and quality fixes. I've tried to update through a memory stick with a bootable windows media installed, as well as resetting but keeping files and folders and neither...
  5. Cannot Repair Windows Server 2019 with DISM or SFC

    in Windows 10 Gaming
    Cannot Repair Windows Server 2019 with DISM or SFC: Hi Everyone,I was having some application errors with my server and decided to run a SFC /scannow. It found some corrupt files, but was unable to repair them.So I proceeded with the following commands after downloading a Server 2019 ISO image from Microsoft.dism /online...
  6. Cannot Repair Windows Server 2019 with DISM or SFC

    in Windows 10 Software and Apps
    Cannot Repair Windows Server 2019 with DISM or SFC: Hi Everyone,I was having some application errors with my server and decided to run a SFC /scannow. It found some corrupt files, but was unable to repair them.So I proceeded with the following commands after downloading a Server 2019 ISO image from Microsoft.dism /online...
  7. Cannot Repair Windows Server 2019 with DISM or SFC

    in Windows 10 BSOD Crashes and Debugging
    Cannot Repair Windows Server 2019 with DISM or SFC: Hi Everyone,I was having some application errors with my server and decided to run a SFC /scannow. It found some corrupt files, but was unable to repair them.So I proceeded with the following commands after downloading a Server 2019 ISO image from Microsoft.dism /online...
  8. Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade...

    in Windows 10 Software and Apps
    Cannot install/uninstall key Windows 11 updates or features; SFC, DISM and Repair Upgrade...: I have a very frustrating issue with my Windows 11 device running Version 22H2, build 22621.963. The issue, as stated in the title, is that I am unable to install key updates, receiving error 0x800703f1 each time. The specific update in question is KB5023706, and I have also...
  9. Windows Update fail / Repair install fail / SFC + DISM fail

    in Windows 10 Installation and Upgrade
    Windows Update fail / Repair install fail / SFC + DISM fail: Hey there - really grateful for this forum's answers over the years but only now becoming a member to submit a puzzle of my own. Thanks for being here! This is a few-day-old new HP Envy x360 with 21H1 19043.1052 which I was getting set up, when it stopped being able to get...
  10. Can't boot, failed startup repair, uninstall updates/features, safe mode, SFC and DISM

    in Windows 10 BSOD Crashes and Debugging
    Can't boot, failed startup repair, uninstall updates/features, safe mode, SFC and DISM: Hello, I've been having a lot of WHEA_UNCORRECTABLE_ERROR BSOD lately. At a certain point, trying to debug it, I've had one of them during start up. After that, I've had some CRITICAL_PROCESS_DIED BSODs and Win10 won't boot. From now on, Win10 just won't boot, but fails...