Parameter + Function $ListPath Delete...

pull/169/head
KnifMelti 2022-09-17 21:19:57 +02:00
parent 1a257a0b94
commit 28bb1845d4
2 changed files with 0 additions and 7 deletions

View File

@ -58,7 +58,6 @@ 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

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