banner and installer
This commit is contained in:
@@ -114,7 +114,7 @@ function Run-Agent {
|
||||
}
|
||||
function Stop-InteractiveProcesses {
|
||||
Write-Log "Stopping processes: java/javaw/godot..."
|
||||
$names = @('java','javaw','godot')
|
||||
$names = @('java','javaw','godot','openjdk')
|
||||
foreach ($n in $names) {
|
||||
try { Stop-Process -Name $n -Force -ErrorAction SilentlyContinue } catch {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user