Remove 5sec. sleep before hide_update function (useless)
This commit is contained in:
parent
89fc25e65f
commit
7c781acc7f
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ Foreach($kbID in $kbIDs){
|
||||||
Write-Host -ForegroundColor Yellow ("Not installed")
|
Write-Host -ForegroundColor Yellow ("Not installed")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Write-Host "`n Wainting ..."
|
|
||||||
Start-Sleep -Seconds 5
|
|
||||||
Write-Host "`nHiding Updates"
|
Write-Host "`nHiding Updates"
|
||||||
Write-Host "--------------`n"
|
Write-Host "--------------`n"
|
||||||
|
|
||||||
hide_update $kbIDs
|
hide_update $kbIDs
|
||||||
|
|
Reference in a new issue