diff --git a/ATxTray/AutoTxTray.cs b/ATxTray/AutoTxTray.cs
index 03e300e0304680290e2e9dc145037193b17b45da..3fb8c7fbb34641a0564052a00338dd05b0a6e809 100644
--- a/ATxTray/AutoTxTray.cs
+++ b/ATxTray/AutoTxTray.cs
@@ -18,7 +18,9 @@ namespace ATxTray
     {
         private static readonly Logger Log = LogManager.GetCurrentClassLogger();
 
-        private static readonly string AppTitle = Path.GetFileNameWithoutExtension(Application.ExecutablePath);
+        // private static readonly string AppTitle = Path.GetFileNameWithoutExtension(Application.ExecutablePath);
+        private const string AppTitle = "AutoTx Tray Monitor";
+
         private static readonly Timer AppTimer = new Timer(1000);
         private static bool _terminate = false;