Need help reverting gamebar and gamedvr

Discus and support Need help reverting gamebar and gamedvr in XBoX Games and Apps to solve the problem; Hi! I while ago I ran this script to troubleshoot fps stuttering in games: ( reg add "HKLM\System\CurrentControlSet\Services\xbgm" /v "Start" /t... Discussion in 'XBoX Games and Apps' started by Ville97, May 6, 2018.

  1. Ville97
    Ville97 Guest

    Need help reverting gamebar and gamedvr


    Hi! I while ago I ran this script to troubleshoot fps stuttering in games:

    (

    reg add "HKLM\System\CurrentControlSet\Services\xbgm" /v "Start" /t REG_DWORD /d "4" /f

    sc config XblAuthManager start= disabled

    sc config XblGameSave start= disabled

    sc config XboxGipSvc start= disabled

    sc config XboxNetApiSvc start= disabled

    schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /Disable

    takeown /f "%WinDir%\System32\GameBarPresenceWriter.exe" /a

    icacls "%WinDir%\System32\GameBarPresenceWriter.exe" /grant:r Ville:F /c

    taskkill /im GameBarPresenceWriter.exe /f

    move "C:\Windows\System32\GameBarPresenceWriter.exe" "C:\Windows\System32\GameBarPresenceWriter.OLD"

    schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /Disable

    takeown /f "%WinDir%\System32\bcastdvr.exe" /a

    icacls "%WinDir%\System32\bcastdvr.exe" /grant:r Ville:F /c

    taskkill /im bcastdvr.exe /f

    move C:\Windows\System32\bcastdvr.exe C:\Windows\System32\bcastdvr.OLD

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v "AppCaptureEnabled" /t REG_DWORD /d "0" /f

    reg add "HKCU\Software\Microsoft\GameBar" /v "UseNexusForGameBarEnabled" /t REG_DWORD /d "0" /f

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v "AudioCaptureEnabled" /t REG_DWORD /d "0" /f

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v "CursorCaptureEnabled" /t REG_DWORD /d "0" /f

    reg add "HKCU\Software\Microsoft\GameBar" /v "ShowStartupPanel" /t REG_DWORD /d "0" /f

    reg add "HKCU\System\GameConfigStore" /v "GameDVR_Enabled" /t REG_DWORD /d "0" /f

    reg add "HKLM\Software\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t REG_DWORD /d "0" /f

    reg add "HKCU\Software\Microsoft\GameBar" /v "AllowAutoGameMode" /t REG_DWORD /d "0" /f

    )

    It renamed and disabled bunch of Xbox Live services, Gamedvr, Xbox app and Gamebar.

    Now when I am trying to revert the script the gamebar doesn't popup after hitting Win+G. All it does is brightens my screen for a second then returns back to normal. I think it is trying to open the overlay but fails.

    This is the script that I tried to use to revert the previous one:

    @echo off

    goto check_Permissions

    :check_Permissions

    echo Administrative permissions required. Detecting permissions...

    net session >nul 2>&1

    if %errorLevel% == 0 (

    echo Success: Administrative permissions confirmed.

    move "C:\Windows\System32\GameBarPresenceWriter.OLD" "C:\Windows\System32\GameBarPresenceWriter.exe"

    icacls "%WinDir%\System32\GameBarPresenceWriter.exe" /setowner "NT Service\TrustedInstaller" /c

    icacls "%WinDir%\System32\GameBarPresenceWriter.exe" /grant:r Ville:RX /c

    schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /Enable

    move C:\Windows\System32\bcastdvr.OLD C:\Windows\System32\bcastdvr.exe

    icacls "%WinDir%\System32\bcastdvr.exe" /setowner "NT Service\TrustedInstaller" /c

    icacls "%WinDir%\System32\bcastdvr.exe" /grant:r Ville:RX /c

    schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /Enable

    sc config XblAuthManager start= auto

    sc config XblGameSave start= auto

    sc config XboxGipSvc start= auto

    sc config XboxNetApiSvc start= auto

    reg add "HKLM\System\CurrentControlSet\Services\xbgm" /v "Start" /t REG_DWORD /d "3" /f

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v "AppCaptureEnabled" /t REG_DWORD /d "1" /f

    reg add "HKCU\Software\Microsoft\GameBar" /v "UseNexusForGameBarEnabled" /t REG_DWORD /d "1" /f

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v "AudioCaptureEnabled" /t REG_DWORD /d "1" /f

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v "CursorCaptureEnabled" /t REG_DWORD /d "1" /f

    reg add "HKCU\Software\Microsoft\GameBar" /v "ShowStartupPanel" /t REG_DWORD /d "1" /f

    reg add "HKCU\System\GameConfigStore" /v "GameDVR_Enabled" /t REG_DWORD /d "1" /f

    reg add "HKLM\Software\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t REG_DWORD /d "1" /f

    reg add "HKCU\Software\Microsoft\GameBar" /v "AllowAutoGameMode" /t REG_DWORD /d "1" /f

    ) else (

    echo Failure: Current permissions inadequate.

    )

    pause >nul

    I have tried sfc /scannow but it doesn't find anything. What else I can try to fix this?

    :)
     
    Ville97, May 6, 2018
    #1
  2. I NEED HELP PLEASE!!!

    Hi i need help with my gamedvr doesnt want to record my voice when i record games why?
     
    CWStandalone0, May 6, 2018
    #2
  3. Need gamertag change/reverted to old one until I want to change it.

    Here's my case number: 1407458888. I was wondering if you can help me either with getting a new gamertag or reverting back to my old one for now. I was at a funeral yesterday and while I was gone my cousin got on my Xbox. He decided he wanted to change my
    gamertag and I need help with reverting the change.
     
    CeratedDeer3020, May 6, 2018
    #3
  4. Ville97
    Ville97 Guest

    Need help reverting gamebar and gamedvr

    Nevermind, I just found out that the gamebar doesn't come over the game if it's in fullscreen. Abort mission, everything is fine.
     
    Ville97, May 6, 2018
    #4
  5. Ville97 Win User

    Need help reverting gamebar and gamedvr

    Nevermind, I just found out that the gamebar doesn't come over the game if it's in fullscreen. Abort mission, everything is fine.
  6. piqseu Win User

    Game Bar keeps muting my mic whenever i alt tab

    Followup

    Seems like manually revoking write permissions to every user (including SYSTEM) on the GameDVR key in the registry (HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR) after setting "MicrophoneCaptureEnabled" to 1 fixes the issue, with the undesirable side effect of not being able to edit the gamebar's configuration until you re-enable the write perms

    kinda of a hacky workaround, and there's times where the gamebar still insists on muting the mic by itself, but it happens way less often now

    I'm in contact with microsoft support now to see if someone can help me fix it once and for all, i'll write another follow up soon
  7. Krish K. Win User

    Xbox gamebar unable to capture and record my games/screen in Windows 11

    Hey Josef, I deleted everything in the GameDVR folder besides default, restarted my computer, tried all the steps again and still my gamebar won't work. I'm sorry if I am putting you through too much trouble.
  8. Kxnfused Win User

    Xbox Game Bar not working

    If your gamebar still isn't working:

    Follow these steps by removing each DWORD value and adding them back.

    Type in "registry editor" in windows search bar, right click and run as administrator.

    2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\

    You should see a “GameDVR" folder to the left click on it and "AllowGameDVR" should be in there. If not, don’t worry.

    If you have both, delete the “GameDVR” folder and “AllowGameDVR” inside of it and follow instructions below:

    • Right click the empty area, choose "New" and then "Key"

    • Right click on the new key/folder and rename it to GameDVR

    • Inside the GameDVR key/folder right click on the empty area, and choose “DWORD 32”

    • Right click on the newly added one and rename it back to "AllowGameDVR". Double click it and set it back to 1

    3. Go to HKEY_CURRENT_USER\System\GameConfigStore

    Delete "GameDVR_Enabled" then right click the empty area, click "New" and choose "DWORD 32” rename it back to GameDVR_Enabled

    double click it and set the value back to 1.

    (IF YOU DON’T HAVE THIS FOLLOW THESE STEPS TO ADD IT BACK)

    4. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR

    Delete “AppCaptureEnabled” then right click the empty area, click "New" and choose "DWORD 32” and rename it back to AppCaptureEnabled

    and set it back to 1.

    (DO THIS SAME STEP IF YOU DONT HAVE IT TO ADD IT BACK)

    5. Restart, Let me know if this helps.
  9. ULtimate UAV Win User

    Xbox One Game Dvr clip failing

Thema:

Need help reverting gamebar and gamedvr

Loading...
  1. Need help reverting gamebar and gamedvr - Similar Threads - Need help reverting

  2. I need help getting my account back

    in XboX Insiders
    I need help getting my account back: So I had this xbox account 3 years ago....and i want to get it back but I don't remember the email, and I don't know if there was a second email with it, am I screwed? I've been wanting to get it...
  3. Randomly locked out of my Microsoft account I need help

    in XboX Insiders
    Randomly locked out of my Microsoft account I need help: So I woke up this morning and tried to go on the xbox app once I opened it,it said account has been locked due to multiple violations of our guildlines but I haven't done anything so I clicked...
  4. I need help with account recovery, but I don’t know what to do

    in XboX Insiders
    I need help with account recovery, but I don’t know what to do: So basically, what happened is my Xbox unplugged through all over a month and I plugged it back in into place a single player game being Batman Arkham Knight, but when I walked back in, it said my...
  5. Need help. Xbox series X - ready or not crashing issues.

    in XboX Insiders
    Need help. Xbox series X - ready or not crashing issues.: I have reinstalled the game. I have unplugged my Xbox. I have cleared my Mac address and done a whole lot of other processes. I really don’t know what’s going on and it keeps crashing my game and...
  6. Need help with Xbox series X help help help help help help help help help help help

    in XboX Insiders
    Need help with Xbox series X help help help help help help help help help help help: It says it’s installed but it’s installing and first I waited 2 days for it to update and it won’t download. I’m not sure what the problem is need help. I live in the middle of nowhere where but...
  7. HELP. I need recommendations on what to do. Buy Series S and then go for the ally?

    in XboX Insiders
    HELP. I need recommendations on what to do. Buy Series S and then go for the ally?: So all I want is a console to play games with my brother so he doesn't get bored the whole day doing nothing after we do sports. I was planning on buying a switch but I don't think I'll be...
  8. Problem with signing in on xbox and I need some help

    in XboX Insiders
    Problem with signing in on xbox and I need some help: So I wanted to reset my xbox to get rid of a glitch and I rested to it to keep my apps and games when apparently I turned my xbox back on and I couldn't log back in, it wouldn't let me put my...
  9. I need help with logging in a account

    in XboX Insiders
    I need help with logging in a account: So I know a connected email and the gamertag and possibly a password but I dont know if I can recover it that way anyone here know what to do submitted by /u/-h-k-_- [link] [comments]
  10. HELP, Accidentally changed my HZ from 60 - 120, Monitor not supported HZ rate. Need to revert.

    in XBoX Accessibility
    HELP, Accidentally changed my HZ from 60 - 120, Monitor not supported HZ rate. Need to revert.: HDMI Had no signal received from.monitor, eventhough the monitor recognised that the cable was connected. Set to low res mode to try and manually select input to HDMI as the screen was no longer...