1
0
Fork 0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-06-10 14:33:01 -04:00

Increase time out

This commit is contained in:
WindowsAddict 2024-11-03 08:31:56 +05:30
parent 0477cf13e1
commit 9d1964ceda
8 changed files with 40 additions and 40 deletions

View file

@ -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")
::========================================================================================================================================