Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
windows ventoy auto install
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MRI-NET
windows ventoy auto install
Commits
97d427bb
Commit
97d427bb
authored
9 months ago
by
LABORIE Stéphane
Browse files
Options
Downloads
Patches
Plain Diff
fix probleme encodage fichier téléchargé
parent
603e3893
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Scripts/windows_10_PRO_autoinstall.xml
+2
-6
2 additions, 6 deletions
Scripts/windows_10_PRO_autoinstall.xml
with
2 additions
and
6 deletions
Scripts/windows_10_PRO_autoinstall.xml
+
2
−
6
View file @
97d427bb
...
...
@@ -375,18 +375,14 @@
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<Order>
11
</Order>
<CommandLine>
cmd.exe /c
"
>>
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd"
<
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 "
>>
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd" echo
"
https://src.koda.cnrs.fr/mri-net/windows-ventoy-auto-install/-/raw/main/Files/autoinstall.bat
"
"
</CommandLine>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<Order>
13
</Order>
<CommandLine>
cmd.exe /c "
>>
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\post_install.cmd" echo START %TEMP%\autoinstall.bat"
</CommandLine>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<Order>
1
4
</Order>
<Order>
1
3
</Order>
<CommandLine>
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f
</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment