-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 3.32 KB
/
Copy pathconfig.json
File metadata and controls
49 lines (49 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"Version": "2.1.0",
"Profiles": {
"Minimalist": {
"Description": "Basic debloat and privacy only.",
"Bloatware": ["Microsoft.XboxApp", "Microsoft.XboxGameOverlay", "Microsoft.XboxGamingOverlay", "Microsoft.ZuneMusic", "Microsoft.ZuneVideo"],
"DevApps": []
},
"Gamer": {
"Description": "Focus on performance, removes all social/Xbox bloat.",
"Bloatware": ["Microsoft.XboxApp", "Microsoft.XboxGameOverlay", "Microsoft.XboxGamingOverlay", "Microsoft.XboxIdentityProvider", "Microsoft.Xbox.TCUI", "Microsoft.MicrosoftTeams", "Microsoft.BingWeather", "Microsoft.BingNews", "Microsoft.BingFinance", "Microsoft.People", "Microsoft.WindowsFeedbackHub"],
"DevApps": []
},
"Developer": {
"Description": "Installs common dev tools and applies power-user tweaks.",
"Bloatware": ["Microsoft.MicrosoftTeams", "Microsoft.BingNews", "Microsoft.BingFinance", "Microsoft.GetHelp"],
"DevApps": [
{ "Id": "Git.Git", "Name": "Git" },
{ "Id": "OpenJS.NodeJS.LTS", "Name": "NodeJS" },
{ "Id": "Python.Python.3", "Name": "Python" },
{ "Id": "Microsoft.VisualStudioCode", "Name": "VSCode" },
{ "Id": "Docker.DockerDesktop", "Name": "Docker Desktop" }
]
}
},
"PrivacyTweaks": [
{ "P": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DataCollection", "N": "AllowTelemetry", "V": 0, "T": "DWord", "D": "Telemetry (Policies)" },
{ "P": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection", "N": "AllowTelemetry", "V": 0, "T": "DWord", "D": "Telemetry (System)" },
{ "P": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\AdvertisingInfo", "N": "Enabled", "V": 0, "T": "DWord", "D": "Advertising ID" },
{ "P": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", "N": "EnableActivityFeed", "V": 0, "T": "DWord", "D": "Activity Feed" },
{ "P": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Search", "N": "BingSearchEnabled", "V": 0, "T": "DWord", "D": "Bing Search" }
],
"ServicesToDisable": ["DiagTrack", "dmwappushservice", "WerSvc", "SysMain", "WSearch"],
"ScheduledTasksToDisable": [
"\\Microsoft\\Windows\\Application Experience\\Microsoft Compatibility Appraiser",
"\\Microsoft\\Windows\\Application Experience\\ProgramDataUpdater",
"\\Microsoft\\Windows\\Customer Experience Improvement Program\\Consolidator"
],
"VisualTweaks": [
{ "P": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\VisualEffects", "N": "VisualFXSetting", "V": 2, "T": "DWord", "D": "Performance Visual Effects" },
{ "P": "HKCU:\\Control Panel\\Desktop", "N": "UserPreferencesMask", "V": [144, 18, 3, 128], "T": "Binary", "D": "Disable Animations" },
{ "P": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize", "N": "EnableTransparency", "V": 0, "T": "DWord", "D": "Disable Transparency" }
],
"ContextMenuCleanup": [
{ "P": "HKCR:\\Directory\\Background\\shell\\AnyCode", "D": "Remove 'Open with Code' from BG" },
{ "P": "HKCR:\\Directory\\shell\\AnyCode", "D": "Remove 'Open with Code' from Folder" },
{ "P": "HKCR:\\*\\shell\\share", "D": "Remove 'Share'" }
]
}