<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Minimized to tray - icons gone from tray after explorer.exe crash</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=46ec76a3-4e1c-4187-b755-1ec2b84a9566" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=46ec76a3-4e1c-4187-b755-1ec2b84a9566</link>
<description>DisplayFusion RSS: Minimized to tray - icons gone from tray after explorer.exe crash</description>
<lastBuildDate>Fri, 24 Apr 2026 13:32:06 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=46ec76a3-4e1c-4187-b755-1ec2b84a9566</generator>
<item>
<title>RE: Minimized to tray - icons gone from tray after explorer.exe crash</title>
<link>https://www.displayfusion.com/Discussions/View/minimized-to-tray-icons-gone-from-tray-after-explorerexe-crash/?ID=46ec76a3-4e1c-4187-b755-1ec2b84a9566#2</link>
<pubDate>Tue, 02 Jan 2018 20:01:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/minimized-to-tray-icons-gone-from-tray-after-explorerexe-crash/?ID=46ec76a3-4e1c-4187-b755-1ec2b84a9566#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry for the late reply. If you still need it, you can try creating a Scripted Function with this code, which should restore all open windows:
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry for the late reply. If you still need it, you can try creating a Scripted Function with this code, which should restore all open windows:<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019dbfb0c683761c9df79123b393b975" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019dbfb0c683761c9df79123b393b975Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019dbfb0c683761c9df79123b393b975Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        foreach (IntPtr window in BFS.Window.GetAllWindowHandles())
        BFS.Window.Restore(window);
    }
}</pre><textarea id="code019dbfb0c683761c9df79123b393b975" name="code019dbfb0c683761c9df79123b393b975" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>Minimized to tray - icons gone from tray after explorer.exe crash</title>
<link>https://www.displayfusion.com/Discussions/View/minimized-to-tray-icons-gone-from-tray-after-explorerexe-crash/?ID=46ec76a3-4e1c-4187-b755-1ec2b84a9566</link>
<pubDate>Sat, 30 Dec 2017 03:22:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/minimized-to-tray-icons-gone-from-tray-after-explorerexe-crash/?ID=46ec76a3-4e1c-4187-b755-1ec2b84a9566</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
I have had few apps minimized to tray and running since weeks. Due to an unexpected file explorer crash, main taskbar and DFS taskbar restored without application icons which I have minimized to tray earlier. However I still see those programs running in Taskman processes tab. How can i b...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
I have had few apps minimized to tray and running since weeks. Due to an unexpected file explorer crash, main taskbar and DFS taskbar restored without application icons which I have minimized to tray earlier. However I still see those programs running in Taskman processes tab. How can i bring those programs back to visible state? Please help. Urgent reply is highly appreciated. Thank in advance. <br/>
Regards,<br/>
Osanda.<br/>
<br/>
O/S: Win 7 HP x64 SP1 MR (Build 7601)<br/>
DFS: v8.1.2 Pro x64
</div>
]]></content:encoded>
</item>
</channel>
</rss>