W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.03k stars 853 forks source link

re-enable game bar? #294

Closed thaynos closed 2 years ago

thaynos commented 2 years ago

how do i re-enable game bar? i tried to do it from settings but it keeps switching back to off when i exit the game bar window

W4RH4WK commented 2 years ago

try: Set-ItemProperty "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" "AllowgameDVR" 1

don't forget to reboot.

thaynos commented 2 years ago

absolutely nothing happened. also the xbox ap and game bar app was uninstalled and i had to reinstall it. but even after doing the cmmand and restarting i still cant capture using it and the shortcuts dont work...

W4RH4WK commented 2 years ago

There are also some Xbox related services that get disabled, try to re-enable them. If that doesn't help I have no idea whether this feature can be restored.

For what it's worth, I've been recording gameplay using OBS. It's not as straight forward, but gives you a lot more options.

thaynos commented 2 years ago

im not sure which services you mean? i saw another guide and i re enabled 3-5 services. i use game bar for clipping and organization.

W4RH4WK commented 2 years ago

These services:

"XblAuthManager" "XblGameSave"
"XboxNetApiSvc"

thaynos commented 2 years ago

i fixed the issue by following the registry steps shown in this guide Enable or Disable Game DVR or Game Bar in Windows 10 (thewindowsclub.com) https://www.thewindowsclub.com/enable-disable-game-dvr-windows-10 also can you add how to re-enable features in documentation?

On Wed, Sep 1, 2021 at 10:52 PM Alex Hirsch @.***> wrote:

These services:

"XblAuthManager" "XblGameSave" "XboxNetApiSvc"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/W4RH4WK/Debloat-Windows-10/issues/294#issuecomment-910580393, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT3MRUJHI7UG4CZWL6E426DT7ZZAVANCNFSM5C3UNQMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

W4RH4WK commented 2 years ago

Re-enabling things is not supported in general. These scripts are intended for automatic deployment. If your chosen modifications cause issues, change them and redeploy. At least that's the intention. There are other, more interactive tools available that are target at non-sysadmins. These tools commonly offer undo functionality.