diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index e36a3ab..d81c184 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -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