comment out "!appx type: app" actions

Breaks Cumulative Updates
This commit is contained in:
h3r0 2023-11-29 14:28:58 +00:00
parent 0a0c05f78c
commit 28a3c9b3e3
3 changed files with 10 additions and 9 deletions

View File

@ -65,7 +65,7 @@ actions:
- !writeStatus: {status: "Removing GetStarted"}
- !appx: {name: '*Microsoft.Getstarted*', type: family, weight: 10}
# Get Started placeholder
- !appx: {name: '*WebExperienceHost*', type: app, unregister: true, weight: 10}
# - !appx: {name: '*WebExperienceHost*', type: app, unregister: true, weight: 10}
- !writeStatus: {status: "Removing Todos"}
- !appx: {name: '*Microsoft.Todos*', type: family, weight: 10}
@ -132,13 +132,13 @@ actions:
- !writeStatus: {status: "Removing Banners"}
# MicrosoftWindows.Client.CBS_cw5n1h2txyewy!
- !appx: {name: '*Global.ValueBanner*', type: app, unregister: true, weight: 50}
- !appx: {name: '*Global.WsxPackManager*', type: app, unregister: true, weight: 50}
# MicrosoftWindows.Client.Core_cw5n1h2txyewy
- !appx: {name: '*Global.BackupBanner*', type: app, unregister: true, weight: 50}
# - !appx: {name: '*Global.ValueBanner*', type: app, unregister: true, weight: 50}
# - !appx: {name: '*Global.WsxPackManager*', type: app, unregister: true, weight: 50}
# # MicrosoftWindows.Client.Core_cw5n1h2txyewy
# - !appx: {name: '*Global.BackupBanner*', type: app, unregister: true, weight: 50}
- !writeStatus: {status: "Removing DevHome"}
- !appx: {name: '*DevHome*', type: family, option: "remove-appx-devhome", weight: 10}
- !writeStatus: {status: "Removing Windows Backup"}
- !appx: {name: '*WindowsBackup*', type: app, unregister: true, option: "remove-appx-wbackup", weight: 10}
# - !writeStatus: {status: "Removing Windows Backup"}
# - !appx: {name: '*WindowsBackup*', type: app, unregister: true, option: "remove-appx-wbackup", weight: 10}

View File

@ -13,6 +13,7 @@ actions:
- !taskKill: {name: "backgroundTaskHost", ignoreErrors: true}
- !taskKill: {name: "Widgets", ignoreErrors: true}
- !writeStatus: {status: "Initializing"}
# Prevent annoying notifications during deployment

View File

@ -86,10 +86,10 @@
<Text>Remove Photos</Text>
<Name>remove-appx-photos</Name>
</CheckboxOption>
<CheckboxOption IsChecked="false">
<!-- <CheckboxOption IsChecked="false">
<Text>Remove Windows Backup</Text>
<Name>remove-appx-wbackup</Name>
</CheckboxOption>
</CheckboxOption> -->
<CheckboxOption IsChecked="true">
<Text>Remove Dev Home (23H2+)</Text>
<Name>remove-appx-devhome</Name>