From 9498cffc0b04891ba5a5cc425f48e6b275d9e961 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Tue, 5 Apr 2022 15:23:36 +0200 Subject: [PATCH] Update Winget-AutoUpdate-Install.ps1 --- Winget-AutoUpdate-Install.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index 72bb0db..9989bbf 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -27,6 +27,10 @@ Remove scheduled tasks and scripts. .EXAMPLE .\winget-install-and-update.ps1 -Silent -DoNotUpdate + +.EXAMPLE +.\winget-install-and-update.ps1 -Silent -UseWhiteList + #> [CmdletBinding()]