mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
To speed up things and release CPU we need to disable unneeded services Change-Id: I067ad6eb0b3b5df72edc00aa244cc1bff35c4232 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
4 lines
194 B
PowerShell
4 lines
194 B
PowerShell
# Disable Microsoft's digital assistant Cortona
|
|
echo "Disabling Cortona"
|
|
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /V AllowCortana /T REG_dWORD /D 0 /F
|