mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-16 17:26:08 +08:00
This reverts commit 72f11e0952.
Reason for revert: WoA is not going be included in 6.7 and WoA target is blocking dd08ded0fc20f5fce10bf287d4d22ae026226717, -51 template will not work with the proxy enabled and -53 template brings error C2672 with its updated MSVC in 6.7 qtbase.
Task-number: QTQAINFRA-6111
Change-Id: I13fde01aba392b173db178bff6893b71c20ae98a
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
5 lines
314 B
PowerShell
5 lines
314 B
PowerShell
# Disable Windows Module Installer (Trusted Installer).
|
|
# Trusted Installe enables installation, modification, and removal of Windows updates and optional components.
|
|
# If this service is disabled, install or uninstall of Windows updates might fail for this computer.
|
|
sc.exe config TrustedInstaller start=disabled
|