diff --git a/config/tweaks.json b/config/tweaks.json index e22c9ca5..e0079205 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2352,7 +2352,7 @@ "InvokeScript": [ " $TeamsPath = \"$Env:LocalAppData\\Microsoft\\Teams\\Update.exe\" - + if (Test-Path $TeamsPath) { Write-Host \"Uninstalling Teams\" Start-Process $TeamsPath -ArgumentList -uninstall -wait