Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

i get this gamingbar thing popup when playing minecraft #80

Closed Strealstud closed 3 months ago

Strealstud commented 3 months ago

When i hit windows key and g or i open a app after debloating i get youll neeed a new app to open this ms_gamingoverlay link

To reproduce open up a game or hit windows key and g

when you click anywhere the popup closes

IMG_3600

Raphire commented 3 months ago

Heya,

This is very annoying for sure.

I believe this can be fixed by disabling a feature called Game DVR. For some reason Microsoft doesn't do this automatically after the gaming overlay is uninstalled.

You can disable this feature via Win11Debloat by running it with the -DisableDVR parameter.

To do this simply paste this into powershell:

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/Raphire/Win11Debloat/master/Get.ps1"))) -DisableDVR

Please let me know if this works for you

Strealstud commented 3 months ago

Will try

Get Outlook for iOShttps://aka.ms/o0ukef


From: Jeffrey @.> Sent: Thursday, June 27, 2024 11:32:00 AM To: Raphire/Win11Debloat @.> Cc: Strealstud @.>; Author @.> Subject: Re: [Raphire/Win11Debloat] i get this gamingbar thing popup when playing minecraft (Issue #80)

Heya,

This is very annoying for sure.

I believe this can be fixed by disabling a feature called Game DVR. For some reason Microsoft doesn't do this automatically after the gaming overlay is uninstalled.

You can disable this feature via Win11Debloat by running it with the -DisableDVR parameter.

To do this simply paste this into powershell:

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/Raphire/Win11Debloat/master/Get.ps1"))) -DisableDVR

Please let me know if this works for you

— Reply to this email directly, view it on GitHubhttps://github.com/Raphire/Win11Debloat/issues/80#issuecomment-2195174816, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6LLONWAWM5URZSFG5RI72LZJQ5ABAVCNFSM6AAAAABJ77RMHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJVGE3TIOBRGY. You are receiving this because you authored the thread.Message ID: @.***>

Strealstud commented 3 months ago

yep it worked i think

On Thu, Jun 27, 2024 at 11:32 AM Jackson Robinson @.***> wrote:

Will try

Get Outlook for iOS https://aka.ms/o0ukef

From: Jeffrey @.> Sent: Thursday, June 27, 2024 11:32:00 AM To: Raphire/Win11Debloat @.> Cc: Strealstud @.>; Author @.

Subject: Re: [Raphire/Win11Debloat] i get this gamingbar thing popup when playing minecraft (Issue #80)

Heya,

This is very annoying for sure.

I believe this can be fixed by disabling a feature called Game DVR. For some reason Microsoft doesn't do this automatically after the gaming overlay is uninstalled.

You can disable this feature via Win11Debloat by running it with the -DisableDVR parameter.

To do this simply paste this into powershell:

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/Raphire/Win11Debloat/master/Get.ps1"))) -DisableDVR

Please let me know if this works for you

— Reply to this email directly, view it on GitHub https://github.com/Raphire/Win11Debloat/issues/80#issuecomment-2195174816, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6LLONWAWM5URZSFG5RI72LZJQ5ABAVCNFSM6AAAAABJ77RMHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJVGE3TIOBRGY . You are receiving this because you authored the thread.Message ID: @.***>

Raphire commented 3 months ago

Thanks for confirming! Closing issue