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
46b36678
Commit
46b36678
authored
Aug 15, 2014
by
Ken Sykora
Browse files
Fixes issue where box auto logs on upon boot joefitzgerald/packer-windows#66
parent
e5fd83aa
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
46b36678
## v1.22 (not yet released)
*
Forward SSH port by default on Vagrant boxes (#76)
*
Box no longer auto logs on upon boot (#66)
## v1.21 (Aug 6th, 2014)
...
...
scripts/disable-auto-logon.bat
0 → 100644
View file @
46b36678
reg
add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
/v
AutoAdminLogon
/d
0
/f
\ No newline at end of file
windows_2008_r2.json
View file @
46b36678
...
...
@@ -76,6 +76,7 @@
"./scripts/chef.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/compact.bat"
]
},
...
...
windows_2008_r2_core.json
View file @
46b36678
...
...
@@ -76,6 +76,7 @@
"./scripts/chef.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/compact.bat"
]
},
...
...
windows_2012.json
View file @
46b36678
...
...
@@ -75,6 +75,7 @@
"./scripts/vm-guest-tools.bat"
,
"./scripts/chef.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/enable-rdp.bat"
]
},
...
...
windows_2012_r2.json
View file @
46b36678
...
...
@@ -77,6 +77,7 @@
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/compile-dotnet-assemblies.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/compact.bat"
]
},
...
...
windows_2012_r2_core.json
View file @
46b36678
...
...
@@ -77,6 +77,7 @@
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/compile-dotnet-assemblies.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/compact.bat"
]
},
...
...
windows_7.json
View file @
46b36678
...
...
@@ -75,6 +75,7 @@
"./scripts/vm-guest-tools.bat"
,
"./scripts/chef.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/enable-rdp.bat"
]
},
...
...
windows_81.json
View file @
46b36678
...
...
@@ -75,6 +75,7 @@
"./scripts/vm-guest-tools.bat"
,
"./scripts/chef.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/disable-auto-logon.bat"
,
"./scripts/enable-rdp.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