15 lines
300 B
Markdown
15 lines
300 B
Markdown
# Choose from the list
|
|
More Scripts will follow in the future.
|
|
|
|
## Install Scripts
|
|
|
|
* [Winget](Install/install_winget.ps1)
|
|
|
|
## Update Scripts
|
|
|
|
### Update all Applications in Windows
|
|
|
|
Open Terminal with Powershell prompt and enter this command:
|
|
```powershell
|
|
winget upgrade --all --include-unknown
|
|
``` |