Sorry for the nuisance, I would like to know what is pending for my updates. I understand that I have to resume.
Question: what do I see when I resume, a popup with the list of updates? And most important do I have the time to stop it and select another date?
Thanks in advance
Not a problem. Click 'Resume Updates'. You should be able to see whether it's updating to a later version of Windows 10, or Windows 11, or if there are just other updates pending. (There have been some patches for *serious* security holes lately, so I *really* don't recommend anyone staying away from Windows 11 by just pausing updates.)
If it indicates that it is updating to Windows 11, and it displays 'downloading' or even 'reboot to install', then:
1. You need to stop wuauserv and bits, so they don't immediately recreate the directory you're going to delete in step 2.
To stop them, you either need to go to control panel, services, and locate the services by name, and stop them (do not change their startup mode!).
Or, you can open a command prompt with administrative privileges and type in the commands 'net stop wuauserv' and 'net stop bits', respectively. It should look something like this;
C:\WINDOWS\system32> net stop wuauserv
C:\WINDOWS\system32> net stop bits
Things that can go awry with this step:
If you see an error message, or 'The Windows Update Service is not started', you either don't have Administrative Privileges, or you have the Windows Update Window open. Opening the 'Windows Update' window to check what happens, actually restarts the services, so don't do that!
2. You need to delete the directory where it's downloaded the Windows 11 files.
It is the catalog 'C:\Windows\SoftwareDistribution\Download\29915d28b757d79214ddd971f3fd6134'
Now you have reset the progress on the Windows 11 patch. However, this is just a temporary solution. As soon as you go to the 'Windows Update' window, it will restart the services (wuauserv and bits), and start downloading Windows 11 again.
To make it last a bit longer, you need to do the registry hack that Rodrigo.Quieroz posted about on December 18 (the first page in this thread), so that Windows Update thinks that it should target a later version of Windows 10 instead of Windows 11.