1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved Remove Game bar from start menu list

Discussion in 'Windows 10' started by TonyT, 2019/05/28.

  1. 2019/05/28
    TonyT

    TonyT SuperGeek Staff Thread Starter

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Been searching relentlessly and have not found a solution. Windows 10 Pro v. 1903. How to remove the Game bar from the start menu list? I know how to disable it and all xbox media stuff using powershell or group policy editor. But this is a business system and don't want the Game bar shortcut to display in the start menu list.
     
    Last edited: 2019/05/28
  2. 2019/05/28
    Bill

    Bill SuperGeek WindowsBBS Team Member

    Joined:
    2002/01/11
    Messages:
    3,368
    Likes Received:
    411
    What about through Settings > Gaming > Game bar, then flip the switch to Off?
     
    Bill,
    #2

  3. to hide this advert.

  4. 2019/05/28
    TonyT

    TonyT SuperGeek Staff Thread Starter

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    That just turns it off, remains in start list.

    The start menu is actually stored in a database-type file with pointers to Program Data/MS/Windows/Start Menu and User/AppData/Roaming/MS/Windows/Start Menu and default user/AppData/Roaming/MS/Windows/Start Menu. It appears that Game bar and a few other shortcuts are hard coded in the database file or elsewhere.
     
  5. 2019/05/29
    Bill

    Bill SuperGeek WindowsBBS Team Member

    Joined:
    2002/01/11
    Messages:
    3,368
    Likes Received:
    411
    I see what you are saying now and I don't see a way to remove it from the list. :( Will keep looking.
     
    Bill,
    #4
  6. 2019/05/29
    Christer

    Christer Geek Member Staff

    Joined:
    2002/12/17
    Messages:
    6,585
    Likes Received:
    74
  7. 2019/05/29
    retiredlearner

    retiredlearner SuperGeek WindowsBBS Team Member

    Joined:
    2004/06/25
    Messages:
    7,209
    Likes Received:
    514
  8. 2019/05/30
    TonyT

    TonyT SuperGeek Staff Thread Starter

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    I have already removed all of the "bloatware" in Windows 10 using Powershell, including the Store. Game bar remains in the menu though. Apparently at one time it could be removed but seems persistent in the version I have and forward versions. This is a useful script to remove all at once:
    https://github.com/Sycnex/Windows10Debloater
     
  9. 2019/05/30
    Christer

    Christer Geek Member Staff

    Joined:
    2002/12/17
    Messages:
    6,585
    Likes Received:
    74
    I don't recall the exact procedure(s) that I followed but I'll check out Windows10Debloater for future needs.
     
  10. 2019/07/11
    TonyT

    TonyT SuperGeek Staff Thread Starter

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Used latest version of that debloater script and was able to get rid of Game Bar.
     
  11. 2019/07/16
    BobbyScot

    BobbyScot Geek Member

    Joined:
    2009/09/22
    Messages:
    2,372
    Likes Received:
    18
    I removed unwanted entries in Start by using PowerShell (admin) as pointed by TonyT.
    Get-AppxPackage *name of App* | Remove-AppxPackage -click Enter key.
    **To re-install a deleted App. Rt click Start>Scroll to PowerShell (Admin)>click it -Type Get-AppxPackage
    -AllUsers | (for each App entry) type {Add-AppxPackage -Disable DevelopMode -Register "$($_InstallLocation)\Appxmanifest.xml1"} now wait, allow till finished, can take some time.
    ** I have not tried this, to re-instal a deleted app.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.