forked from ianis58/tiny11builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
86 lines (86 loc) · 3.02 KB
/
config.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"WindowsIsoDownloaderReleaseUrl": "https://github.com/ianis58/WindowsIsoDownloader/releases/download/v1.0/WindowsIsoDownloader-1.0.zip",
"WantedWindowsEdition": "Windows 11 Pro",
"ProvisionnedPackagesToRemove": [
"Clipchamp.Clipchamp_",
"Microsoft.BingNews_",
"Microsoft.BingWeather_",
"Microsoft.GamingApp_",
"Microsoft.GetHelp_",
"Microsoft.Getstarted_",
"Microsoft.MicrosoftOfficeHub_",
"Microsoft.MicrosoftSolitaireCollection_",
"Microsoft.People_",
"Microsoft.PowerAutomateDesktop_",
"Microsoft.Todos_",
"Microsoft.WindowsAlarms_",
"microsoft.windowscommunicationsapps_",
"Microsoft.WindowsFeedbackHub_",
"Microsoft.WindowsMaps_",
"Microsoft.WindowsSoundRecorder_",
"Microsoft.Xbox.TCUI_",
"Microsoft.XboxGamingOverlay_",
"Microsoft.XboxGameOverlay_",
"Microsoft.XboxSpeechToTextOverlay_",
"Microsoft.YourPhone_",
"Microsoft.ZuneMusic_",
"Microsoft.ZuneVideo_",
"MicrosoftCorporationII.MicrosoftFamily_",
"MicrosoftCorporationII.QuickAssist_",
"MicrosoftTeams_",
"Microsoft.549981C3F5F10_"
],
"WindowsPackagesToRemove": [
"Microsoft-Windows-InternetExplorer-Optional-Package",
"Microsoft-Windows-Kernel-LA57-FoD-Package",
"Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package",
"Microsoft-Windows-LanguageFeatures-OCR-en-us-Package",
"Microsoft-Windows-LanguageFeatures-Speech-en-us-Package",
"Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package",
"Microsoft-Windows-MediaPlayer-Package",
"Microsoft-Windows-TabletPCMath-Package",
"Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package"
],
"PathsToDelete": [
{
"Path": "Windows\\SystemApps\\Microsoft.MicrosoftEdge_*",
"IsFolder": true
},
{
"Path": "Windows\\SystemApps\\Microsoft.MicrosoftEdgeDevToolsClient_*",
"IsFolder": true
},
{
"Path": "ProgramData\\Microsoft\\Windows\\AppRepository\\Microsoft.MicrosoftEdge_*",
"IsFolder": true
},
{
"Path": "ProgramData\\Microsoft\\Windows\\AppRepository\\Packages\\Microsoft.MicrosoftEdge_*",
"IsFolder": true
},
{
"Path": "Program Files\\Internet Explorer",
"IsFolder": true
},
{
"Path": "Program Files (x86)\\Internet Explorer",
"IsFolder": true
},
{
"Path": "Program Files\\WindowsApps\\MicrosoftTeams_*",
"IsFolder": true
},
{
"Path": "Program Files (x86)\\Microsoft\\Edge",
"IsFolder": true
},
{
"Path": "Program Files (x86)\\Microsoft\\EdgeUpdate",
"IsFolder": true
},
{
"Path": "Windows\\System32\\OneDriveSetup.exe",
"IsFolder": false
}
]
}