.SYNOPSIS
Configure Winget to daily update installed apps.
.DESCRIPTION
Install powershell scripts and scheduled task to daily run Winget upgrade and notify connected users.
Possible to exclude apps from auto-update
.PARAMETER Silent
Install Winget-AutoUpdate and prerequisites without user interaction
.PARAMETER WingetUpdatePath
Specify Winget-AutoUpdate installation localtion. Default: C:\ProgramData\winget-update\
.PARAMETER DoNotUpdate
Do not run Winget-AutoUpdate after installation. By default, Winget-AutoUpdate is run just after installation.
.EXAMPLE
.\winget-install-and-update.ps1 -Silent -DoNotUpdate
Install.bat will run ps1 with -Silent