Skip to content

Commit

Permalink
fix: process hacker window
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Sep 25, 2023
1 parent ddfb730 commit 46d46a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/playbook/Executables/KILLKPH.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ foreach ($userDir in $userDirectories) {
New-Item -Path $destinationDirectory -ItemType Directory -Force | Out-Null
}
Copy-Item -Path $settingsFilePath -Destination $destinationPath -Force
}
}

# Kill the window informing about process hacker
taskkill.exe /f /im pcaui.exe

0 comments on commit 46d46a0

Please sign in to comment.