Fix issue related to URL opening in unattended mode

This commit is contained in:
WindowsAddict 2025-04-21 20:22:13 +05:30
parent 5090cde0a0
commit b8ad749bac
5 changed files with 7 additions and 7 deletions

View file

@ -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
)