Hi winterstorm,
could you add a tweak to block Windows 10 feature updates? The principle is explained here: https://www.windowslatest.com/2020/06/29/windows-10-registry-trick-to-block-feature-updates/
For Win10 2004 the regtweak would be:
But winreducer should detect the version of the loaded ISO and adjust the entry accordingly.
This would help a lot, because the automatic feature updates are the main reason not to use windows update.
could you add a tweak to block Windows 10 feature updates? The principle is explained here: https://www.windowslatest.com/2020/06/29/windows-10-registry-trick-to-block-feature-updates/
For Win10 2004 the regtweak would be:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"TargetReleaseVersion"=dword:00000001
"TargetReleaseVersionInfo"="2004"
But winreducer should detect the version of the loaded ISO and adjust the entry accordingly.
This would help a lot, because the automatic feature updates are the main reason not to use windows update.