Windows 10: How to prevent an Item related to a Windows-repair-version from being proposed as an...

Discus and support How to prevent an Item related to a Windows-repair-version from being proposed as an... in Windows 10 Gaming to solve the problem; Hello. Microsoft's suggestions aimed to fix the language-related error code 0x80070490 invariably failed, Afterwards I selected in GUI, System >... Discussion in 'Windows 10 Gaming' started by Toivvin, Sep 19, 2024 at 8:47 AM.

  1. Toivvin Win User

    How to prevent an Item related to a Windows-repair-version from being proposed as an...


    Hello. Microsoft's suggestions aimed to fix the language-related error code 0x80070490 invariably failed, Afterwards I selected in GUI, System > Recovery, option Fix problems using Windows Update. As a result the item Windows 11, version 23H2 repair version along with Install error - 0xc1900201 and the option Retry remains presented in Windows Update as available. The item now being polluting since failing to proceed, it should be no longer be presented as available. However, as you must know since I post here, Microsoft did not think usefull to provide the dedicated option in GUI in or

    :)
     

  2. question related to directx version

    Hi,

    I realize that you have questions related to directx version on your PC. I will try to help you with this issue.

    Follow these steps to know the direct x version on your PC:


    • Press Windows key + R to get the run window.

    • Type “dxdiag” and hit enter.
    In the DirectX diagnostic tool window you will get to know the version of direct x on your PC.

    Further, I suggest you to run the SFC scan tool and restart the computer.

    System file check is a utility built into the Operating System that will check for system file corruption. The sfc /scannow command (System File Check) scans the integrity of all protected operating system files and replaces incorrect, corrupted,
    changed, or damaged versions with the correct versions where possible. Ensure to install any pending updates on the system and remember to restart the computer.

    System file check (SFC) Scan and Repair System Files:
    Redirecting

    Keep us informed to help you further.

    Thank you.
     
  3. Try3 Win User
    Deleted icons stay on desktop (not in desktop folder)

    I can only suggest that you
    1 Add a list of steps you have already taken.
    2 Add a comment about restarting the computer. Do the deleted icons disappear then?
    2 Add a comment explaining if any Desktop items do delete correctly and whether or not there are any significant differences between those that do delete correctly and those that don't.
    3 Add a list of any OS tweaks you have done & any third-party OS-related utilities you have run.

    I assume you have already reinstalled your display driver.
    I don't see a Repair install as being relevant. Repair Install - TenForumsTutorials

    Denis
     
  4. Kursah Win User

    How to prevent an Item related to a Windows-repair-version from being proposed as an...

    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.**
     
Thema:

How to prevent an Item related to a Windows-repair-version from being proposed as an...

Loading...
  1. How to prevent an Item related to a Windows-repair-version from being proposed as an... - Similar Threads - prevent Item related

  2. How to prevent an Item related to a Windows-repair-version from being proposed as an...

    in Windows 10 Software and Apps
    How to prevent an Item related to a Windows-repair-version from being proposed as an...: Hello. Microsoft's suggestions aimed to fix the language-related error code 0x80070490 invariably failed, Afterwards I selected in GUI, System > Recovery, option Fix problems using Windows Update. As a result the item Windows 11, version 23H2 repair version along with Install...
  3. No access permissions to item is preventing item from syncing to OneDrive

    in Windows 10 Gaming
    No access permissions to item is preventing item from syncing to OneDrive: An unimportant .lnk is not being backed up by OneDrive due to "No access permissions to item". What is the recommended action? The file it links to was used to backup my last mobile to the PC as an intermediary, then restored to the new mobile. Looking at the Properties of...
  4. No access permissions to item is preventing item from syncing to OneDrive

    in Windows 10 Software and Apps
    No access permissions to item is preventing item from syncing to OneDrive: An unimportant .lnk is not being backed up by OneDrive due to "No access permissions to item". What is the recommended action? The file it links to was used to backup my last mobile to the PC as an intermediary, then restored to the new mobile. Looking at the Properties of...
  5. How to prevent in Windows 11 Thunderbolt from being automatically installed?

    in Windows 10 Gaming
    How to prevent in Windows 11 Thunderbolt from being automatically installed?: After every restart of Windows 11 there appears the message that Thunderbolt can now be uninstalled but this program is automatically re-installed after uninstallation. It is mystery what the program does and what its function is....
  6. How to prevent in Windows 11 Thunderbolt from being automatically installed?

    in Windows 10 Software and Apps
    How to prevent in Windows 11 Thunderbolt from being automatically installed?: After every restart of Windows 11 there appears the message that Thunderbolt can now be uninstalled but this program is automatically re-installed after uninstallation. It is mystery what the program does and what its function is....
  7. Related to taskbar pinned items.

    in Windows 10 Customization
    Related to taskbar pinned items.: I accidently pinned my local drive D to the right side of the taskbar but now I am unable to figure out how to remove it from there. Kindly someone help me with a solution....
  8. How to prevent PIN from constantly being disabled

    in Windows 10 Ask Insider
    How to prevent PIN from constantly being disabled: Every time my laptop's battery dies, and sometimes even when it doesn't, my computer restarts and PIN login is disabled for 2 hours. My account password is a super pain to type in, so I always hate when this happens. Is there a way I can make the login screen more permissive...
  9. A problem prevented the document from being scanned

    in Windows 10 News
    A problem prevented the document from being scanned: [ATTACH] [ATTACH]When scanning a document using the Printer+Scanner. if you receive an error saying – A problem prevented the document from being scanned, then in this post, we will share solutions to fix this problem. A problem prevented the document from [...] This post A...
  10. How To Prevent M.S. Update From Being Installed

    in Windows 10 Installation and Upgrade
    How To Prevent M.S. Update From Being Installed: If M.S. has downloaded a "Feature" update, but it has yet been installed, is there a way to make sure M.S. will not automatically install it ? https://answers.microsoft.com/en-us/windows/forum/all/how-to-prevent-ms-update-from-being-installed/deb29b53-ce97-47ac-8cc2-f8125e5c11c5