forked from StefanScherer/packer-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows_10.json
235 lines (234 loc) · 7.65 KB
/
windows_10.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
"builders": [
{
"boot_command": "",
"boot_wait": "6m",
"communicator": "winrm",
"cpus": 4,
"cores": 2,
"disk_adapter_type": "lsisas1068",
"disk_size": "{{user `disk_size`}}",
"disk_type_id": "{{user `disk_type_id`}}",
"floppy_files": [
"{{user `autounattend`}}",
"./floppy/WindowsPowershell.lnk",
"./floppy/PinTo10.exe",
"./scripts/fixnetwork.ps1",
"./scripts/disable-screensaver.ps1",
"./scripts/disable-winrm.ps1",
"./scripts/enable-winrm.ps1",
"./scripts/microsoft-updates.bat",
"./scripts/win-updates.ps1",
"./scripts/pswindowsupdates.ps1",
"./scripts/docker/disable-windows-defender.ps1",
"./scripts/install-devtools.ps1",
"./scripts/install-vclibs.ps1",
"./scripts/choco-cleaner.ps1",
"./scripts/debloat/scripts/remove-default-apps.ps1",
"./scripts/debloat/scripts/remove-onedrive.ps1",
"./scripts/debloat/scripts/fix-privacy-settings.ps1",
"./scripts/debloat/scripts/block-telemetry.ps1",
"./scripts/debloat/scripts/force-mkdir.psm1",
"./scripts/debloat/scripts/take-own.psm1",
"./scripts/debloat/scripts/optimize-windows-update.ps1"
],
"guest_os_type": "Windows9-64",
"headless": "{{user `headless`}}",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `iso_url`}}",
"memory": 8192,
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"type": "vmware-iso",
"version": 14,
"vm_name": "{{user `vm_name`}}",
"vmx_data": {
"RemoteDisplay.vnc.enabled": "false",
"RemoteDisplay.vnc.port": "5900"
},
"vmx_remove_ethernet_interfaces": true,
"vnc_port_max": 5980,
"vnc_port_min": 5900,
"winrm_password": "vagrant",
"winrm_timeout": "{{user `winrm_timeout`}}",
"winrm_username": "vagrant",
"output_directory": "windows-10-{{user `windows10_edition`}}-vmware"
},
{
"boot_command": "",
"boot_wait": "6m",
"communicator": "winrm",
"cpus": 4,
"disk_size": "{{user `disk_size`}}",
"floppy_files": [
"{{user `autounattend`}}",
"./floppy/WindowsPowershell.lnk",
"./floppy/PinTo10.exe",
"./scripts/fixnetwork.ps1",
"./scripts/disable-screensaver.ps1",
"./scripts/disable-winrm.ps1",
"./scripts/enable-winrm.ps1",
"./scripts/microsoft-updates.bat",
"./scripts/win-updates.ps1",
"./scripts/pswindowsupdates.ps1",
"./scripts/docker/disable-windows-defender.ps1",
"./scripts/install-devtools.ps1",
"./scripts/install-vclibs.ps1",
"./scripts/choco-cleaner.ps1",
"./scripts/debloat/scripts/remove-default-apps.ps1",
"./scripts/debloat/scripts/remove-onedrive.ps1",
"./scripts/debloat/scripts/fix-privacy-settings.ps1",
"./scripts/debloat/scripts/block-telemetry.ps1",
"./scripts/debloat/scripts/force-mkdir.psm1",
"./scripts/debloat/scripts/take-own.psm1",
"./scripts/debloat/scripts/optimize-windows-update.ps1"
],
"guest_additions_mode": "disable",
"guest_os_type": "Windows10_64",
"headless": "{{user `headless`}}",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `iso_url`}}",
"memory": 8192,
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
"type": "virtualbox-iso",
"vm_name": "{{user `vm_name`}}",
"winrm_password": "vagrant",
"winrm_timeout": "{{user `winrm_timeout`}}",
"winrm_username": "vagrant",
"output_directory": "windows-10-{{user `windows10_edition`}}-virtualbox"
}
],
"post-processors": [
{
"keep_input_artifact": false,
"output": "windows_10_{{user `windows10_edition`}}_{{.Provider}}_{{user `version`}}.box",
"type": "vagrant",
"vagrantfile_template": "vagrantfile-windows_10.template"
}
],
"provisioners": [
{
"scripts": [
"./scripts/set-powerplan.ps1",
"./scripts/docker/disable-windows-defender.ps1",
"./scripts/debloat/scripts/optimize-windows-update.ps1"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"remote_path": "/tmp/script.bat",
"scripts": [
"./scripts/vm-guest-tools.bat",
"./scripts/enable-rdp.bat"
],
"type": "windows-shell"
},
{
"type": "windows-restart"
},
{
"inline": [
"a:\\disable-windows-defender.ps1",
"a:\\install-devtools.ps1 -PowershellPackages"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"inline": [
"pwsh -c a:\\install-devtools.ps1 -LightTools"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"inline": [
"pwsh -c a:\\install-devtools.ps1 -VisualStudio"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"restart_timeout": "{{user `restart_timeout`}}",
"type": "windows-restart",
"restart_check_command": "powershell -command \"& {Write-Output 'restarted.'}\""
},
{
"inline": [
"pwsh -c a:\\disable-windows-defender.ps1",
"pwsh -c a:\\install-devtools.ps1 -VisualStudioLegacy"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"restart_timeout": "{{user `restart_timeout`}}",
"type": "windows-restart",
"restart_check_command": "powershell -command \"& {Write-Output 'restarted.'}\""
},
{
"inline": [
"pwsh -c a:\\disable-windows-defender.ps1",
"pwsh -c a:\\install-devtools.ps1 -SqlServer"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"restart_timeout": "{{user `restart_timeout`}}",
"type": "windows-restart",
"restart_check_command": "powershell -command \"& {Write-Output 'restarted.'}\""
},
{
"inline": [
"pwsh -c a:\\disable-windows-defender.ps1",
"pwsh -c a:\\choco-cleaner.ps1",
"pwsh -c a:\\remove-default-apps.ps1",
"pwsh -c a:\\remove-onedrive.ps1",
"pwsh -c a:\\fix-privacy-settings.ps1",
"pwsh -c a:\\block-telemetry.ps1"
],
"type": "powershell",
"elevated_user": "vagrant",
"elevated_password": "vagrant"
},
{
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"remote_path": "/tmp/script.bat",
"scripts": [
"./scripts/pin-powershell.bat",
"./scripts/compile-dotnet-assemblies.bat",
"./scripts/set-winrm-automatic.bat",
"./scripts/uac-enable.bat",
"./scripts/compact.bat"
],
"type": "windows-shell"
}
],
"variables": {
"autounattend": "./answer_files/10_{{user `windows10_edition`}}/Autounattend.xml",
"disk_size": "100000",
"disk_type_id": "1",
"headless": "false",
"iso_checksum": "checksum",
"iso_checksum_type": "sha256",
"iso_url": "/path/to/iso",
"restart_timeout": "5m",
"vhv_enable": "false",
"winrm_timeout": "6h",
"vm_name": "windows-10-{{user `windows10_edition`}}",
"virtio_win_iso": "~/virtio-win.iso",
"windows10_edition": "pro",
"version": "0.1.2",
"cloud_token": "token"
}
}