mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-21 02:44:56 +00:00
Increase time out
This commit is contained in:
parent
0477cf13e1
commit
9d1964ceda
8 changed files with 40 additions and 40 deletions
|
@ -875,7 +875,7 @@ echo sc start sppsvc [Error Code: %spperror%]
|
|||
)
|
||||
|
||||
echo:
|
||||
%psc% "$job = Start-Job { (Get-WmiObject -Query 'SELECT * FROM %sps%').Version }; if (-not (Wait-Job $job -Timeout 20)) {write-host 'sppsvc is not working correctly. Help - %mas%troubleshoot'}"
|
||||
%psc% "$job = Start-Job { (Get-WmiObject -Query 'SELECT * FROM %sps%').Version }; if (-not (Wait-Job $job -Timeout 30)) {write-host 'sppsvc is not working correctly. Help - %mas%troubleshoot'}"
|
||||
exit /b
|
||||
|
||||
:: Common lines used in PowerShell reflection code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue