fix: updated template
parent
f5613f6cf9
commit
8bf26f912b
|
@ -10,7 +10,7 @@ $RunWait = $True
|
|||
#Beginning of Process Name to Stop - optional wildcard (*) after, without .exe, multiple: "proc1","proc2"
|
||||
$Proc = @("")
|
||||
|
||||
#Beginning of Service Name to Stop - optional wildcard (*) after, without .exe, multiple: "proc1","proc2"
|
||||
#Beginning of Service Name to Stop - multiple: "service1.exe","service2.exe"
|
||||
$Svc = @("")
|
||||
|
||||
#Beginning of Process Name to Wait for to End - optional wildcard (*) after, without .exe, multiple: "proc1","proc2"
|
||||
|
|
Loading…
Reference in New Issue