@@ -75,18 +75,22 @@ actions:
7575 - !appx: {name: 'Microsoft.MicrosoftEdgeDevToolsClient*', type: family}
7676 - !appx: {name: 'Microsoft.BioEnrollment*', type: family} # Windows Hello
7777 - !appx: {name: 'Microsoft.Ink.Handwriting*', type: family}
78+ - !appx: {name: 'Microsoft.Wallet*', type: family}
7879 - !appx: {name: '*Xbox.TCUI*', type: family, option: 'uninstall-xbox'}
7980 - !appx: {name: '*XboxApp*', type: family, option: 'uninstall-xbox'}
8081 - !appx: {name: '*XboxGameCallableUI*', type: family, option: 'uninstall-xbox'}
8182 - !appx: {name: '*XboxGameOverlay*', type: family, option: 'uninstall-xbox'}
8283 - !appx: {name: '*XboxGamingOverlay*', type: family, option: 'uninstall-xbox'}
83- - !appx: {name: '*XboxIdenitity *', type: family, option: 'uninstall-xbox'}
84+ - !appx: {name: '*XboxIdentity *', type: family, option: 'uninstall-xbox'}
8485 - !appx: {name: '*XboxSpeechToTextOverlay*', type: family, option: 'uninstall-xbox'}
8586 - !appx: {name: '*GamingApp*', type: family, option: 'uninstall-xbox'}
86- - !appx: {name: '*StartMenuExperienceHost*', type: family, option: 'openshell'}
87+ # - !appx: {name: '*StartMenuExperienceHost*', type: family, option: 'openshell'} keep this incase smth goes wrong
8788# - !appx: {name: '*WindowsStore*', type: family} blame axol
8889# - !appx: {name: '*StorePurchaseApp*', type: family}
8990 - !appx: {name: '*SecureAssessmentBrowser*', type: family}
91+ - !appx: {name: '*AssignedAccessLockApp*', type: family}
92+ - !appx: {name: '*OOBENetwork*', type: family}
93+ - !appx: {name: '*Apprep.Chx*', type: family}
9094# Making sure Xbox Game Bar is removed
9195 - !cmd
9296 command : ' takeown /f "C:\Program Files\WindowsApps" /r /d y'
@@ -96,8 +100,8 @@ actions:
96100 - !run: {exeDir: true, exe: "RemoveXbox.cmd", runas: currentUserElevated, wait: true, option: 'uninstall-xbox'}
97101
98102
99- # Run edge removal script, done because if the os is not the latest version, it could get stuck in an update loop
100- - !task: {path: 'Tasks\Uninstall Crap\final-boss-of-edge.yml', builds: [ '>=26100' ], option: 'uninstall-edge'}
103+ # Run edge removal script
104+ - !task: {path: 'Tasks\Uninstall Crap\final-boss-of-edge.yml', option: 'uninstall-edge'}
101105 # Removing using AME Wizard causes issues with Cross Device Experience Host installing
102106 # - !appx: {name: 'Microsoft.YourPhone*', type: family}
103107 - !powerShell:
0 commit comments