How to disable Feature Updates on Windows 10?

Jorge Hernandez 26 Reputation points
2022-04-27T16:50:53.147+00:00

Hi guys,

I have an old PC running Windows 10 1909, I cannot update it to any newer builds of Windows 10 because it blue screens after it restarts to complete the update, but I don't want to miss other updates, so how can I disable what Windows Update calls "Feature Updates" so my PC doesn't blue screens anymore and I can get other updates?

I don't have WSUS or SCCM, so it has to be locally on the PC.

Thanks.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,642 questions
0 comments No comments
{count} votes

Accepted answer
  1. abbodi86 3,891 Reputation points
    2022-04-28T11:56:40.057+00:00

    Run cmd as admin and execute

    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v TargetReleaseVersion /t REG_DWORD /d 1
    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v TargetReleaseVersionInfo /t REG_SZ /d 1909
    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v ProductVersion /t REG_SZ /d "Windows 10"
    

    then reboot

    2 people found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Kapil Arya 8,156 Reputation points MVP
    2022-04-28T12:29:39.03+00:00

    Hello,

    Refer this guide:

    https://www.kapilarya.com/how-to-block-feature-updates-in-windows-10

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    2 people found this answer helpful.
    0 comments No comments

  2. JetmechAl 6 Reputation points
    2023-02-14T15:05:18.8666667+00:00

    Thank you thank you thank you.

    One for each year that I have been fighting off feature updates so as to keep my 3D setup intact.

    I have been having to fight off this stuff for far too long.

    Can not thank you enough.

    1 person found this answer helpful.
    0 comments No comments

  3. Docs 15,516 Reputation points
    2022-04-27T22:03:53.387+00:00

    Consider troubleshooting:
    a) BSOD
    b) failed upgrade

    Indicate whether you want to troubleshoot or block upgrades.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.