From f087b134101bdd2f3cfc900069a6684e30cfe4ad Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Tue, 3 Jan 2023 05:25:42 +0100 Subject: [PATCH] Example delete --- Winget-AutoUpdate/mods/_AppID-template.ps1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Winget-AutoUpdate/mods/_AppID-template.ps1 b/Winget-AutoUpdate/mods/_AppID-template.ps1 index 0a99120..fa33216 100644 --- a/Winget-AutoUpdate/mods/_AppID-template.ps1 +++ b/Winget-AutoUpdate/mods/_AppID-template.ps1 @@ -12,8 +12,7 @@ $App = "" #Beginning of Desktop Link Name to Remove - optional wildcard (*) after, without .lnk, multiple: "lnk1","lnk2" $Lnk = @("") -#Registry _value_ (DWord/String) to add in existing registry Key -#Example: +#Registry _value_ (DWord/String) to add in existing registry Key. Example: #$AddKey = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Winget-AutoUpdate" #$AddValue = "WAU_BypassListForUsers" #$AddTypeValue = "1" @@ -23,8 +22,7 @@ $AddValue = "" $AddTypeValue = "" $AddType = "" -#Registry _value_ to delete in existing registry Key -#Example: +#Registry _value_ to delete in existing registry Key. Example: #$DelKey = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Winget-AutoUpdate" #$DelValue = "WAU_BypassListForUsers" $DelKey = ""