Block all windows update servers?

https://sh.itjust.works/post/57138086

Is it Windows 10 Pro or …?

With Windows 10 Pro you can disable Windows updates by editing group policy (run gpedit.msc with elevated permissions), look for Computer Configuration / Administrative Templates / Windows Components / Windows Update and set “Configure Automatic Updates” to Disabled.

Not sure how to do that on Windows 10 Home or other versions - the above probably corresponds to registry setting(s) but am not sure which one.

Nah, never had pro. Win 10 home Toshiba from 2015
Hey, you might have trouble blocking windows 10 servers themselves, by IP or otherwise. I think it might be a lot more feasible to massgrave win 10 pro on your machine and disable updates by group policy.
What are the IP ranges for Microsofty Windows update? - Microsoft Q&A

What are the IP Ranges for microsoft windows update? I know microsoft list the url to be allowed in the firewall for windows update for the wsus but the current firewall does not support url filtering. So IP Addresses are needed.

Remove all windows-machines, morelike.

For your use-case, you might want to block ALL the internet for that notebook, & then open ONLY the internet-link you require, for your test.

Trying to blacklist a dynamic-set of cloud IP-addresses seems like a losing-game.

Flip it: whitelist only what you explicitly require, for your test.

_ /\ _

Use Group Policy to disable updates.

If you have a Home version, disable the Windows Update service and the Windows Update Health service which prevents the Windows Update Service from being disabled.

Hkey_local_machine\system\CurrentControlSet\Services\WaaSMedicSvc

Change the Start value to 4 (disabled).

Now you can disable the Windows Update Service.

This is a Microsoft-provided solution to this question on their forums.