diff options
| author | WindowsAddict | 2024-11-03 03:01:56 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-11-03 03:01:56 +0000 |
| commit | 9d1964cedaeb5486bf839083f342bf2b8d90fcc9 (patch) | |
| tree | 3831292acbd7d0a31920d4bc1a50a992310b6835 /MAS/Separate-Files-Version/Change_Windows_Edition.cmd | |
| parent | 0477cf13e1f6cf9bb2e69d6416fefd295a1c5c07 (diff) | |
| download | Microsoft-Activation-Scripts-9d1964cedaeb5486bf839083f342bf2b8d90fcc9.zip | |
Increase time out
Diffstat (limited to 'MAS/Separate-Files-Version/Change_Windows_Edition.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Change_Windows_Edition.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd index 7ed4422..e0d3dde 100644 --- a/MAS/Separate-Files-Version/Change_Windows_Edition.cmd +++ b/MAS/Separate-Files-Version/Change_Windows_Edition.cmd @@ -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
|
