forked from OSDeploy/OSD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSD.json
136 lines (136 loc) · 3.76 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
{
"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 23H2 x64",
"ReleaseID": "23H2",
"Version": "Windows 11",
"ImageIndex": "6"
},
"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 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"
],
"ReleaseID": [
"23H2",
"22H2",
"21H2",
"20H2",
"1909"
],
"Version": [
"Windows 11",
"Windows 10"
]
}
},
"NewOSDCloudVM": {
"CheckpointVM": true,
"Generation": 2,
"MemoryStartupGB": 4,
"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
},
"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/FOLDER09626256M/1/WinPE10.0-Drivers-A30-F8JYY.CAB",
"LastKnownGoodWin11": "https://downloads.dell.com/FOLDER09651035M/1/WinPE11.0-Drivers-A00-5DWN3.CAB"
},
"HP": {
"Info": "http://ftp.ext.hp.com/pub/caps-softpaq/cmit/softpaq/WinPE10.html",
"LastKnownGood": "https://ftp.hp.com/pub/softpaq/sp145001-145500/sp145240.exe"
}
}
}