Skip to content

Commit 6de5a33

Browse files
authored
Update CONFIGURATION.md
1 parent 6ab0159 commit 6de5a33

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

docs/CONFIGURATION.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,33 @@ DeployWorkstation supports flexible configuration through JSON files that define
1010
{
1111
"deployment_profile": "profile_name",
1212
"description": "Profile description",
13-
"bloatware_removal": {},
14-
"core_applications": [],
15-
"security_settings": {},
13+
"bloatware_removal": {
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"
28+
],
29+
"optional_applications": [
30+
"Microsoft.Teams",
31+
"Zoom.Zoom"
32+
]
33+
"security_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+
}
1640
"network_settings": {}
1741
}
1842

0 commit comments

Comments
 (0)