From 5f40fd649e5f3a4402125a7a26035396a2e72397 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 29 Dec 2016 19:47:22 +0100 Subject: Improve build performance on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 (limited to 'coin/provisioning/qtci-windows-10-x86') diff --git a/coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 new file mode 100644 index 00000000..09c45bbd --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 @@ -0,0 +1,3 @@ + +# Disable the windows search indexing service +sc.exe config WSearch start= disabled -- cgit v1.2.3