pull/250/head
KnifMelti 2022-12-20 04:25:08 +01:00
parent 2524d2721e
commit be8e5777ff
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $Proc = @("")
#Beginning of Process Name to Wait for to End - optional wildcard (*) after, without .exe, multiple: "proc1","proc2" #Beginning of Process Name to Wait for to End - optional wildcard (*) after, without .exe, multiple: "proc1","proc2"
$Wait = @("") $Wait = @("")
#Beginning of App Name string to Silently Uninstall (MSI/NSIS/INNO) - required wildcard (*) after! #Beginning of App Name string to Silently Uninstall (MSI/NSIS/INNO/EXE with defined silent uninstall) - required wildcard (*) after!
$App = "" $App = ""
#Beginning of Desktop Link Name to Remove - optional wildcard (*) after, without .lnk, multiple: "lnk1","lnk2" #Beginning of Desktop Link Name to Remove - optional wildcard (*) after, without .lnk, multiple: "lnk1","lnk2"