Update output text
This commit is contained in:
parent
daad1239ba
commit
19fd159002
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Reference in a new issue