fix: updated template

pull/589/head
Philipp Rüegsegger 2024-03-18 14:11:03 +01:00
parent f5613f6cf9
commit 8bf26f912b
1 changed files with 1 additions and 1 deletions

View File

@ -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"