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. Need help with my series X and MSFS2020

    in XboX Insiders
    Need help with my series X and MSFS2020: Ok so I bought my series x in December and bought flight sim 2020 but every time I would try and download it on the Xbox everything but the license says not compatible and I’ve looked it up and...
  3. need help on xbox one disc not reading!

    in XboX Insiders
    need help on xbox one disc not reading!: recently got black ops 1 360 disc to play on my xbox, when i go to insert it it goes in but it doesn’t give me an option to download or anything else, i’ve tried with other games and it works but...
  4. i have overheating series x and need help

    in XboX Insiders
    i have overheating series x and need help: hello, i have a series x that randomly made a loud noise from the fan and then now the fan doesnt spin, i have taken it apart and cleaned it and it seems the fan is seized (its super hard to turn...
  5. Need help adding existing console to xbox app.

    in XboX Insiders
    Need help adding existing console to xbox app.: Earlier, i was messing around in the app and mistakenly removed my registered console from the app for remote play. I keep trying to set up my console again under existing console. I’ve checked...
  6. Need help opening Deep Rock Galactic on PC

    in XboX Insiders
    Need help opening Deep Rock Galactic on PC: Friends requested I get the game on the Microsoft Store on my laptop so that I can play crossplay to Xbox. After doing so and installing the game, I can launch it but the 'Press any key to...
  7. Guys i need help about my controller

    in XboX Insiders
    Guys i need help about my controller: So I thought I was being smart and decided to deep clean my Xbox controller I grabbed some nail polish remover acetone thinking it would do the trick and at first it looked great But then things...
  8. need help with game sharing problem , do you own this game or app glitch

    in XboX Insiders
    need help with game sharing problem , do you own this game or app glitch: please someone help me i would very much appreciate it , i always buy games on my xbox through my account then go on my brothers xbox go on my account download the game then sign out and we both...
  9. I need help understanding the logic

    in XboX Insiders
    I need help understanding the logic: I was trying to make a post tonight for a game in my description I put suck less and I'm told to keep it clean and remove inappropriate content which confuses me when half the posts have drug...
  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...