Skip to content

Instantly share code, notes, and snippets.

@jogerj
jogerj / Genshin Impact 4.x Wish URL.md
Last active May 1, 2024 22:49
Get Wish History URL in Genshin Impact 4.6 on PC from cache

Usage

Win+R and paste following

  • All versions (Global/China)
powershell iex (irm 'https://gist.githubusercontent.com/jogerj/0339e61a92e0de2e360c5212a94854e8/raw/get_wish_url_from_cache.ps1')
  • for (Powershell 6+)
pwsh -Command iex (irm 'https://gist.githubusercontent.com/jogerj/0339e61a92e0de2e360c5212a94854e8/raw/get_wish_url_from_cache.ps1')