Syntax error for disable_shitty_service() call

This commit is contained in:
Yorick Barbanneau 2018-02-22 12:44:54 +01:00
parent 4debcb2e36
commit cca4844e6a

View file

@ -209,7 +209,7 @@ foreach ($line in Get-Content "lib\ip.txt"){ block_shitty_ip $line }
Write-Host -ForegroundColor White "`nDisable features :"
foreach ($line in Get-Content "lib\features.txt"){ disable_shitty_feature $line }
Write-Host -ForegroundColor White "`nDisable services :"
foreach ($line in Get-Content "lib\services.txt") { disable_shitty_featureService $line }
foreach ($line in Get-Content "lib\services.txt") { disable_shitty_service $line }
Write-Host -ForegroundColor White "`nRemove modern apps :"
Get-AppxPackage -AllUsers | Where-Object { $_.name -in $(Get-Content "lib\apps.txt")} | foreach {