remove unnecessary sleep

This commit is contained in:
2023-07-28 11:30:50 -04:00
parent 80979fc137
commit aa48a738fa
-1
View File
@@ -15,7 +15,6 @@ End-Process -Name 'OUTLOOK' -Match -Force
End-Process -Name 'MSPUB' -Match -Force
End-Process -Name 'MSACCESS' -Match -Force
End-Process -Name 'Teams' -Match -Force
Start-Sleep -Seconds 5
# URL to the OffscrubC2R.vbs script
$UninstallScriptURL = 'https://github.com/OfficeDev/Office-IT-Pro-Deployment-Scripts/raw/master/Office-ProPlus-Deployment/Deploy-OfficeClickToRun/OffScrubc2r.vbs'