PowerShell GUI for Downloading Microsoft Store Apps - W10_11StoreApps.ps1

Like you, I have seen weird discrepancies to what rg-adguard reports as the "latest version". My suspicion is they're doing some caching on their end, so they're not always returning the latest product build.
Some of that is Microsoft file labeling. I have found more than one app whose file name version number differs from the version number found inside the archive. You sometimes have to look inside the archive at the AppxManifest.xml to know what version the program truly is.
 
Try this beta build. There's a new checkbox to include 32-bit versions of dependencies, if they exist.

A variable at the script's start controls whether this checkbox is auto-checked or not. You can change it to your preferred default.
Code:
$Include32bit_Preference = $true

View attachment 15461


I don't know if this happened with the old version, but this version downloads the dependencies even if I don't have the box checked.
 
The normal script only downloads dependencies that match your specific architecture (x64 or x86).

Diatomacious' request was to include both sets of files if you're running on a 64-bit platform, as a convenience for the user (since the script's already doing the work). I don't want to make the checkbox the default for everyone, because some users have complained in the past they don't want the extra packages.
 
The normal script only downloads dependencies that match your specific architecture (x64 or x86).

Diatomacious' request was to include both sets of files if you're running on a 64-bit platform, as a convenience for the user (since the script's already doing the work). I don't want to make the checkbox the default for everyone, because some users have complained in the past they don't want the extra packages.

Just to be clear, this is what I was talking about. They are both unchecked, but the x64 dependencies are downloaded anyway.
 

Attachments

  • Screenshot_3.png
    Screenshot_3.png
    25.7 KB
I'm getting the same error.

http://store.rg-adguard.net appears to be having network issues. Browsing the web form (where I'm sending the search request) is returning "Bad gateway 502" errors. I suspect it's down on their back-end. Maybe wait a few hours until they restore service.

The Store API on MS side is not returning any errors.
 
After more debugging, rg-adguard is now enforcing a browser check in the search request.

I'm not sure why they suddenly decided to limit requests, unless lots of other tools are piggybacking off their search results. I have a direct API version of this script, so I'm not worried about getting locked out.

Please download the updated script from post #1.
 
No, over the years I've found a number of other tools that piggyback off rg-adguard. You can find them on GitHub.
 
Hello,

I've been using this script for years without any problems.

This month it stopped working. I downloaded the latest version from page 1, and everything seems to work, but the packages aren't downloading to the directory as before. How can I get the packages to be in the directory?
How can I add the store to my install.wim update if I don't have the packages?

Thank you for your help.
 

Attachments

  • Capture d’écran 2026-02-21 173013.png
    Capture d’écran 2026-02-21 173013.png
    8.2 KB
  • Capture d’écran 2026-02-21 173129.png
    Capture d’écran 2026-02-21 173129.png
    44.7 KB
The script should be saving the downloaded files to the same folder where the script lives. Is it not saving any files, or saving to a different folder (which you can't see)?

I didn't have any problem downloading DesktopAppInstaller.
 
Thanks for your reply. Apparently, the files aren't downloaded to the same folder as the script. I don't see where it could be downloaded. I tested it on two computers and it's the same.
 
I found the problem. Last time I commented out some code and the Set-Location line for setting the current path got bypassed.
Please download the ZIP file again.
 
Thank you so much Garlin for your help, everything is working perfectly now. Have a good Sunday and see you soon.
 
Thank you. I just make one per one, (after reloading the app), maybe add What's App, Vlc, OBS, for easy finding ?

You saved my day bro !
 
Back
Top