Skip to content

Instantly share code, notes, and snippets.

@Deanosim
Last active June 27, 2023 13:49
Show Gist options
  • Save Deanosim/a17862d926969602826ea26f41033c5a to your computer and use it in GitHub Desktop.
Save Deanosim/a17862d926969602826ea26f41033c5a to your computer and use it in GitHub Desktop.
For the Halo Infinite login loop instead of manually deleting each entry (oh which there was many for me) you can just run two powershell commands.

cmdkey /list | ForEach-Object{if($_ -like "*Target:*" -and $_ -like "*Xbl|2096818168*"){cmdkey /del:($_ -replace " ","" -replace "Target:","")}}

cmdkey /list | ForEach-Object{if($_ -like "*Target:*" -and $_ -like "*Xbl|2043073184*"){cmdkey /del:($_ -replace " ","" -replace "Target:","")}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment