Skip to content
Snippets Groups Projects
Commit 88ea9a38 authored by LABORIE Stéphane's avatar LABORIE Stéphane
Browse files

modif lancement script

parent 529695fe
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@ GOTO DRIVERS
:DELL
curl -o %TEMP%\dotnet-4.8.exe -L https://go.microsoft.com/fwlink/?linkid=2088631
curl -o %TEMP%\dell-command-update.exe -L https://src.koda.cnrs.fr/stephane.laborie.7/windows-ventoy-auto-install/-/raw/main/Files/Dell-Command-Update-Windows-Universal-Application_JCVW3_WIN_5.1.0_A00.EXE
START /WAIT %TEMP%\dotnet-4.8.exe /passive /norestart
START /WAIT %TEMP%\dell-command-update.exe /s
START /WAIT "%programfiles%\Dell\CommandUpdate\dcu-cli.exe" /driverInstall
START /WAIT /I %TEMP%\dotnet-4.8.exe /passive /norestart
START /WAIT /I %TEMP%\dell-command-update.exe /s /noreboot
START /WAIT /I "%programfiles%\Dell\CommandUpdate\dcu-cli.exe" /driverInstall
shutdown /r /F /T 0
GOTO EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment