mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
We don't want Windows VMs to spam mDNS messages about optimizing Windows updates, when the updates themselves are disabled. Pick-to: 6.9 6.8 Task-number: QTQAINFRA-6761 Change-Id: I1452ebbb612f784c96f07de0a29cb2cfb54f1e75 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
9 lines
326 B
PowerShell
9 lines
326 B
PowerShell
# Copyright (C) 2025 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
# This script disables the Delivery Optimization service
|
|
|
|
. "$PSScriptRoot\helpers.ps1"
|
|
|
|
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\DoSvc" -Name "Start" -Value 4
|