Forum Discussion
Jesse13579
Feb 29, 2024Brass Contributor
Can I turn off windows update/advance options/delivery optimization allow downloads from other pcs
Our system engineer is complaining about all our windows 10 and 11 pcs using update deliver optimization and allowing downloads from other pcs on the network. I'm trying to figure out a way to disab...
Jesse13579
Feb 29, 2024Brass Contributor
What about a script to disable optimization?
# Set variables to indicate value and key to set
Set-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DoSvc" -Name "Start" -Value "4.0"
Has anyone tried that?