<?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: Trigger for Setting Windows Always on Top?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117</link>
<description>DisplayFusion RSS: Trigger for Setting Windows Always on Top?</description>
<lastBuildDate>Mon, 25 May 2026 02:33:40 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117</generator>
<item>
<title>RE: Trigger for Setting Windows Always on Top?</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117#4</link>
<pubDate>Thu, 19 Aug 2021 17:19:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Excellent, glad to hear it!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Excellent, glad to hear it!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Trigger for Setting Windows Always on Top?</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117#3</link>
<pubDate>Thu, 19 Aug 2021 16:15:02 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Keith,
Thanks! That seems to have done the trick.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Keith,<br/>
<br/>
Thanks! That seems to have done the trick.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Trigger for Setting Windows Always on Top?</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117#2</link>
<pubDate>Thu, 19 Aug 2021 15:48:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[There's a scripting function for forcing a window to be topmost:
BFS.Window.SetAlwaysOnTop(windowHandle, true);
If you create a scripted function with that line in it, then run that from the Trigger, that should do the trick]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There's a scripting function for forcing a window to be topmost:<br/>
<br/>
<div class="Inline"><pre>BFS.Window.SetAlwaysOnTop(windowHandle, true);</pre></div><br/>
<br/>
If you create a scripted function with that line in it, then run that from the Trigger, that should do the trick <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>Trigger for Setting Windows Always on Top?</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117</link>
<pubDate>Tue, 17 Aug 2021 19:24:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-for-setting-windows-always-on-top/?ID=c3e08b1d-a5fc-440f-a80b-d3b1bacf2117</guid>
<category>DisplayFusion</category>
<description><![CDATA[I run Powershell from the Windows Terminal from the Windows store. Whenever Powershell creates a new window (e.g. an MFA sign in form for AzureAD, or a filechooser for selecting files), this windows for some reason creates below the full screened terminal window, and doesn't show up in the start ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I run Powershell from the Windows Terminal from the Windows store. Whenever Powershell creates a new window (e.g. an MFA sign in form for AzureAD, or a filechooser for selecting files), this windows for some reason creates below the full screened terminal window, and doesn't show up in the start bar so I don't know the system is waiting on input. I want to set it so that the window that is created is always on top, however I can't seem to find a trigger function that does this.<br/>
<br/>
There is a "Toggle windows always on top" but this seems to flip the toggle on and off every time the trigger is run. I do have the pin set to keep those windows on top, but sometimes that pin gets turned off for whatever reason, so having a trigger run to force that window on top would be nice.
</div>
]]></content:encoded>
</item>
</channel>
</rss>