.PARAMETER ListPath and .Example
parent
077dee73dc
commit
e7c73f8b1b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue