clean up spacing

This commit is contained in:
Chris Titus Tech 2025-12-01 07:49:40 -06:00
parent 2b68976e7b
commit becfba603d

View File

@ -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