Join this channel to get access to perks:
/ @techtubebuddies
WINDOWS POWERSHELL 1:
1.get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
2.start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
WINDOWS POWERSHELL 2:
1.Get-AppxPackage -AllUsers| Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
COMMAND PROMPT :
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
WINDOWS POWERSHELL 3:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
Thank You Everyone For Watching My Video " Fix Xbox App Install Error 0x80073CFB On PC (2026 Working Guide) ". This Video is Useful And You Learned Something Interesting.
You Can Try And It's All Work Perfectly.
🔔 Subscribe for More Fixes & Tutorials
If this video helps you, like, share, and subscribe for more tips, tricks, and solutions.#Xbox #GamePass #Windows11 #XboxApp #GamingServices #PCFix #Windows10
CHANNEL : @TECHTUBEBuddies