Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pub:winget [2021/12/22 10:40] – removed derek | pub:winget [2022/03/21 13:40] (current) – [requirement/install] derek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | == winget | ||
| + | === requirement/ | ||
| + | * built-in Win10/21H1 or Win11/21H2 | ||
| + | * can be install From Microsoft Store | ||
| + | ** https:// | ||
| + | * install via command line | ||
| + | |||
| + | <code powershell> | ||
| + | Invoke-WebRequest -Uri " | ||
| + | Add-AppxPackage " | ||
| + | </ | ||