From 94ee62e61df6d4fd81400780510ce392b8c61ea5 Mon Sep 17 00:00:00 2001 From: Brian Warren Date: Tue, 15 Jul 2025 15:54:10 -0500 Subject: [PATCH] modified script --- ua/kill-ua-apps.cmd | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/ua/kill-ua-apps.cmd b/ua/kill-ua-apps.cmd index 2c4333e..a2ef700 100644 --- a/ua/kill-ua-apps.cmd +++ b/ua/kill-ua-apps.cmd @@ -1,32 +1,30 @@ @echo off -setlocal @REM StationManager (graceful) taskkill /im stationmanager.exe @REM Wait for StationManager finish trying to stop the processes before force-killing everything. -set WaitToClosePeriod=10 -ping -n %WaitToClosePeriod% 127.0.0.1 >nul +ping -n 11 127.0.0.1 >NUL @REM Aero taskkill /fi "IMAGENAME EQ aero*" /f -@REM AirportApps -taskkill /fi "IMAGENAME EQ airportapps*" /f - -@REM APM +@REM Airport Portal taskkill /fi "IMAGENAME EQ airportportalapm*" /f -@REM GateReader +@REM Gate Reader taskkill /fi "IMAGENAME EQ gatereader*" /f -@REM PRS +@REM Jet +taskkill /fi "IMAGENAME EQ jet*" /f + +@REM Passport Reader taskkill /fi "IMAGENAME EQ passportreadercommonuse*" /f @REM QSS taskkill /fi "IMAGENAME EQ qss*" /f -@REM PRSAttachmateHelper +@REM PRS Attachmate Helper taskkill /fi "IMAGENAME EQ prsattachmatehelper*" /f @REM UASRDEV @@ -49,7 +47,5 @@ taskkill /im cokeys.exe /f taskkill /im cokeys2.exe /f taskkill /im goual.exe /f -@REM StationManager (forced) +@REM Station Manager (forced) taskkill /im stationmanager.exe /f - -endlocal \ No newline at end of file