Message correction
This commit is contained in:
parent
15c839f350
commit
43e228cb53
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function hide_update() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host -Nonewline -ForegroundColor white "Searching gor GWX process ... "
|
Write-Host -Nonewline -ForegroundColor white "Searching for GWX process ... "
|
||||||
if (Get-Process -name GWX -ErrorAction SilentlyContinue}) {
|
if (Get-Process -name GWX -ErrorAction SilentlyContinue}) {
|
||||||
Write-Host -ForegroundColor DarkGreen -NoNewLine "Running "
|
Write-Host -ForegroundColor DarkGreen -NoNewLine "Running "
|
||||||
Write-Host -Nonewline -ForegroundColor white "removing ... "
|
Write-Host -Nonewline -ForegroundColor white "removing ... "
|
||||||
|
|
Reference in a new issue