mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-12 23:36:15 +08:00
On some cases RunTime broker might eat huge amount of CPU Pick-to: 6.1 Pick-to: 5.15 Pick-to: 5.12 Change-Id: Ie01b4e1a48e2f9e7e0deb9970160ffc92854d79b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@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
|