Manually Installing Microsoft Apps: A Simple Tutorial

1 min read

Open powershell as admin and run these commands
Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
Install-Script -Name winget-install -Force
winget-install.ps1
Get app link from adguard
Download app
irm "http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/8a93674a-05d4-4118-a4c8-5a0e3fa256fb?P1=171786161
&P2=404&P3=2&P4=KJMcEf427h01uWn1WaI3jgNiqSTiTXa7xDyxM%2f87ZbC5yiOZ6CM%2fKEc1MfvxcUQ7iOOoLBy1Jmj3BfgyQCRNnA%3d%3d"-o w.appx
Add the App
Add-AppxPackage .\w.appx
Might Need to Get Dependencies
Same as downloading the app but just download the dependency instead and add the dependency again
irm "http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/27ca12bc-f81d-45ff-95d0-12ad79f15735?P1=1717859785&P2=4
04&P3=2&P4=UCMIkKkFmIJ4tyhPl08hscWdhMjMnyEx%2flTYfDqDJrNSSU%2fwd3OqFjkcVJz50WUpFwiUIpqVxYoR4jg8LtMI8g%3d%3d" -o w-dep.appx
0
Subscribe to my newsletter
Read articles from Aysham Ali directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
