Skip to content

Commit

Permalink
Add explorer folder view and photos app in Custom Features
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Nov 25, 2023
1 parent 0765109 commit 0a0c05f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Configuration/features/revision/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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}
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
16 changes: 14 additions & 2 deletions src/playbook.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 0a0c05f

Please sign in to comment.