Skip to content

Commit 78cabec

Browse files
authored
Refactor software installation commands in script
Updated installation commands for VLC, WinRAR, and Nomacs to include the source parameter.
1 parent bdd82f7 commit 78cabec

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

UltimateWindowsOptimizer.bat

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,12 +673,17 @@ echo 22. INSTALACIÓN Y ACTUALIZACIÓN DE SOFTWARE
673673
echo ==============================
674674
:: Abrir link de apoyo
675675
start https://www.paypal.com/donate/?hosted_button_id=DMREEX4NSS7V4
676+
676677
echo Instalando VLC Media Player...
677-
winget install --id VideoLAN.VLC -e --accept-source-agreements --accept-package-agreements
678+
winget install --id VideoLAN.VLC -e --source winget --accept-source-agreements --accept-package-agreements
679+
678680
echo Instalando WinRAR...
679-
winget install --id RARLab.WinRAR -e --accept-source-agreements --accept-package-agreements
681+
winget install --id RARLab.WinRAR -e --source winget --accept-source-agreements --accept-package-agreements
682+
680683
echo Instalando Nomacs...
681-
winget install --id nomacs.nomacs -e --accept-source-agreements --accept-package-agreements
684+
winget install --id nomacs.nomacs -e --source winget --accept-source-agreements --accept-package-agreements
685+
686+
682687
echo Actualizando todo el software instalado a la ultima version...
683688
winget upgrade --all --accept-source-agreements --accept-package-agreements
684689

0 commit comments

Comments
 (0)