mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-04-21 21:52:01 +02:00
Fix issue related to URL opening in unattended mode
This commit is contained in:
parent
5090cde0a0
commit
b8ad749bac
5 changed files with 7 additions and 7 deletions
|
@ -160,7 +160,7 @@ if %winbuild% LSS 7600 (
|
|||
echo Install PowerShell using the following URL.
|
||||
echo:
|
||||
echo https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
if %_unattended%==0 start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
)
|
||||
goto dk_done
|
||||
)
|
||||
|
@ -3719,7 +3719,7 @@ echo .NET 3.5 Framework is not installed in your system.
|
|||
echo Install it using the following URL.
|
||||
echo:
|
||||
echo https://www.microsoft.com/download/details.aspx?id=25150
|
||||
start https://www.microsoft.com/download/details.aspx?id=25150
|
||||
if %_unattended%==0 start https://www.microsoft.com/download/details.aspx?id=25150
|
||||
goto dk_done
|
||||
)
|
||||
)
|
||||
|
|
|
@ -221,7 +221,7 @@ if %winbuild% LSS 7600 (
|
|||
echo Install PowerShell using the following URL.
|
||||
echo:
|
||||
echo https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
if %_unattended%==0 start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
)
|
||||
goto dk_done
|
||||
)
|
||||
|
|
|
@ -227,7 +227,7 @@ if %winbuild% LSS 7600 (
|
|||
echo Install PowerShell using the following URL.
|
||||
echo:
|
||||
echo https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
if %_unattended%==0 start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
)
|
||||
goto dk_done
|
||||
)
|
||||
|
@ -239,7 +239,7 @@ echo .NET 3.5 Framework is not installed in your system.
|
|||
echo Install it using the following URL.
|
||||
echo:
|
||||
echo https://www.microsoft.com/download/details.aspx?id=25150
|
||||
start https://www.microsoft.com/download/details.aspx?id=25150
|
||||
if %_unattended%==0 start https://www.microsoft.com/download/details.aspx?id=25150
|
||||
goto dk_done
|
||||
)
|
||||
)
|
||||
|
|
|
@ -151,7 +151,7 @@ if %winbuild% LSS 7600 (
|
|||
echo Install PowerShell using the following URL.
|
||||
echo:
|
||||
echo https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
if %_unattended%==0 start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
)
|
||||
goto done2
|
||||
)
|
||||
|
|
|
@ -152,7 +152,7 @@ if %winbuild% LSS 7600 (
|
|||
echo Install PowerShell using the following URL.
|
||||
echo:
|
||||
echo https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
if %_unattended%==0 start https://www.catalog.update.microsoft.com/Search.aspx?q=KB968930
|
||||
)
|
||||
goto dk_done
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue