Running applications dissappeared from windows tray (shows up in task manager)

1

I am talking about applications that are minimized to system tray (notification area) in Windows. Many a times I find that although Windows Task Manager > Processes show my application, I cannot find it in the system tray any more. How do I retrieve the application? Is there an enhanced process/task manager that can help me open my hidden application?

EDIT:

I am using Windows 7 and an example of program is Dynchronize. I had problems with other programs also such as Thunderbird.

Stat-R

Posted 2013-01-08T18:01:27.947

Reputation: 1 240

What version of Windows, and what is an example of one of these programs? – maxwellb – 2013-01-08T18:08:54.060

Program icons don't simply disappear from the tray, at least for me. Did Explorer crash? Often when that happens, many icons don't return because the apps don't refresh them. – Karan – 2013-01-08T22:15:16.463

No Explorer did not crash – Stat-R – 2013-01-08T22:16:53.280

Answers

0

This happens a lot for me with the Task manager. It disappears from the System Tray. To fix it:

  1. Open task manager (Ctrl+Alt+Delete, then click on it).
  2. Locate "Details" tab and find "explorer.exe" and click on End Task.
  3. Go to "File" click on "Run new Task" and type "explorer.exe" in the dialog box and click on "OK".
  4. Close and re-open the Task Manager.

Works for me!

Source: Vanessa Sohtun, here: https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/task-manager-icon-missing-from-notification-area/6270ed07-11d7-4f16-bdc1-104869e47180

Gabriel Staples

Posted 2013-01-08T18:01:27.947

Reputation: 625

0

I have found this behavior in all versions of windows since NT. What I seen evidence of is that there is some type of lock placed on the system tray when it is being updated, if another application tried to put its entry there and can't it times out instead of hanging the application. I have found no way to restore the system tray icon other than killing the program and starting it again. This could be due to startup where many processes are competing for this lock, what has sometimes worked is to use the startup delayed on some of the processes to ensure that my system tray icon makes it.

Of course, it is sometimes just due to errors in the developers code.

mdpc

Posted 2013-01-08T18:01:27.947

Reputation: 4 176

0

Actually, the problem can be solved by a proactive method. We can stop the program from hiding if we can enable allow only one instance in the program.

Now, suppose we started the program and it vanished from the system tray. Then when we restart the program (e.g. by double clicking on the application icon) the program will unhide itself. I did this and it worked excellently.

If someone has a better answer, I will accept that.

Stat-R

Posted 2013-01-08T18:01:27.947

Reputation: 1 240

Doesn't work for programs that are multiple-instance, such as my (disappeared) game servers – Mark Jeronimus – 2013-10-07T19:52:29.257

Yeah, my solution is a partial one and I mentioned allow only one instance. It worked for me though – Stat-R – 2013-10-07T19:56:00.600