Skip to content

Instantly share code, notes, and snippets.

@alexrintt
Last active April 3, 2024 20:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexrintt/9502728c6d75d27e2885c9cdaab0e550 to your computer and use it in GitHub Desktop.
Save alexrintt/9502728c6d75d27e2885c9cdaab0e550 to your computer and use it in GitHub Desktop.
How to download WinDBG without Microsoft Store.

From microsoftfeedback/WinDbg-Feedback#19 (comment).

Here's how:

  • Go to: https://store.rg-adguard.net/.
  • Choose productId from the drop down, then input the store product id of WinDbg which is 9pgjgd53tn86.
  • Click on the tick button and give it a few seconds.
  • The website should display direct download links (check that links are pointing to Microsoft servers just to be sure).
  • Download the appx file (should be the last one on the list).
  • DO NOT try to install it by running the appx file, instead, just unzip it to a folder and voilà! your portable version of WinDbg is ready to be used.

Direct link:

http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/978feae8-9dfb-448a-af1a-f85fa96fd5ab?P1=1676081976&P2=404&P3=2&P4=VizwW4pmr%2f5I6BeVnOWfyxXKhwtaPX%2fGV17LDNfDBmw%2fYEnX8rz75dE5ax91KZmC1q7DGWOv1b4Xvo6mgSemyg%3d%3d

Troubleshooting

The link is not working

For some reason, when I tried to click in the link:

image

It didn't start downloading, so I did a right click -> Copy link address -> Then opened in a guest window.

Downloading through insomnia also worked, use the link address in an insomnia GET request then click enter, you may have to wait a little.

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