What about disabling TPM in bios? That would stop Windows 11. What is this thing good for anyway?
Stop upgrade to Windows 11
I upgraded to Windows 11 and reverted back to Windows 10. Now Windows 10 automatically attempts to download and install Windows 11 again. See below:
I can Pause Updates but doing so doesn't allow me to update Windows 10 "patches." I'm being forced to Upgrade to Windows 11 without the ability to stop it.
I want to cancel the Upgrade to Windows 11 (download/installation) process which initiated on its own without my consent. The current status is how it shows in the image above - ready to download and then install Windows 11 but there is no way to stop it.
What I want:
- Windows 10 to stop Upgrade to Windows 11 process
- Ability to update Windows 10 without it upgrading/installing to Windows 11
- Windows 10 with the ability to update patches
Windows for home | Windows 10 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
136 answers
Sort by: Newest
-
Anonymous
2022-05-25T01:01:32+00:00 -
Anonymous
2022-05-19T06:06:07+00:00 I upgraded to Windows 11 and reverted back to Windows 10. Now Windows 10 automatically attempts to download and install Windows 11 again. See below:
I can Pause Updates but doing so doesn't allow me to update Windows 10 "patches." I'm being forced to Upgrade to Windows 11 without the ability to stop it.
I want to cancel the Upgrade to Windows 11 (download/installation) process which initiated on its own without my consent. The current status is how it shows in the image above - ready to download and then install Windows 11 but there is no way to stop it.
What I want:
- Windows 10 to stop Upgrade to Windows 11 process
- Ability to update Windows 10 without it upgrading/installing to Windows 11
- Windows 10 with the ability to update patches
devkuar
-
Sumit 44,316 Reputation points Volunteer Moderator2022-05-02T13:33:08+00:00 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 21H2If 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 21H1You should see the “The command completed successfully” message when you enter the commands.
Restart your computer.
-
Anonymous
2022-04-01T07:32:50+00:00 I try this method on my wife's notebook with Win 10 Home, and there is still upgade to Win 11. On my laptop, where I have Win 10 Pro I used the method by Group policy and on Pro version is no upgrade to W11. So I maybe will try to install Group Policy to Win 10 Home, if it is possible.
-
Anonymous
2022-03-30T16:02:17+00:00 Thanks for that research! That "ProductVerion" looks like it could be the missing piece. It's too bad we can't get definitive information from the source that really matters.