Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
87812547
Unverified
Commit
87812547
authored
Sep 02, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use en-US locale, add AutoLogon reg keys
parent
287ba631
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
answer_files/10/Autounattend.xml
answer_files/10/Autounattend.xml
+14
-4
No files found.
answer_files/10/Autounattend.xml
View file @
87812547
...
...
@@ -85,10 +85,10 @@
</settings>
<settings
pass=
"oobeSystem"
>
<component
name=
"Microsoft-Windows-International-Core"
processorArchitecture=
"amd64"
publicKeyToken=
"31bf3856ad364e35"
language=
"neutral"
versionScope=
"nonSxS"
xmlns:wcm=
"http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<InputLocale>
en-
GB
</InputLocale>
<SystemLocale>
en-
GB
</SystemLocale>
<UILanguage>
en-
GB
</UILanguage>
<UserLocale>
0809:00000809
</UserLocale>
<InputLocale>
en-
US
</InputLocale>
<SystemLocale>
en-
US
</SystemLocale>
<UILanguage>
en-
US
</UILanguage>
<UserLocale>
en-US
</UserLocale>
</component>
<component
xmlns:wcm=
"http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
name=
"Microsoft-Windows-Shell-Setup"
processorArchitecture=
"amd64"
publicKeyToken=
"31bf3856ad364e35"
language=
"neutral"
versionScope=
"nonSxS"
>
<UserAccounts>
...
...
@@ -189,6 +189,16 @@
<Order>
12
</Order>
<Description>
Disable password expiration for vagrant user
</Description>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
%SystemRoot%\System32\reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d "vagrant" /f
</CommandLine>
<Order>
13
</Order>
<Description>
Enable AutoLogon
</Description>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
%SystemRoot%\System32\reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 /f
</CommandLine>
<Order>
14
</Order>
<Description>
Enable AutoLogon
</Description>
</SynchronousCommand>
<!-- WITHOUT WINDOWS UPDATES -->
<!--
<SynchronousCommand wcm:action="add">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment