Files
qt5/coin/provisioning/qtci-windows-8-x86_64/05-wsearch-off.ps1
Simon Hausmann 5f40fd649e Improve build performance on Windows
Disable the windows search indexing service, which has a tendency to start
indexing source code archives that we've just extracted. We are not interested
in this service.

Change-Id: I1d3f5178a035bc951499d993641a9315db9712ca
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2017-01-09 13:37:16 +00:00

4 lines
85 B
PowerShell

# Disable the windows search indexing service
sc.exe config WSearch start= disabled