Revert "Parameter + Function $ListPath Delete..."

This reverts commit 28bb1845d4.
pull/169/head
KnifMelti 2022-09-18 04:37:15 +02:00
parent 28bb1845d4
commit 1fc9589998
2 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Run WAU on metered connection. Default No.
param(
[Parameter(Mandatory = $False)] [Alias('S')] [Switch] $Silent = $false,
[Parameter(Mandatory = $False)] [Alias('Path')] [String] $WingetUpdatePath = "$env:ProgramData\Winget-AutoUpdate",
[Parameter(Mandatory = $False)] [Alias('List')] [String] $ListPath = $WingetUpdatePath,
[Parameter(Mandatory = $False)] [Switch] $DoNotUpdate = $false,
[Parameter(Mandatory = $False)] [Switch] $DisableWAUAutoUpdate = $false,
[Parameter(Mandatory = $False)] [Switch] $RunOnMetered = $false,

View File

@ -0,0 +1,6 @@
#Function to check Black/White List
function Test-ListPath ($ListPath, $UseWhiteList) {
}