Add explorer folder view and photos app in Custom Features

This commit is contained in:
h3r0 2023-11-25 14:03:29 +00:00 committed by GitHub
parent 0765109291
commit 0a0c05f78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 5 deletions

View File

@ -25,7 +25,7 @@ actions:
- !appx: {name: '*PeopleExperienceHost*', type: family, weight: 10}
- !writeStatus: {status: "Removing Photos"}
- !appx: {name: '*Microsoft.Windows.Photos*', type: family, weight: 10}
- !appx: {name: '*Microsoft.Windows.Photos*', type: family, option: "remove-appx-photos", weight: 10}
- !writeStatus: {status: "Removing Camera"}
- !appx: {name: '*Microsoft.WindowsCamera*', type: family, weight: 10}
@ -138,7 +138,7 @@ actions:
- !appx: {name: '*Global.BackupBanner*', type: app, unregister: true, weight: 50}
- !writeStatus: {status: "Removing DevHome"}
- !appx: {name: '*DevHome*', type: family, option: "remove-uwp-devhome", weight: 10}
- !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-uwp-wbackup", weight: 10}
- !appx: {name: '*WindowsBackup*', type: app, unregister: true, option: "remove-appx-wbackup", weight: 10}

View File

@ -2,6 +2,7 @@
title: configure-explorer-folder-view
description: configure-explorer-folder-view
privilege: TrustedInstaller
option: configure-explorer-folder-view
actions:
# === Customized folder view, only relevant information ( Name / Size / Date modified / Date created )

View File

@ -82,13 +82,17 @@
</CheckboxPage>
<CheckboxPage Description="Please select which UWP Appx packages you would like to remove.">
<Options>
<CheckboxOption IsChecked="true">
<Text>Remove Photos</Text>
<Name>remove-appx-photos</Name>
</CheckboxOption>
<CheckboxOption IsChecked="false">
<Text>Remove Windows Backup</Text>
<Name>remove-uwp-wbackup</Name>
<Name>remove-appx-wbackup</Name>
</CheckboxOption>
<CheckboxOption IsChecked="true">
<Text>Remove Dev Home (23H2+)</Text>
<Name>remove-uwp-devhome</Name>
<Name>remove-appx-devhome</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
@ -112,5 +116,13 @@
</CheckboxOption>
</Options>
</CheckboxPage>
<CheckboxPage Description="General configuration options v2">
<Options>
<CheckboxOption IsChecked="true">
<Text>Configure Explorer Folder View</Text>
<Name>configure-explorer-folder-view</Name>
</CheckboxOption>
</Options>
</CheckboxPage>
</FeaturePages>
</Playbook>