Fix issue related to URL opening in unattended mode
This commit is contained in:
@ -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
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user