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/Troubleshoot.cmd | |
| parent | 0477cf13e1f6cf9bb2e69d6416fefd295a1c5c07 (diff) | |
| download | Microsoft-Activation-Scripts-9d1964cedaeb5486bf839083f342bf2b8d90fcc9.zip | |
Increase time out
Diffstat (limited to 'MAS/Separate-Files-Version/Troubleshoot.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Troubleshoot.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd index 62f2992..40e6489 100644 --- a/MAS/Separate-Files-Version/Troubleshoot.cmd +++ b/MAS/Separate-Files-Version/Troubleshoot.cmd @@ -599,7 +599,7 @@ echo [Successful] echo:
echo Restarting wlidsvc ^& LicenseManager services...
-for %%# in (wlidsvc LicenseManager) do (%psc% "Start-Job { Restart-Service %%# } | Wait-Job -Timeout 10 | Out-Null")
+for %%# in (wlidsvc LicenseManager) do (%psc% "Start-Job { Restart-Service %%# } | Wait-Job -Timeout 20 | Out-Null")
::========================================================================================================================================
|
