Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
fe72620b
Commit
fe72620b
authored
Sep 04, 2014
by
Ken Sykora
Browse files
No longer disabling automatic updating
parent
5d84a56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
answer_files/7/Autounattend.xml
View file @
fe72620b
...
...
@@ -250,12 +250,6 @@
<!-- END WITHOUT WINDOWS UPDATES -->
<!-- WITH WINDOWS UPDATES -->
<!-- Disable automatic updates so the system update process doesn't interfere with the update script -->
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File a:\dis-updates.ps1
</CommandLine>
<Description>
Disable Automatic Updates
</Description>
<Order>
97
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c a:\microsoft-updates.bat
</CommandLine>
<Order>
98
</Order>
...
...
Write
Preview
Supports
Markdown
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