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
1a8c1fb4
Commit
1a8c1fb4
authored
Mar 17, 2014
by
StefanScherer
Browse files
fixed winrm start= auto, space after equal sign
parent
231d77e9
Changes
6
Hide whitespace changes
Inline
Side-by-side
answer_files/2008_r2/Autounattend.xml
View file @
1a8c1fb4
...
...
@@ -185,7 +185,7 @@
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c sc config winrm start=auto
</CommandLine>
<CommandLine>
cmd.exe /c sc config winrm start=
auto
</CommandLine>
<Description>
Win RM Autostart
</Description>
<Order>
14
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
...
...
answer_files/2008_r2_core/Autounattend.xml
View file @
1a8c1fb4
...
...
@@ -221,7 +221,7 @@
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c sc config winrm start=auto
</CommandLine>
<CommandLine>
cmd.exe /c sc config winrm start=
auto
</CommandLine>
<Description>
Win RM Autostart
</Description>
<Order>
20
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
...
...
answer_files/2012/Autounattend.xml
View file @
1a8c1fb4
...
...
@@ -190,7 +190,7 @@
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c sc config winrm start=auto
</CommandLine>
<CommandLine>
cmd.exe /c sc config winrm start=
auto
</CommandLine>
<Description>
Win RM Autostart
</Description>
<Order>
14
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
...
...
answer_files/2012_r2/Autounattend.xml
View file @
1a8c1fb4
...
...
@@ -187,7 +187,7 @@
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c sc config winrm start=auto
</CommandLine>
<CommandLine>
cmd.exe /c sc config winrm start=
auto
</CommandLine>
<Description>
Win RM Autostart
</Description>
<Order>
14
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
...
...
answer_files/2012_r2_core/Autounattend.xml
View file @
1a8c1fb4
...
...
@@ -187,7 +187,7 @@
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c sc config winrm start=auto
</CommandLine>
<CommandLine>
cmd.exe /c sc config winrm start=
auto
</CommandLine>
<Description>
Win RM Autostart
</Description>
<Order>
14
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
...
...
answer_files/7/Autounattend.xml
View file @
1a8c1fb4
...
...
@@ -186,7 +186,7 @@
<RequiresUserInput>
true
</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand
wcm:action=
"add"
>
<CommandLine>
cmd.exe /c sc config winrm start=auto
</CommandLine>
<CommandLine>
cmd.exe /c sc config winrm start=
auto
</CommandLine>
<Description>
Win RM Autostart
</Description>
<Order>
14
</Order>
<RequiresUserInput>
true
</RequiresUserInput>
...
...
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