aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/wsearch-off.ps1
blob: 12e959bd75502c25f4de5a1394ca986877a3fc5a (plain)
1
2
3
4
. "$PSScriptRoot\helpers.ps1"

# Disable the windows search indexing service
Run-Executable "sc.exe" "config WSearch start= disabled"