mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-16 17:26:08 +08:00
Windows 11 21H2 will be replaced by 22H2 version Task-number: QTQAINFRA-5203 Pick-to: 6.4 Change-Id: Iad18055cf84d9c1ff38984611c820b1c23d663a2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
5 lines
449 B
PowerShell
5 lines
449 B
PowerShell
# Disable RunTime Broker
|
|
# The RunTime Broker is a Windows system process, which helps to manage app permissions on your pc between Windows apps and ensures apps are behaving themselves.
|
|
# Coordinates execution of background work for WinRT application. If this service is stopped or disabled, then background work might not be triggered.
|
|
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBrokerSvc" /V Start /T REG_dWORD /D 4 /F
|