Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
f91d39d3
Commit
f91d39d3
authored
Nov 27, 2015
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win10 1511 with Retina
parent
45d21634
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
scripts/set-winrm-automatic.bat
scripts/set-winrm-automatic.bat
+2
-0
windows_10.json
windows_10.json
+12
-1
No files found.
scripts/set-winrm-automatic.bat
0 → 100644
View file @
f91d39d3
echo
Set
WinRM
start
type
to
auto
sc
config
winrm
start
=
auto
windows_10.json
View file @
f91d39d3
...
...
@@ -84,8 +84,19 @@
"execute_command"
:
"{{ .Vars }} cmd /c
\"
{{ .Path }}
\"
"
,
"scripts"
:
[
"./scripts/vm-guest-tools.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/enable-rdp.bat"
]
},
{
"type"
:
"windows-restart"
},
{
"type"
:
"windows-shell"
,
"remote_path"
:
"/tmp/script.bat"
,
"execute_command"
:
"{{ .Vars }} cmd /c
\"
{{ .Path }}
\"
"
,
"scripts"
:
[
"./scripts/compile-dotnet-assemblies.bat"
,
"./scripts/set-winrm-automatic.bat"
,
"./scripts/compact.bat"
]
}
...
...
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