File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments