PowerShell GUI for Downloading Microsoft Store Apps - W10_11StoreApps.ps1

AOW Tools is a paid Store app. While you can download the package, it can't be installed without the License.xml which only the Store app provides. The per-machine license is their copy protection Free apps should work fine.
Not a paid app i think sir if u click on trial its a free app just dev has posted a donate botton
 
I'll have to debug that.

For now, click on 7061touchwp.AowTools*.msix in File Explorer, it should launch DesktopAppInstaller and grab the expected .NET.Native.Framework.2.2 package.

I guess because 7061touchwp word comes first alphabetically, the app is installed first before dependencies

maybe you can install .appx files first, before msix/msixbundle/appsbundle
 
wsreset from any CMD window, as Administrator. If you got non-Store app questions, ask them on the W11 thread or create a new question.
 
Hello, someone can/find download links for Samsung Browser for PC from Microsoft Store? I don't find with this program...
 
Hello, someone can/find download links for Samsung Browser for PC from Microsoft Store? I don't find with this program...
Samsung Browser isn't currently available for download (removed), and store.rg-adguard only provides links to MSIX or Appx packages.

Only ProductID's that begin with a 9 will work.
https:// apps.microsoft.com/detail/XPDCMJG5PTR3TP?hl=en-US&gl=US
 
Samsung Browser isn't currently available for download (removed), and store.rg-adguard only provides links to MSIX or Appx packages.

Only ProductID's that begin with a 9 will work.
Ah ok, so it's impossibile have them.. Don't know the ETA for have a chance for downloading, right?.?
 
That's a Samsung issue, some Reddit comments think it was removed due to a reported bug.
 
Has anyone run this tool recently? I'm trying to download the DesktopAppInstaller but running the bat crashes out with no message after pressing "OK". If I run the ps1 script directly I receive the below error.

Code:
Response         : StatusCode: 403, ReasonPhrase: 'Forbidden', Version: 1.1, Content:
                   System.Net.Http.DecompressionHandler+GZipDecompressedContent, Headers:
                   {
                     Date: Sat, 27 Jan 2024 06:42:20 GMT
                     Transfer-Encoding: chunked
                     Connection: close
                     Accept-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile,
                   Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform,
                   Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version,
                   UA-Platform, UA
                     Cross-Origin-Embedder-Policy: require-corp
                     Cross-Origin-Opener-Policy: same-origin
                     Cross-Origin-Resource-Policy: same-origin
                     Origin-Agent-Cluster: ?1
                     Permissions-Policy: accelerometer=(),autoplay=(),browsing-topics=(),camera=(),clipboard-read=(),cl
                   ipboard-write=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=()
                   ,payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=()
                     Referrer-Policy: same-origin
                     X-Frame-Options: SAMEORIGIN
                     cf-mitigated: challenge
                     Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                     Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=XFtkxsecqWPFeRTXIEgL
                   2G5f9rj3KNgF7A1DUjkSzYhMmlYURoB79oulYt6%2Bsr136Yz1t23pRxNmmGFHXtEikRcpsAUQxpsWLYkETyg6EwPcFR0fTMV%2F
                   bqumkCXhyauXsYXwvI8siA%3D%3D"}],"group":"cf-nel","max_age":604800}
                     NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
                     Vary: Accept-Encoding
                     Server: cloudflare
                     CF-RAY: 84bf03de6817c409-EWR
                     Alt-Svc: h3=":443"
                     Content-Type: text/html; charset=UTF-8
                     Expires: Thu, 01 Jan 1970 00:00:01 GMT
                   }
HttpRequestError : Unknown
StatusCode       : Forbidden
TargetSite       : Void ThrowTerminatingError(System.Management.Automation.ErrorRecord)
Message          : Response status code does not indicate success: 403 (Forbidden).
Data             : {}
InnerException   :
HelpLink         :
Source           : System.Management.Automation
HResult          : -2146233088
StackTrace       :    at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)
 
That's a new one. Actually I have used this script several times in the past half hour.

Cloudflare's 403 (Forbidden) error points to a VPN or proxy server problem that's disallowing remote access.
Open a browser, and check if you're allowed to see: https://store.rg-adguard.net/

I suppose the script could better handle this error, but I've never seen it on my PC. Do you have a 3rd-party firewall, security agent or restrictive network gateway between you and the web?
 
I'm able to get to store.rg-adguard.net as - after posting - I used it to download the files needed. I don't have any firewall besides Windows Defender on my machine. The PC I'm on is not blocked from any access through my router (ie: all firewall rules associated with the VLAN I'm on are "accept"), and I checked my pihole to see if there was a blocked query but everything to rd-adguard were not blocked.
 
The script is a wrapper around store.rg-adguard, to correctly filter the results. After that, all download links are from MS.
 
Yeah, it doesn't make sense why I can download directly but not using the script. I'm having other issues with setting up an image so I'll focus on those for now.
 
Interesting app, I currently install some stuff via powershell commands, but will definitely check this out.

As always thanks to everyone for their efforts, there is so much useful stuff on these forums and in ntlite itself.
 
The main point of the script is helping automate the process of downloading required dependencies for your App.
 
Back
Top