mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-28 07:37:18 +08:00
Provisioning: Disable unneeded services
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>
This commit is contained in:
committed by
Tony Sarajärvi
parent
b5eb36d689
commit
c2877e7ea9
3
coin/provisioning/common/windows/disable-cortana.ps1
Normal file
3
coin/provisioning/common/windows/disable-cortana.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user