.PARAMETER ListPath and .Example

pull/166/head
KnifMelti 2022-09-20 03:22:29 +02:00
parent 077dee73dc
commit e7c73f8b1b
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@ Disable Winget-AutoUpdate update checking. By default, WAU auto update if new ve
.PARAMETER UseWhiteList
Use White List instead of Black List. This setting will not create the "exclude_apps.txt" but "include_apps.txt"
.PARAMETER ListPath
Get Black/White List from Path (UNC/Web/Local). Default: C:\ProgramData\Winget-AutoUpdate\
.PARAMETER Uninstall
Remove scheduled tasks and scripts.
@ -46,6 +49,9 @@ Run WAU on metered connection. Default No.
.EXAMPLE
.\winget-install-and-update.ps1 -Silent -UseWhiteList
.EXAMPLE
.\winget-install-and-update.ps1 -Silent -ListPath https://www.domain.com/WAULists
.EXAMPLE
.\winget-install-and-update.ps1 -Silent -UpdatesAtLogon -UpdatesInterval Weekly