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

fix probleme encodage fichier téléchargé

parent 603e3893
No related branches found
No related tags found
No related merge requests found
......@@ -375,18 +375,14 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>11</Order>
<CommandLine>cmd.exe /c "&gt;&gt;"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd" &lt;NUL set /p="curl -o %TEMP%\autoinstall.bat ""</CommandLine>
<CommandLine><![CDATA[cmd.exe /c echo curl https://src.koda.cnrs.fr/mri-net/windows-ventoy-auto-install/-/raw/main/Files/autoinstall.bat ^| MORE /P ^>%TEMP%\autoinstall.bat >> "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd"]]></CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>12</Order>
<CommandLine>cmd.exe /c "&gt;&gt;"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd" echo &quot;https://src.koda.cnrs.fr/mri-net/windows-ventoy-auto-install/-/raw/main/Files/autoinstall.bat&quot;"</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>13</Order>
<CommandLine>cmd.exe /c "&gt;&gt;"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd" echo START %TEMP%\autoinstall.bat"</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>14</Order>
<Order>13</Order>
<CommandLine>reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
......
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