Hi creese5,
Welcome to post in Microsoft Community. I'm Mosken, let me help you figure it out.
According to your description, I knew that when you are playing a game your computer crashes and you are sure GameInput is causing it, although you have tried uninstalling the component, it will be automatically installed every time you reboot the system. Is that right?
First of all, GameInput is part of Microsoft Gaming Services. It is used by Universal Windows Platform (UWP) games on Windows 10 and Xbox One, it is usefol for running and programming in games in MS platforms.
If you have installed the Xbox Beat version, it is recommended that you uninstall the component, or use the following command to completely uninstall the Xbox-related content, and then reinstall the latest stable version of the Xbox. Run Power Shell as an administrator (win logo key + "Q", type "Power Shell", select "Run as administrator") and type the following commands one by one.
get-appxpackage *Xbox* | remove-Appxpackage
add-appxpackage -register "C:\Program Files\WindowsApps\*Xbox*\AppxManifest.xml" –disabledevelopmentmode
Have you tried uninstalling Game Service? If not, you can try the following command to achieve this. Run Power Shell as an administrator (win logo key + "Q", type "Power Shell", select "Run as administrator") and type the following command.
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Then try to open the game, if the game still reports errors, you can try reinstalling the game service in the Microsoft Store. Type the link below in the address bar of your Edge browser, then follow the instructions to open the Microsoft Store and reinstall the game service.
ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Then such a problem may be caused by corrupted system files. You can try the following commands to try to fix it. Please run Command Prompt as an administrator ("Win" logo key + "Q", enter "cmd", select "Run as administrator"), and enter the following commands one by one. These two commands require network support, please keep your network connection smooth and stable.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
The above steps are provided based on the information I have learned so far, I wish that will be helpful to you. If your problem still cannot be solved by these steps, you could tell me the specific situation in the next reply. I will continue to assist you in solving the problem.
Best Regards,
Mosken- MSFT | Microsoft Community Support Specialist