Create script for Appstore downloads #41
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WINDOWS/w10install#41
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
like here:
---8<---
Script zum herunterladen der Appx files..
https://github.com/MattiasC85/Scripts/blob/master/OSD/Download-AppxFromStore.ps1
App suchen und link kopieren
https://apps.microsoft.com/store/detail/speedtest-by-ookla/9NBLGGH4Z1JC?hl=de-de&gl=DE
obigen link unter folgendem einfügen
https://store.rg-adguard.net
Paket mit Endung "appx" oder "appxbundle" herunterladen
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<---
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