diff --git a/install-driver.ps1 b/install-driver.ps1 index 0d5f8ae..38ebe6a 100644 --- a/install-driver.ps1 +++ b/install-driver.ps1 @@ -40,5 +40,5 @@ Write-Output "Executing: $scCommand" Invoke-Expression $scCommand # Query the service to verify it was created -Write-Output "Querying service $ServiceName:" +Write-Output "Querying service $ServiceName" sc.exe query $ServiceName