Create script for Appstore downloads #41

Closed
opened 2022-06-20 13:03:18 +02:00 by mschmidt · 1 comment
Owner

like here:

---8<---
Script zum herunterladen der Appx files..

https://github.com/MattiasC85/Scripts/blob/master/OSD/Download-AppxFromStore.ps1

  1. App suchen und link kopieren
    https://apps.microsoft.com/store/detail/speedtest-by-ookla/9NBLGGH4Z1JC?hl=de-de&gl=DE

  2. obigen link unter folgendem einfügen
    https://store.rg-adguard.net

  3. Paket mit Endung "appx" oder "appxbundle" herunterladen

  4. Powershell öffnen:
    add-appxpackage -path "path\to\file"

Anleitung gefunden:
http://woshub.com/how-to-download-appx-installation-file-for-any-windows-store-app/
---8<---

like here: ---8<--- Script zum herunterladen der Appx files.. https://github.com/MattiasC85/Scripts/blob/master/OSD/Download-AppxFromStore.ps1 1) App suchen und link kopieren https://apps.microsoft.com/store/detail/speedtest-by-ookla/9NBLGGH4Z1JC?hl=de-de&gl=DE 2) obigen link unter folgendem einfügen https://store.rg-adguard.net 3) Paket mit Endung "appx" oder "appxbundle" herunterladen 4) Powershell öffnen: add-appxpackage -path "path\to\file\" Anleitung gefunden: http://woshub.com/how-to-download-appx-installation-file-for-any-windows-store-app/ ---8<---
mschmidt added the
enhancement
label 2022-06-20 13:03:18 +02:00
Author
Owner

done.

commit a66fb933ef (HEAD -> master, origin/master, origin/HEAD)
Author: Michael H.G. Schmidt michael@schmidt2.de
Date: Sun Jan 1 16:43:59 2023 +0100

Create script for Appstore downloads #41
done. commit a66fb933ef12098a510ebab139194b85b1a3c0ce (HEAD -> master, origin/master, origin/HEAD) Author: Michael H.G. Schmidt <michael@schmidt2.de> Date: Sun Jan 1 16:43:59 2023 +0100 Create script for Appstore downloads #41
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WINDOWS/w10install#41
No description provided.