Hi,
The following has been reported to work by most of the users for both Windows 10 Home and Pro editions.
Enforcing the TargetedRelease group policy is the best way to stop Windows 11 update.
How to Stop or Block Windows 11 update - Your Windows Guide
https://www.yourwindowsguide.com/2021/12/block-...
To Block Windows 11 update, see the steps below which requires entering 2 commands. This would also work even if you have clicked Download and install, or rolled back to Windows 10 and it keeps trying.
- Right-click Start and select Windows Powershell(admin).
- Press Yes when Prompted.
- Type cmd.exe to open Command Prompt inside Powershell.
Command 1:
Paste the following command to enable Targeted Updates to a specific release:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseversion /t REG_DWORD /d 1
Command 2:
If you are on Windows 10 version 21H2, use the second command below:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseversionInfo /t REG_SZ /d 21H2
If you are on Windows 10 version 21H1, use the second command below:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseversionInfo /t REG_SZ /d 21H1
You should see the “The command completed successfully” message when you enter the commands.
Restart your computer.