Skip to content

Commit 33c0e93

Browse files
authored
Merge pull request #57 from melo936/main
comment out "!appx type: app" actions
2 parents 0a0c05f + 28a3c9b commit 33c0e93

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

src/Configuration/features/revision/appx.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ actions:
6565
- !writeStatus: {status: "Removing GetStarted"}
6666
- !appx: {name: '*Microsoft.Getstarted*', type: family, weight: 10}
6767
# Get Started placeholder
68-
- !appx: {name: '*WebExperienceHost*', type: app, unregister: true, weight: 10}
68+
# - !appx: {name: '*WebExperienceHost*', type: app, unregister: true, weight: 10}
6969

7070
- !writeStatus: {status: "Removing Todos"}
7171
- !appx: {name: '*Microsoft.Todos*', type: family, weight: 10}
@@ -132,13 +132,13 @@ actions:
132132

133133
- !writeStatus: {status: "Removing Banners"}
134134
# MicrosoftWindows.Client.CBS_cw5n1h2txyewy!
135-
- !appx: {name: '*Global.ValueBanner*', type: app, unregister: true, weight: 50}
136-
- !appx: {name: '*Global.WsxPackManager*', type: app, unregister: true, weight: 50}
137-
# MicrosoftWindows.Client.Core_cw5n1h2txyewy
138-
- !appx: {name: '*Global.BackupBanner*', type: app, unregister: true, weight: 50}
135+
# - !appx: {name: '*Global.ValueBanner*', type: app, unregister: true, weight: 50}
136+
# - !appx: {name: '*Global.WsxPackManager*', type: app, unregister: true, weight: 50}
137+
# # MicrosoftWindows.Client.Core_cw5n1h2txyewy
138+
# - !appx: {name: '*Global.BackupBanner*', type: app, unregister: true, weight: 50}
139139

140140
- !writeStatus: {status: "Removing DevHome"}
141141
- !appx: {name: '*DevHome*', type: family, option: "remove-appx-devhome", weight: 10}
142142

143-
- !writeStatus: {status: "Removing Windows Backup"}
144-
- !appx: {name: '*WindowsBackup*', type: app, unregister: true, option: "remove-appx-wbackup", weight: 10}
143+
# - !writeStatus: {status: "Removing Windows Backup"}
144+
# - !appx: {name: '*WindowsBackup*', type: app, unregister: true, option: "remove-appx-wbackup", weight: 10}

src/Configuration/features/revision/start.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ actions:
1313
- !taskKill: {name: "backgroundTaskHost", ignoreErrors: true}
1414
- !taskKill: {name: "Widgets", ignoreErrors: true}
1515

16+
1617
- !writeStatus: {status: "Initializing"}
1718

1819
# Prevent annoying notifications during deployment

src/playbook.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
<Text>Remove Photos</Text>
8787
<Name>remove-appx-photos</Name>
8888
</CheckboxOption>
89-
<CheckboxOption IsChecked="false">
89+
<!-- <CheckboxOption IsChecked="false">
9090
<Text>Remove Windows Backup</Text>
9191
<Name>remove-appx-wbackup</Name>
92-
</CheckboxOption>
92+
</CheckboxOption> -->
9393
<CheckboxOption IsChecked="true">
9494
<Text>Remove Dev Home (23H2+)</Text>
9595
<Name>remove-appx-devhome</Name>

0 commit comments

Comments
 (0)