Added Cherwell Kill Function

This commit is contained in:
brotoskyj
2025-01-03 15:08:34 -05:00
parent 8052f1389c
commit 7dfdf92d19
+4 -2
View File
@@ -906,8 +906,10 @@ $toolStripDropDownButton3.ToolTipText = "Tools"
# Kill all Cherwell Processes
$cherwellKillProcessToolStripMenuItem.Name = "Kill all Local Cherwell Processes"
$cherwellKillProcessToolStripMenuItem.Size = New-Object System.Drawing.Size(93, 22)
$cherwellKillProcessToolStripMenuItem.Text = "Kill Local Cherwell Processes"
$cherwellKillProcessToolStripMenuItem.Add_Click()
$cherwellKillProcessToolStripMenuItem.Text = "Kill all Local Cherwell Processes"
$cherwellKillProcessToolStripMenuItem.Add_Click(
Get-Process | Where-Object {$_.Path -like "*Cherwell*"} | Stop-Process
)
#
#
# HSC Pass Check Menu Item