| 1 | = Disable Windows Eleven Updates = |
| 2 | |
| 3 | {{{ |
| 4 | |
| 5 | Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\ |
| 6 | |
| 7 | new key : WindowsUpdate |
| 8 | |
| 9 | new dword : TargetReleaseVersion = 1 |
| 10 | |
| 11 | new string : TargetReleaseVersionInfo = (Current Version 21H1, 21H2 etc) |
| 12 | |
| 13 | |
| 14 | now gpedit.msc |
| 15 | |
| 16 | Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business |
| 17 | |
| 18 | |
| 19 | Select the Target Feature Update Version |
| 20 | |
| 21 | Enable it |
| 22 | |
| 23 | Set Target Version for Future Updates to : (Current Version 21H1, 21H2 etc) |
| 24 | |
| 25 | }}} |