From 5e95624c1687e4e2053a1bd18fd39b29565d1d5f Mon Sep 17 00:00:00 2001 From: Xyueta Date: Mon, 25 Sep 2023 21:46:03 +0200 Subject: [PATCH] style: kill the window informing about process hacker --- src/playbook/Executables/KILLKPH.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbook/Executables/KILLKPH.ps1 b/src/playbook/Executables/KILLKPH.ps1 index 72a43dda5c..df4bf128a1 100644 --- a/src/playbook/Executables/KILLKPH.ps1 +++ b/src/playbook/Executables/KILLKPH.ps1 @@ -25,4 +25,4 @@ foreach ($userDir in $userDirectories) { } # Kill the window informing about process hacker -taskkill.exe /f /im pcaui.exe \ No newline at end of file +Stop-Process -name pcaui -Force \ No newline at end of file