forked from gdeliana/Optimize-Offline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfiguration.json
More file actions
58 lines (58 loc) · 1.79 KB
/
Copy pathConfiguration.json
File metadata and controls
58 lines (58 loc) · 1.79 KB
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
{
"_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.",
"WindowsApps, SystemApps, Capabilities, Packages : All | None | Select | Whitelist | Blacklist",
"FeaturesToEnable, FeaturesToDisable : All | None | Select | List",
"Services : None | Select | List | Advanced"
],
"SourcePath": "D:\\1\\22000.651.220407-1302.CO_RELEASE_SVC_PROD2_CLIENT_X64FRE_EN-US.iso",
"WindowsApps": "Whitelist",
"SystemApps": "Whitelist",
"Capabilities": "Whitelist",
"Packages": "Whitelist",
"FeaturesToEnable": "List",
"FeaturesToDisable": "List",
"Services": "Advanced",
"DeveloperMode": false,
"WindowsStore": false,
"MicrosoftEdge": false,
"Win32Calc": true,
"DormantDefender": true,
"Dedup": false,
"DaRT": [],
"Registry": true,
"Additional": {
"Setup": true,
"Wallpaper": false,
"SystemLogo": false,
"LockScreen": false,
"RegistryTemplates": true,
"LayoutModification": false,
"Unattend": true,
"Drivers": true,
"NetFx3": true
},
"ComponentCleanup": false,
"ISO": "No-Prompt",
"CompressionType": "Solid",
"SelectiveRegistry": {
"DisableWindowsUpgrade": false,
"DisableWindowsUpdateMicrosoft": false,
"DisableDriverUpdate": true,
"DormantOneDrive": true,
"Disable3rdPartyApps": true,
"W11ClassicContextMenu": true,
"ClassicSearchExplorer": true,
"RemoveTaskbarPinnedIcons": true,
"DisableTeamsApp": true,
"DisableVirtualizationSecurity": true,
"RunAsTiContextMenu": true,
"AmoledBlackTheme": true,
"ClassicFileExplorer": true
},
"Miscellaneous": {
"ShutDownOnComplete": false
}
}