Skip to content

Commit 5cce1f2

Browse files
authored
Create HomeUser.json
1 parent 2125d8a commit 5cce1f2

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

config/Examples/HomeUser.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"deployment_profile": "home_user",
3+
"description": "Home user workstation with essential applications",
4+
"bloatware_removal": {
5+
"enabled": true,
6+
"aggressive_mode": false,
7+
"preserve_apps": [
8+
"Microsoft.WindowsCalculator",
9+
"Microsoft.WindowsCamera",
10+
"Microsoft.Photos",
11+
"Microsoft.Movies & TV"
12+
]
13+
},
14+
"core_applications": [
15+
"Google.Chrome",
16+
"7zip.7zip",
17+
"Adobe.Acrobat.Reader.64-bit",
18+
"VideoLAN.VLC"
19+
],
20+
"home_applications": [
21+
"Microsoft.Skype",
22+
"Zoom.Zoom",
23+
"Spotify.Spotify",
24+
"Discord.Discord"
25+
],
26+
"security_settings": {
27+
"enable_windows_defender": true,
28+
"disable_consumer_features": false,
29+
"configure_family_safety": false
30+
},
31+
"privacy_settings": {
32+
"disable_telemetry": true,
33+
"disable_location_services": false,
34+
"disable_advertising_id": true
35+
}
36+
}

0 commit comments

Comments
 (0)