Block all windows update servers?
Block all windows update servers?
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.
I would use Use dns blocking.
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.