File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "deployment_profile" : " corporate" ,
3+ "description" : " Standard corporate workstation deployment" ,
34 "remove_bloatware" : true ,
45 "install_core_apps" : true ,
6+ "bloatware_removal" : {
7+ "enabled" : true ,
8+ "aggressive_mode" : true ,
9+ "preserve_apps" : [
10+ " Microsoft.WindowsCalculator" ,
11+ " Microsoft.WindowsCamera"
12+ ]
13+ },
14+ "core_applications" : [
15+ " Google.Chrome" ,
16+ " 7zip.7zip" ,
17+ " Adobe.Acrobat.Reader.64-bit" ,
18+ " VideoLAN.VLC" ,
19+ " Malwarebytes.Malwarebytes"
20+ ],
521 "custom_applications" : [
622 " Microsoft.Teams" ,
723 " Microsoft.Office" ,
824 " Zoom.Zoom"
925 ],
26+ "business_applications" : [
27+ " Microsoft.Teams" ,
28+ " Zoom.Zoom" ,
29+ " Notepad++.Notepad++" ,
30+ " Microsoft.PowerToys"
31+ ],
1032 "disable_features" : [
1133 " WindowsMediaPlayer" ,
1234 " XboxGaming"
13- ]
35+ ],
36+ "security_settings" : {
37+ "enable_windows_defender" : true ,
38+ "disable_consumer_features" : true ,
39+ "configure_update_settings" : true
40+ },
41+ "network_settings" : {
42+ "disable_onedrive" : true ,
43+ "configure_proxy" : false ,
44+ "domain_join" : false
45+ }
1446}
You can’t perform that action at this time.
0 commit comments