Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to keep MS Edge and Xbox overlay/Game bar? #299

Open
sybaris6caesar opened this issue Dec 11, 2024 · 0 comments
Open

How to keep MS Edge and Xbox overlay/Game bar? #299

sybaris6caesar opened this issue Dec 11, 2024 · 0 comments

Comments

@sybaris6caesar
Copy link

Forgive me if it's been asked before and answered but can I remove these lines to keep MS Edge and Xbox stuff?

L140 'Microsoft.XboxGamingOverlay_', 'Microsoft.XboxGameOverlay_',

L151 Write-Host "Removing Edge:"
L152 Remove-Item -Path "$ScratchDisk\scratchdir\Program Files (x86)\Microsoft\Edge" -Recurse -Force | Out-Null
L153 Remove-Item -Path "$ScratchDisk\scratchdir\Program Files (x86)\Microsoft\EdgeUpdate" -Recurse -Force | Out-Null
L154 Remove-Item -Path "$ScratchDisk\scratchdir\Program Files (x86)\Microsoft\EdgeCore" -Recurse -Force | Out-Null

L245 Write-Host "Removing Edge related registries"
L246 reg delete "HKEY_LOCAL_MACHINE\zSOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge" /f | Out-Null
L247 reg delete "HKEY_LOCAL_MACHINE\zSOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update" /f | Out-Null

  1. I removed XboxGamingOverlay and XboxGameOverlay from PackagePrefixes variable in line 140, but kept Xbox.TCUI and Xbox.SpeechToTextOverlay. Do I need to remove all four to keep Xbox Game Bar stuff? Without Xbox log-in stuff which I think XboxTCUI is.

  2. I put # before MS Edge related lines. Should I just delete them instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant