From 19fd159002d3216d617aee29c89202dc9562e146 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 28 Feb 2018 11:53:23 +0100 Subject: [PATCH] Update output text --- cleanW10.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanW10.ps1 b/cleanW10.ps1 index 980b9c2..e947704 100755 --- a/cleanW10.ps1 +++ b/cleanW10.ps1 @@ -221,7 +221,7 @@ Write-Host -ForegroundColor White "`nRemove provisioned modern apps :" Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -in $(Get-Content "lib\apps.txt")} | foreach { remove_provisioned_shitty_modern_app $_ } - +Write-Host -ForegroundColor White "`nRemove tasks :" foreach ($line in Get-Content "lib\tasks.txt") {remove_shitty_tasks $line } #Remove all OneDrive Stuff thanks to https://github.com/W4RH4WK/Debloat-Windows-10/