Syntax error for disable_shitty_service() call
This commit is contained in:
parent
4debcb2e36
commit
cca4844e6a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue