Files
Boilerplates/Windows/README.md
2023-11-26 17:07:56 +01:00

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
```