Skip to content

Commit 6c7e689

Browse files
authored
Update Corporate.json
1 parent 5cce1f2 commit 6c7e689

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

config/Examples/Corporate.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,46 @@
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
}

0 commit comments

Comments
 (0)