>>108461894
No, that's because games call a protocol that links to an "Windows App" {Microsoft's term} doesn't exist, the best way I know to not get it is to make a stub.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ms-gamingoverlay]
@="URL:ms-gamingoverlay Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\ms-gamingoverlay\shell]
[HKEY_CLASSES_ROOT\ms-gamingoverlay\shell\open]
[HKEY_CLASSES_ROOT\ms-gamingoverlay\shell\open\command]
@="rundll32.exe ntdll.dll,RtlExitUserProcess"
This launches an instance of rundll32.exe and kills it at the same time, stupid but there isn't much to do here.