Skip to content

Commit

Permalink
feat: update appx
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Oct 18, 2023
1 parent 8beb9a6 commit 741908d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/playbook/Configuration/atlas/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ actions:
exeDir: true
option: 'uninstall-edge'
# AppX uninstallation in the script seems to fail with NSudo, therefore it's not used and AME Wizard is used instead
- !appx: {name: 'Microsoft.MicrosoftEdge_8wekyb3d8bbwe', type: family, option: 'uninstall-edge'}
- !appx: {name: 'Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe', type: family, option: 'uninstall-edge'}
- !appx: {name: '*Microsoft.MicrosoftEdge.Stable*', type: family, option: 'uninstall-edge'}
- !appx: {name: '*Microsoft.MicrosoftEdge*', type: family, option: 'uninstall-edge'}
- !appx: {name: '*Microsoft.MicrosoftEdgeDevToolsClient*', type: family, option: 'uninstall-edge'}
- !registryKey: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe', operation: add, option: 'uninstall-edge'}
- !registryKey: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftEdge_8wekyb3d8bbwe', operation: add, option: 'uninstall-edge'}
- !registryKey: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe', operation: add, option: 'uninstall-edge'}
Expand Down

0 comments on commit 741908d

Please sign in to comment.