-
Notifications
You must be signed in to change notification settings - Fork 62
/
OSD.json
164 lines (163 loc) · 4.63 KB
/
OSD.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
{
"Module": {
"Project": "https://github.com/OSDeploy/OSD/",
"Docs": "https://github.com/OSDeploy/OSD/tree/master/Docs",
"Issues": "https://osd.osdeploy.com/",
"Info": "https://osd.osdeploy.com/"
},
"OneDriveSetup": {
"Deferred": "https://go.microsoft.com/fwlink/?linkid=860987",
"Production": "https://go.microsoft.com/fwlink/?linkid=844652"
},
"OSDCloud": {
"Default": {
"Activation": "Volume",
"Edition": "Enterprise",
"Language": "en-us",
"Name": "Windows 11 24H2 x64",
"ReleaseID": "24H2",
"Version": "Windows 11",
"ImageIndex": "6"
},
"DefaultARM64": {
"Activation": "Retail",
"Edition": "Pro",
"Language": "en-us",
"Name": "Windows 11 24H2 ARM64",
"ReleaseID": "24H2",
"Version": "Windows 11",
"ImageIndex": "9"
},
"Values": {
"Activation": [
"Retail",
"Volume"
],
"Edition": [
"Home",
"Home N",
"Home Single Language",
"Education",
"Education N",
"Enterprise",
"Enterprise N",
"Pro",
"Pro N"
],
"Language": [
"ar-sa",
"bg-bg",
"cs-cz",
"da-dk",
"de-de",
"el-gr",
"en-gb",
"en-us",
"es-es",
"es-mx",
"et-ee",
"fi-fi",
"fr-ca",
"fr-fr",
"he-il",
"hr-hr",
"hu-hu",
"it-it",
"ja-jp",
"ko-kr",
"lt-lt",
"lv-lv",
"nb-no",
"nl-nl",
"pl-pl",
"pt-br",
"pt-pt",
"ro-ro",
"ru-ru",
"sk-sk",
"sl-si",
"sr-latn-rs",
"sv-se",
"th-th",
"tr-tr",
"uk-ua",
"zh-cn",
"zh-tw"
],
"Name": [
"Windows 11 24H2 x64",
"Windows 11 23H2 x64",
"Windows 11 22H2 x64",
"Windows 11 21H2 x64",
"Windows 10 22H2 x64",
"Windows 10 21H2 x64",
"Windows 10 20H2 x64",
"Windows 10 1909 x64"
],
"NameARM64": [
"Windows 11 24H2 ARM64",
"Windows 11 23H2 ARM64",
"Windows 10 22H2 ARM64"
],
"ReleaseID": [
"24H2",
"23H2",
"22H2",
"21H2",
"20H2",
"1909"
],
"Version": [
"Windows 11",
"Windows 10"
]
}
},
"NewOSDCloudVM": {
"CheckpointVM": true,
"Generation": 2,
"MemoryStartupGB": 6,
"NamePrefix": "OSDCloud",
"ProcessorCount": 1,
"StartVM": true,
"SwitchName": null,
"VHDSizeGB": 64
},
"StartOSDCloudGUI": {
"BrandName": "OSDCloud",
"BrandColor": "#0096D6",
"ClearDiskConfirm": true,
"captureScreenshots": false,
"restartComputer": true,
"updateDiskDrivers": true,
"updateFirmware": false,
"updateNetworkDrivers": true,
"updateSCSIDrivers": true,
"OEMActivation": true,
"WindowsUpdate": false,
"WindowsUpdateDrivers": false,
"WindowsDefenderUpdate": false,
"SyncMSUpCatDriverUSB": true,
"HPIAALL": false,
"HPIADrivers": false,
"HPIAFirmware": false,
"HPIASoftware": false,
"HPTPMUpdate": false,
"HPBIOSUpdate": false
},
"StartOSDCloudGUIDev": {
"BrandName": "OSDCloudDev",
"BrandColor": "#0096D6"
},
"WinPEDriverPack": {
"Dell": {
"Info": "https://www.dell.com/support/kbdoc/en-us/000107478/dell-command-deploy-winpe-driver-packs",
"LastKnownGoodWin10": "https://downloads.dell.com/FOLDER11926959M/1/WinPE10.0-Drivers-A34-PCW4V.cab",
"LastKnownGoodWin11": "https://downloads.dell.com/FOLDER11926951M/1/WinPE11.0-Drivers-A04-T925V.cab"
},
"HP": {
"Info": "http://ftp.ext.hp.com/pub/caps-softpaq/cmit/softpaq/WinPE10.html",
"LastKnownGood": "https://ftp.ext.hp.com/pub/softpaq/sp151001-151500/sp151478.exe"
}
}
}