How to Specify Target Feature Update Version in Windows 10  

Page 1 of 6 123 ... LastLast
    How to Specify Target Feature Update Version in Windows 10

    How to Specify Target Feature Update Version in Windows 10

    Published by Category: Windows Update & Activation
    04 Mar 2023
    Designer Media Ltd

    How to Specify Target Feature Update Version in Windows 10


    A new TargetReleaseVersion policy available in Windows 10 version 1803 and higher allows you to specify which feature update version of Windows 10 you would like your computer to move to and/or stay on until the version reaches end of service or you reconfigure this policy.

    If you don't update this policy before the device reaches end of service, the device will automatically be updated once it is 60 days past end of service for its version.

    If you specify a TargetReleaseVersion the same as the current version, Windows 10 will stay on this version until it reaches end of service. This can also be useful to block an automatic upgrade to Windows 11.

    If you specify a TargetReleaseVersion higher than the current version, Windows 10 will directly update only to the specified version even if a higher version is available.

    See also:

    This tutorial will show you how to specify a TargetReleaseVersion version of Windows 10 you want to move to or stay on in Windows Update until it reaches end of service in Windows 10 Pro, Enterprise, or Education.

    You must be signed in as an administrator to specify a TargetReleaseVersion version for your Windows 10 computer.



    Contents

    • Option One: Specify Target Feature Update Version in Local Group Policy Editor
    • Option Two: Specify Target Feature Update Version using a REG file
    • Option Three: Specify Target Feature Update Version in Registry Editor






    OPTION ONE

    Specify Target Feature Update Version in Local Group Policy Editor


    This option is only available in Windows 10 version 2004 and higher.


    1 Open the Local Group Policy Editor.

    2 Navigate to the location below in the left pane of Local Group Policy Editor. (see screenshot below)

    Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business

    How to Specify Target Feature Update Version in Windows 10-select_the_target_feature_update_version_gpedit-1.png

    3 In the right pane of Windows Update for Business in Local Group Policy Editor, double click/tap on the Select the target Feature Update version policy to edit it. (see screenshot above)

    4 Do step 5 (specify) or step 6 (undo) below for what you would like to do.


    5 To Specify Target Feature Update Version

    A) Select (dot) Enabled. (see screenshot below step 6)

    B) Perform the following steps under Options:
    • Type Which Windows product version would you like to receive feature updates for (ex: "Windows 10").
    • Type the version (ex: "21H1") you want to specify in the Target Version for Feature Updates box.
    • Click/tap on OK.
    • Go to step 7 below.

    You can see a list of Windows 10 versions to use as a value in the Windows 10 release information table.
    How to Specify Target Feature Update Version in Windows 10-windows_10_release_info.png



    6 To Undo Specify Target Feature Update Version

    A) Select (dot) Not Configured or Disabled, click/tap on OK, and go to step 7 below. (see screenshot below)

    Not Configured is the default setting.

    How to Specify Target Feature Update Version in Windows 10-select_the_target_feature_update_version_gpedit-2.png


    7 When finished, you can close the Local Group Policy Editor.






    OPTION TWO

    Specify Target Feature Update Version using a REG file


    This option will only work in Windows 10 version 1803 and higher.


    1 Do step 2 (specify) or step 3 (undo - default) below for what you would like to do.


    2 To Specify Target Feature Update Version

    A) Click/tap on the Download button below for the 1909, 2004, 20H2, 21H1, or 21H2 version you want to specify.

    Specify_target_Feature_Update_version_to_1909.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"="Windows 10"
    "TargetReleaseVersion"=dword:00000001
    "TargetReleaseVersionInfo"="1909"

    OR

    Specify_target_Feature_Update_version_to_2004.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"="Windows 10"
    "TargetReleaseVersion"=dword:00000001
    "TargetReleaseVersionInfo"="2004"

    OR

    Specify_target_Feature_Update_version_to_20H2.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"="Windows 10"
    "TargetReleaseVersion"=dword:00000001
    "TargetReleaseVersionInfo"="20H2"

    OR

    Specify_target_Feature_Update_version_to_21H1.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"="Windows 10"
    "TargetReleaseVersion"=dword:00000001
    "TargetReleaseVersionInfo"="21H1"

    OR

    Specify_target_Feature_Update_version_to_21H2.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"="Windows 10"
    "TargetReleaseVersion"=dword:00000001
    "TargetReleaseVersionInfo"="21H2"
    OR

    Specify_target_Feature_Update_version_to_22H2.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"="Windows 10"
    "TargetReleaseVersion"=dword:00000001
    "TargetReleaseVersionInfo"="22H2"


    B) Save the .reg file to your desktop.

    C) Double click/tap on the downloaded .reg file to merge it.

    D) When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

    E) You can now delete the downloaded .reg file if you like. You are done.

    You can use Option Three below if you would like to change the version to what you want to specify instead of 1903, 1909, or 2004.



    3 To Undo Specify Target Feature Update Version

    A) Click/tap on the Download button below to download the file below.

    Undo_specify_target_Feature_Update_version.reg

    Download

    (Contents of .reg file for reference)
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ProductVersion"=-
    "TargetReleaseVersion"=-
    "TargetReleaseVersionInfo"=-

    B) Save the .reg file to your desktop.

    C) Double click/tap on the downloaded .reg file to merge it.

    D) When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

    E) You can now delete the downloaded .reg file if you like. You are done.





    OPTION THREE

    Specify Target Feature Update Version in Registry Editor


    This option will only work in Windows 10 version 1803 and higher.


    1 Do step 2 in Option Two to make adding the needed registry keys and values for this easier.

    2 Press the Win + R keys to open the Run dialog, type regedit into Run, and click/tap on OK to open Registry Editor.

    3 Navigate to the key below in the left pane of Registry Editor. (see screenshot below)

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

    How to Specify Target Feature Update Version in Windows 10-select_the_target_feature_update_version_regedit-1.png

    4 In the right pane of the WindowsUpdate key, double click/tap on the TargetReleaseVersionInfo string value (REG_SZ) to modify it. (see screenshot above)

    5 Type the version (ex; "1909") you want to specify in the Value data box, and click/tap on OK. (see screenshot below)

    You can see a list of Windows 10 versions to use as a value in the Windows 10 release information table.
    How to Specify Target Feature Update Version in Windows 10-windows_10_release_info.png

    How to Specify Target Feature Update Version in Windows 10-select_the_target_feature_update_version_regedit-2.png

    6 You can now close Registry Editor. You are done.

    You can use step 3 in Option Two to undo this.



    That's it,
    Shawn Brink






  1. Posts : 4,594
    Windows 10 Pro
       #1

    Great job Shawn
      My Computers


  2. Posts : 68,885
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #2

    AddRAM said:
    Great job Shawn
      My Computers


  3. Posts : 1,807
    Windows 10 Pro 21H1 19043.1348
       #3

    Thanks @Brink, that's an awesome tweak, I've added it changing it to 1809.

    I use wumt with metered connections and recently have received multiple notifications from wup to switch to a non-metered connection to download 1909.

    It must be time to locate Matthew Wai's reg tweak to disable wup.
      My Computer


  4. Posts : 7,606
    Windows 10 Home 20H2
       #4
      My Computer


  5. Posts : 1,807
    Windows 10 Pro 21H1 19043.1348
       #5

    Matthew Wai said:
    Thanks Matthew.

    Yes, that's the one. I added Brink's tweak above but a bit concerned after the many recent notifications to switch to a non-metered connection to receive the 1909 update.

    I'll feel better locking out wup.


    Don't you ever sleep or do you have a neural interface that wakes you up when your name is mentioned?
    Last edited by W10 Tweaker; 25 Jul 2020 at 14:30.
      My Computer


  6. Posts : 7,606
    Windows 10 Home 20H2
       #6

    I have written a script that will wake me up from sleep when my name is mentioned.
      My Computer


  7. Posts : 1,807
    Windows 10 Pro 21H1 19043.1348
       #7

    Matthew Wai said:
    I have written a script that will wake me up from sleep when my name is mentioned.
    LOL
    Do you have a script to remove my unnecessary urgency to get up in the middle of the night for bathroom trips?
      My Computer


  8. Posts : 7,606
    Windows 10 Home 20H2
       #8

    Specify_or_cancel_target_Feature_Update_version.bat

    @Brink, I have created the above script that will automatically specify or cancel the version. A user only has to enter the version number as shown below:
    How to Specify Target Feature Update Version in Windows 10-specify_or_cancel_target_feature_update_version.jpg

    Would you consider adding it into this tutorial?
      My Computer


  9. Posts : 68,885
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #9

    Matthew Wai said:
    Specify_or_cancel_target_Feature_Update_version.bat

    @Brink, I have created the above script that will automatically specify or cancel the version. A user only has to enter the version number as shown below:

    Would you consider adding it into this tutorial?
    Thank you Matthew. Now added as option 4.
      My Computers


 

Tutorial Categories

How to Specify Target Feature Update Version in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 08:11.
Find Us




Windows 10 Forums