-
Notifications
You must be signed in to change notification settings - Fork 64
/
Configuration.json
36 lines (36 loc) · 916 Bytes
/
Configuration.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
{
"_Info": [
"This is a JSON based Configuration file for Optimize-Offline.",
"Ensure proper formatting is used when editing the JSON parameter values.",
"Boolean parameter values use true and false. String parameter values must be enclosed in double-quotes."
],
"SourcePath": "Path:\\To\\SourceImage",
"WindowsApps": "Select",
"SystemApps": true,
"Capabilities": true,
"Packages": false,
"Features": true,
"DeveloperMode": false,
"WindowsStore": false,
"MicrosoftEdge": false,
"Win32Calc": true,
"Dedup": true,
"DaRT": [
"Setup",
"Recovery"
],
"Registry": true,
"Additional": {
"Setup": false,
"Wallpaper": false,
"SystemLogo": false,
"LockScreen": false,
"RegistryTemplates": false,
"LayoutModification": false,
"Unattend": false,
"Drivers": false,
"NetFx3": false
},
"ComponentCleanup": false,
"ISO": "No-Prompt"
}