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 every time I unblock somebody on Xbox it reblock them automatically

    in XBoX Accessibility
    I need help every time I unblock somebody on Xbox it reblock them automatically: I need help every time I unblock somebody on Xbox it reblock them automatically 7ab980e3-944a-4965-b9ae-533355d48972
  3. I need help linking my xbox account to my EA account

    in XBoX Accessibility
    I need help linking my xbox account to my EA account: so when i go to manage my EA account it brings me to a white page and nothing will load please help me i cant unlink my EA account from my playstation to my New Xbox...
  4. Hello i need help i forgkt my email with i bought my mincraft and i need kt for login

    in XBoX Accessibility
    Hello i need help i forgkt my email with i bought my mincraft and i need kt for login: Hello i need help i forgkt my email with i bought my mincraft and i need kt for login 35e20209-c515-43a5-a7e2-e8f7fb498cfe
  5. I need help figuring out how to unlink my PlayStation account from my Microsoft account

    in XBoX Accessibility
    I need help figuring out how to unlink my PlayStation account from my Microsoft account: I am trying to unlink my Microsoft account from my PlayStation 5 because I want to link a new Microsoft account to it 33bd2a4f-8c61-4490-980e-68f24cb22469
  6. Have a Xbox 360 console s need help setting up the window media. Plus I have a family...

    in XBoX Accessibility
    Have a Xbox 360 console s need help setting up the window media. Plus I have a family...: Need help removing a pass code that is blocking me from playing adults games. Plus need help set up the window media center 966e1da7-8ae0-471a-9232-c9726d8d113e
  7. I cant play forza horizon 5 on my playstation. After 100h gaming. Need help

    in XBoX Games and Apps
    I cant play forza horizon 5 on my playstation. After 100h gaming. Need help: Why i cant play after 100h forza horizon 5 on playstation 52cce14c-fdc6-4a9f-9280-661e777537ee
  8. I need help! When I try to play a game on Roblox, it says “to do this change a setting”....

    in XBoX Games and Apps
    I need help! When I try to play a game on Roblox, it says “to do this change a setting”....: I need help! When I try to play a game on Roblox, it says “to do this change a setting”. I’ve changed everything in privacy and online safety. I don’t know what else to change....
  9. @minecraft bedrock I need help with custom component V2

    in XBoX on Windows
    @minecraft bedrock I need help with custom component V2: I am developing an addon in 1.21.90+ and i get always this error: [Blocks][error]-block_definitions |...
  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...