As part of Microsoft’s ongoing commitment to compliance with the Digital Markets Act, we are making the following changes to Windows 10, Windows 11, and Microsoft apps in the European Economic Area (EEA). We’ll update this post as these changes a
Please let them also remove all the XBox nonsense. The other day my laptop from work that runs Windows 11 Pro gave a big ass prompt if I didn’t want to try XBox Game Pass with the new Doom game. It’s basically an ad for games on a Pro machine, ridiculous.
You know what is truly ridiculous? It’s when I installed Windows N (the version without all that bullshit), but each time I launched a game, it complained that some Xbox app was missing. When I finally said, ‘Fuck it, let’s install that crap,’ I learned that it isn’t even possible to install on that Windows edition. Yet they would still show me the error about the missing app nonetheless. Every. Single. Time.
Every time I see PowerShell syntax, I have this dissonance where I feel like it should be better than Unix shells, its command are surely more descriptive, still… It disgusts me for some reason. Too long, maybe?
Thanks for the suggestion. It’s my laptop from work, I have zero say in what software it runs, I don’t even have admin rights on it. None of my personal stuff runs Windows. But it might help other people on their own machines.
Please let them also remove all the XBox nonsense. The other day my laptop from work that runs Windows 11 Pro gave a big ass prompt if I didn’t want to try XBox Game Pass with the new Doom game. It’s basically an ad for games on a Pro machine, ridiculous.
You know what is truly ridiculous? It’s when I installed Windows N (the version without all that bullshit), but each time I launched a game, it complained that some Xbox app was missing. When I finally said, ‘Fuck it, let’s install that crap,’ I learned that it isn’t even possible to install on that Windows edition. Yet they would still show me the error about the missing app nonetheless. Every. Single. Time.
You can already do that:
Get-AppxPackage "Microsoft.XboxApp" | Remove-AppxPackage Get-AppxPackage "Microsoft.XboxIdentityProvider" | Remove-AppxPackage -ErrorAction SilentlyContinue Get-AppxPackage "Microsoft.XboxSpeechToTextOverlay" | Remove-AppxPackage Get-AppxPackage "Microsoft.XboxGameOverlay" | Remove-AppxPackage Get-AppxPackage "Microsoft.XboxGamingOverlay" | Remove-AppxPackage Get-AppxPackage "Microsoft.Xbox.TCUI" | Remove-AppxPackage Set-ItemProperty -Path "HKCU:\Software\Microsoft\GameBar" -Name "AutoGameModeEnabled" -Type DWord -Value 0 Set-ItemProperty -Path "HKCU:\System\GameConfigStore" -Name "GameDVR_Enabled" -Type DWord -Value 0 If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR")) { New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" | Out-Null } Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" -Name "AllowGameDVR" -Type DWord -Value 0
You’re welcome
That’s a ridiculous step by step guide. Let me see if I can simplify.
Step 1: plugin your ventoy flash drive with Linux distro
Fuck sake the Linux subs are leaking.
Every time I see PowerShell syntax, I have this dissonance where I feel like it should be better than Unix shells, its command are surely more descriptive, still… It disgusts me for some reason. Too long, maybe?
Check out the debloat script. It can’t get rid of everything (like Edge) but it makes a HUGE difference.
https://github.com/Raphire/Win11Debloat
Thanks for the suggestion. It’s my laptop from work, I have zero say in what software it runs, I don’t even have admin rights on it. None of my personal stuff runs Windows. But it might help other people on their own machines.