mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 23:16:54 +08:00
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>
4 lines
85 B
PowerShell
4 lines
85 B
PowerShell
|
|
# Disable the windows search indexing service
|
|
sc.exe config WSearch start= disabled
|