Skip to content

Commit 0847cbf

Browse files
authored
Update CONFIGURATION.md
1 parent b37ad30 commit 0847cbf

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

docs/CONFIGURATION.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ DeployWorkstation supports flexible configuration through JSON files that define
1111
"deployment_profile": "profile_name",
1212
"description": "Profile description",
1313
"bloatware_removal": {
14-
"enabled": true,
15-
"aggressive_mode": false,
16-
"preserve_apps": [
17-
"Microsoft.WindowsCalculator",
18-
"Microsoft.WindowsCamera"
14+
"enabled": true,
15+
"aggressive_mode": false,
16+
"preserve_apps": [
17+
"Microsoft.WindowsCalculator",
18+
"Microsoft.WindowsCamera"
19+
],
20+
"custom_removal": [
21+
"CustomApp.Name"
22+
]
23+
},
24+
"core_applications": [
25+
"Google.Chrome",
26+
"7zip.7zip",
27+
"Adobe.Acrobat.Reader.64-bit"
1928
],
20-
"custom_removal": [
21-
"CustomApp.Name"
29+
"optional_applications": [
30+
"Microsoft.Teams",
31+
"Zoom.Zoom"
2232
],
23-
"core_applications": [
24-
"Google.Chrome",
25-
"7zip.7zip",
26-
"Adobe.Acrobat.Reader.64-bit"
27-
],
28-
"optional_applications": [
29-
"Microsoft.Teams",
30-
"Zoom.Zoom"
31-
],
3233
"security_settings": {
33-
"enable_windows_defender": true,
34-
"disable_consumer_features": true,
35-
"configure_update_settings": true,
36-
"enable_firewall": true,
37-
"disable_autorun": true
38-
],
39-
"network_settings": {
34+
"enable_windows_defender": true,
35+
"disable_consumer_features": true,
36+
"configure_update_settings": true,
37+
"enable_firewall": true,
38+
"disable_autorun": true
39+
},
40+
"network_settings": {}
4041
}
41-

0 commit comments

Comments
 (0)