Skip to content

Commit

Permalink
prevent ms-gamingoverlay popups when removing xbox apps
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Dec 1, 2024
1 parent 7279047 commit 886da95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Configuration/Tasks/packages/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ actions:
- !registryValue: {path: 'HKCR\ms-gamebar', value: 'URL Protocol', type: REG_SZ, data: '', option: "remove-appx-xbox"}
- !registryKey: {path: 'HKCR\ms-gamebar\shell\open\command', operation: add, option: "remove-appx-xbox"}
- !registryValue: {path: 'HKCR\ms-gamebar', value: '', type: REG_SZ, data: '%SystemRoot%\System32\systray.exe', option: "remove-appx-xbox"}
- !registryValue: {path: 'HKCU\Software\Microsoft\GameBar', value: 'ShowStartupPanel', type: REG_DWORD, data: '0', option: "remove-appx-xbox"}

- !writeStatus: {status: "Removing Your Phone", option: "remove-appx-yourphone"}
- !powerShell:
Expand Down

0 comments on commit 886da95

Please sign in to comment.